diff --git a/deploy.sh b/deploy.sh index fc24223..9fb51b3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -88,5 +88,10 @@ setup_colors TARGET=${args[0]} cd ${script_dir} rm -rf public/ +for f in "cv.html" "cv.pdf"; do + if [ ~/dev/drafts/cv/${f} -nt static/media/${f} ]; then + cp -f ~/dev/drafts/cv/${f} static/media/${f} + fi +done hugo && rsync -avz --delete public/ ${TARGET} cd - diff --git a/go.sum b/go.sum index e914181..ecf2a5b 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ +github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210127225730-4ac1c6aa1a40 h1:qTDiwSNIpSWvBepaw1PlZj4QBvo75Nf5DxsSP8JZtbo= github.com/wowchemy/wowchemy-hugo-modules/netlify-cms-academic v0.0.0-20210127225730-4ac1c6aa1a40/go.mod h1:TU3QDPUdBSQnvDP5QVCwjAkBIdVMS/bKFA8jr3eI5AY= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210127225730-4ac1c6aa1a40 h1:mheZDz5DcXq/x8APxFv7pOLtUkuD2qMgz8GGBO1BXrM= github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20210127225730-4ac1c6aa1a40/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= diff --git a/static/media/cv.html b/static/media/cv.html index e66e3a3..568ed9d 100644 --- a/static/media/cv.html +++ b/static/media/cv.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Francisco Penedo Álvarez @@ -51,7 +51,7 @@ padding: 3px; border: 1px solid black; } - pre.src:hover:before { display: inline;} + pre.src:hover:before { display: inline; margin-top: 14px;} /* Languages per Org manual */ pre.src-asymptote:before { content: 'Asymptote'; } pre.src-awk:before { content: 'Awk'; } @@ -219,8 +219,8 @@

Francisco Penedo Álvarez

-
-

1 Contact Information

+
+

1 Contact Information

-
-

2 Education

+
+

2 Education

@@ -260,8 +260,8 @@ -
-

3 Fellowships and Awards

+
+

3 Fellowships and Awards

@@ -301,8 +301,8 @@ -
-

4 Publications

+
+

4 Publications

  • Penedo, F., H. Park, and C. Belta. “Control Synthesis for Partial Differential @@ -327,8 +327,8 @@ in Turning Processes.” IEEE Transactions on Industrial Informatics 8, no. 4 (N
-
-

5 Talks

+
+

5 Talks

@@ -348,8 +348,8 @@ in Turning Processes.” IEEE Transactions on Industrial Informatics 8, no. 4 (N -
-

6 Research Experience

+
+

6 Research Experience

@@ -379,8 +379,8 @@ in Turning Processes.” IEEE Transactions on Industrial Informatics 8, no. 4 (N -
-

7 Teaching

+
+

7 Teaching

@@ -405,12 +405,12 @@ in Turning Processes.” IEEE Transactions on Industrial Informatics 8, no. 4 (N -
-

8 Skills

+
+

8 Skills

-
-

8.1 Languages

+
+

8.1 Languages

@@ -445,8 +445,8 @@ in Turning Processes.” IEEE Transactions on Industrial Informatics 8, no. 4 (N -
-

8.2 Computer Skills

+
+

8.2 Computer Skills

@@ -458,13 +458,23 @@ in Turning Processes.” IEEE Transactions on Industrial Informatics 8, no. 4 (N - - + + + + + + + + + + + + - +
Programming languagesPython, Java, C.Programming languages (proficient)Python, Java, C
Programming languages (some skill)Haskell, Lisp, JavaScript, Bash, VHDL, HTML, CSS
DatabasesPostgreSQL, SQLite
Frameworksnumpy, scipy, matplotlib.numpy, scipy, matplotlib, scikit-learn, pandas
@@ -473,7 +483,7 @@ in Turning Processes.” IEEE Transactions on Industrial Informatics 8, no. 4 (N
-

Last Updated: 2021-01-31 Sun 19:18

+

Last Updated: 2021-07-20 Tue 17:54

- \ No newline at end of file + diff --git a/static/media/cv.pdf b/static/media/cv.pdf index 233cdd9..db6ca6e 100644 Binary files a/static/media/cv.pdf and b/static/media/cv.pdf differ