commit e0803a84df5caf7eacc22d80792f7c9de0f1962c
parent 91f7cc752b49b3062aeb5faf53cd8e6088dd1d74
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Sun, 10 May 2020 23:56:30 +0200
Apply duration spent in a project
Diffstat:
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/_data/projects.yml b/_data/projects.yml
@@ -4,7 +4,7 @@ current:
subtitle: Quantitative Drama Analytics
link: https://quadrama.github.io/index.en
role: Research Staff
- time: May 2017
+ time: April 2018
location: stuttgart
funding: volkswagenstiftung
budget: 449.900
@@ -14,7 +14,7 @@ current:
subtitle: Center for Reflected Text Analytics
link: https://www.creta.uni-stuttgart.de/en/
role: Research Staff
- time: "January 2016. Second phase: 2019"
+ time: April 2018
location: stuttgart
funding: germanministryeducation
logo: /assets/projects/creta.png
@@ -24,14 +24,14 @@ completed:
- title: Encoding of Information Structure in German and French
subtitle: Sub project within collaborative research center (Sonderforschungsbereich) 732 *Incremental Specification in Context*
link: "https://www.sfb732.uni-stuttgart.de/projects/area-a/project-a6/"
- time: 2006 - June 2018
+ time: 2015 - 2018
location: stuttgart
role: Student Assistent
funding: dfg
logo: /assets/projects/unistuttgart_logo_deutsch.png
- title: Computational Historical Linguistics
- time: 2011 -
+ time: 2014 - 2015
link: https://www.linguistics.ruhr-uni-bochum.de/comphist/index.html
location: bochum
role: Student Assistent
diff --git a/projects.md b/projects.md
@@ -17,9 +17,9 @@ keywords:
{{project.subtitle}} at [{{inst.name}}]({{ inst.link }}), {{inst.country}}
-- Start: {{project.time}}{% if project.link %}
-- Homepage: [{{project.link}}]({{ project.link }}){%endif%}
- Role: {{project.role }}
+- Since: {{project.time}}{% if project.link %}
+- Homepage: [{{project.link}}]({{ project.link }}){%endif%}
{% if project.funding %} - Funded by: [{{ fund.name }}]({{ fund.homepage }}){% endif %}
{% endfor %}
@@ -34,9 +34,9 @@ keywords:
{{project.subtitle}} at [{{inst.name}}]({{ inst.link }}), {{inst.country}}
+- Role: {{project.role }}
- Duration: {{project.time}}{% if project.link %}
- Homepage: [{{project.link}}]({{ project.link }}){%endif%}
-- Role: {{project.role }}
{% if project.funding %} - Funded by: [{{ fund.name }}]({{ fund.homepage }}){% endif %}
{% endfor %}