updated put script and publication added
authorMart Lubbers <mart@martlubbers.net>
Mon, 12 Oct 2015 07:22:51 +0000 (09:22 +0200)
committerMart Lubbers <mart@martlubbers.net>
Mon, 12 Oct 2015 07:22:51 +0000 (09:22 +0200)
index.html
put.bash

index cf66e47..ad3289b 100644 (file)
@@ -29,7 +29,7 @@
                <p>Owner of ITLubbers. A company Mart started to help companies with software and hardware development.</p>
 
                <h3>Publications</h3>
-               <p>Currently none</p>
+               <p>Schuerman, W., Torreira, F., &amp; Lubbers, Mart. (2015). Praatalign: Phonetic Alignment Made Easier For Psycholinguistic Data Processing. Architectures and Mechanisms for Language Processing, 92.</p>
 
                <h3>Teaching and talks</h3>
                <table width="640" border="1">
                </ul>
 
                <div style="margin-top">
-                       Last updated: 15-07-28
+                       Last updated: 15-10-12
                        <img style="margin:0px auto;display:block" alt="footer" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAQAAADYBBcfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAJiS0dEAP+Hj8y/AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAR0lEQVQ4y2P8z4AdMOKQ+M8IoZkYyAT018hCSAHMT+h+H0J+HAkaGRn+k6dxCPkRnlZxpUl08SHox5GgkQUWT4wkptkh5EcAi7gLO+9vTlIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDQtMjRUMTY6MTI6MzErMDI6MDC13ejnAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA0LTI0VDE2OjEyOjMxKzAyOjAwxIBQWwAAAABJRU5ErkJggg==" />
                        <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
                </div>
index 3b6754d..32e0011 100644 (file)
--- 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