From 28b7abf4f19d18e74810db2d5d7d90dc63cb2ba8 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 12 Oct 2015 09:22:51 +0200 Subject: [PATCH] updated put script and publication added --- index.html | 4 ++-- put.bash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index cf66e47..ad3289b 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@

Owner of ITLubbers. A company Mart started to help companies with software and hardware development.

Publications

-

Currently none

+

Schuerman, W., Torreira, F., & Lubbers, Mart. (2015). Praatalign: Phonetic Alignment Made Easier For Psycholinguistic Data Processing. Architectures and Mechanisms for Language Processing, 92.

Teaching and talks

@@ -124,7 +124,7 @@
- Last updated: 15-07-28 + Last updated: 15-10-12 footer Valid XHTML 1.0 Strict
diff --git a/put.bash b/put.bash index 3b6754d..32e0011 100644 --- a/put.bash +++ b/put.bash @@ -1,7 +1,7 @@ #!/bin/bash set -e files=$(find . -type f -not -iwholename "*.git*" -not -name "README.md" -not -name "put.bash" -not -name "hashes.txt") -user=$(gpg -q --use-agent -d ~/pw/general.asc | grep ftpmartlubbers.net -A3 | head -3 | tail -2 | sed 's/\s\+\(user\|pass\):\s\+//g' | head -c -1 | tr '\n' ':') +user=ftp@martlubbers.net:$(pass ftp.martlubbers.net/ftp@martlubbers.net) for f in $files do -- 2.20.1