Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Fischer committed Jan 18, 2011
1 parent d22be76 commit adcfc13
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,3 @@
site/*
*.aux
*.log
*.pdf
3 changes: 3 additions & 0 deletions Makefile
@@ -1,3 +1,6 @@
.PHONY all: files/cv.pdf clean
yst

files/cv.pdf: cv.tex
pdflatex -output-directory=files cv

Expand Down
2 changes: 1 addition & 1 deletion bibentry.st
Expand Up @@ -3,7 +3,7 @@
$if(it.bib)$
~~~
@$it.bib:entry()${$it.bib:key()$,
author: {$it.author; separator=", "$},
author: {$it.author; separator=" and "$},
title: {$it.title$},
$if(it.bib.InProceedings)$
booktitle: {$it.booktitle$},
Expand Down
4 changes: 2 additions & 2 deletions cv.tex
Expand Up @@ -13,8 +13,9 @@

\begin{cv}{Curriculum Vitae}
\begin{cvlist}{}
\item Sebastian Fischer
\item Dr. Sebastian Fischer
\item
c/o Prof. Zhenjiang Hu\\
National Institute of Informatics (NII)\\
2-1-2, Hitotsubashi, Chiyoda-ku, Tokyo\\
101-8430
Expand All @@ -24,7 +25,6 @@
\item[2010 -- now]
Research fellow\\
at the National Institute of Informatics, Tokyo\\
supervised by Prof. Zhenjiang Hu\\
funded by the German Academic Exchange Service (DAAD)
\item[2005 -- 2010]
Research assistant\\
Expand Down
Binary file added files/cv.pdf
Binary file not shown.
5 changes: 3 additions & 2 deletions index.st
@@ -1,7 +1,7 @@
![](profile.jpg)

I am a [DAAD] Research Fellow at [NII], Tokyo supervised by [Zhenjiang
Hu]. See the [CV] for my professional history.
Hu]. See the [CV] for more stations of my professional career.

[DAAD]: http://www.daad.de/en/index.html
[NII]: http://www.nii.ac.jp/en/
Expand All @@ -16,6 +16,7 @@ Contact

+--------------+-----------------------------------------+
| __Address__: | ~~~ |
| | c/o Prof. Zhenjiang Hu |
| | National Institute of Informatics (NII) |
| | 2-1-2, Hitotsubashi, Chiyoda-ku, Tokyo |
| | 101-8430 |
Expand Down Expand Up @@ -72,7 +73,7 @@ See [my github page] for a complete list of my open source projects.

Publications
------------
[BibTeX entries](bib-entries.html)
[BibTeX entries](bibtex.html)

$publications:publication()$

2 changes: 1 addition & 1 deletion pages.yaml
Expand Up @@ -8,7 +8,7 @@
data:
publications: FROM publications.yaml ORDER BY year DESC

- url: bib-entries.html
- url: bibtex.html
title: "Sebastian Fischer's Publications"
template: bibentries
requires:
Expand Down
2 changes: 1 addition & 1 deletion publication.st
@@ -1,2 +1,2 @@
- [$it.title$]($it.url$). $if(it.bib)$[[BibTeX](bib-entries.html#$it.bib:key()$)]$endif$ $it.author; separator=", "$. $if(it.bib.InProceedings)$In $endif$$it.booktitle$$if(it.pages)$, $it.pages$$endif$. $it.publisher$, $it.year$. $if(it.extra)$[$it.extra:link(); separator=", "$]$endif$
- [$it.title$]($it.url$). $if(it.bib)$[[BibTeX](bibtex.html#$it.bib:key()$)]$endif$ $it.author; separator=", "$. $if(it.bib.InProceedings)$In $endif$$it.booktitle$$if(it.pages)$, $it.pages$$endif$. $it.publisher$, $it.year$. $if(it.extra)$[$it.extra:link(); separator=", "$]$endif$

0 comments on commit adcfc13

Please sign in to comment.