| title | Chris Callison-Burch |
|---|---|
| layout | default |
| active_tab | CV |
{% capture mark_pre_tenure %}False{% endcapture %} {% assign citation_threshold = 100 %}
(Last updated {{ site.time | date: "%B %d, %Y" }})
| {{degree.degree}} {{degree.institution}}, {{degree.location}} {% if degree.thesis %} Thesis: {{degree.thesis}} {% endif %} {% if degree.advisor contains ' and ' %} Advisors: {{degree.advisor}} {% else %} Advisor: {{degree.advisor}} {% endif %} |
{{degree.end_date}} |
| {{job.position}} {{job.employer}}, {{job.location}} |
{{job.start_date}}-{{job.end_date}} |
{% assign gs = site.data.bibliometrics.google_scholar %} {% assign s2 = site.data.bibliometrics.semantic_scholar %} {% assign gs_cites_thousands = gs.total_citations | divided_by: 1000 %} {% assign s2_cites_thousands = s2.total_citations | divided_by: 1000 %} My publications have been cited more than {{ gs_cites_thousands }},000 times on Google Scholar ({{ s2_cites_thousands }},000 on Semantic Scholar). I have an h-index of {{ gs.h_index }} (Google Scholar) / {{ s2.h_index }} (Semantic Scholar), and an i10-index of {{ gs.i10_index }}.
{% assign publication_types = "conference,journal,workshop" | split: "," %} {% for publication_type in publication_types %}
{%if publication_type == "conference" %}
{% assign selective_venues = "ACL,NAACL,EMNLP,EACL,AAAI,ICML,CHI,CVPR,NeurIPS,ICLR,TACL,Computational Linguistics" | split: "," %}
{% elsif publication_type == "journal" %}
{% elsif publication_type == "chapter" %} {% elsif publication_type == "workshop" %} {% elsif publication_type == "thesis" %} {% endif %}-
{% capture this_year %}{{'now' | date: '%Y'}}{% endcapture %}
{% for year in (2000..this_year) reversed %}
{% if mark_pre_tenure == "True" %}
{% if year == 2017 and publication_type != "thesis" and publication_type != "chapter" %}
{% elsif year == 2013 and publication_type != "thesis" %}
{% endif %}
{% endif %}
{% for publication in site.data.publications %}
{%if publication.year == year and publication_type == publication.type %}
-
{{ publication.authors | replace: "*", "" | replace: "Chris Callison-Burch", "Chris Callison-Burch" }} ({{publication.year}}).
{{ publication.title }}.
{% if selective_venues contains publication.venue %} {{ publication.venue }} {% else %} {{ publication.venue }}
{% endif %}{{ publication.year }}. {% if publication.page_count < 8 %} {% if publication.venue == "ACL" or publication.venue == "NAACL" or publication.venue == "EMNLP" or publication.venue == "EACL" %} {% if publication.type == "demo" %} Demo papers. {% else %} Short papers. {% endif %} {% endif %} {% endif %}
{% if publication.award %} {{ publication.award }}. {% endif %}{% assign cite = site.data.citation_cache[publication.id] %} {% if cite.citation_count and cite.citation_count >= citation_threshold %} {{ cite.citation_count }} citations. {% endif %}
{% if publication.page_count %} {{publication.page_count}} pages. {% endif %}
{% else %}
- {{ publication.authors | replace: "*", "" | replace: "Chris Callison-Burch", "Chris Callison-Burch" }} ({{publication.year}}).{{ publication.title }}. {% endif %} {% endif %} {% endfor %} {% endfor %}
{% if publication.url %}
-
{% for talk in site.data.talks %}
{% if mark_pre_tenure == "True" %}
{% if talk.date == "February 2, 2017" %}
{% elsif talk.date == "March 22, 2013" %}
{% endif %}
{% endif %}
{% if talk.url %}
- {{ talk.venue }}. {{talk.title}}. {{talk.date}} {% else %}
- {{ talk.venue }}. {{talk.title}}. {{talk.date}} {% endif %} {% endfor %}
{% assign grant_status = "current,pending,past" | split: "," %} {% for status in grant_status %}
{%if status == "current" %}
{% elsif status == "pending" %} {% elsif status == "past" %} {% else %} {% endif %} {% for grant in site.data.grants %} {% if mark_pre_tenure == "True" %} {% if status == "past" and grant.title == "CI-NEW: NIEUW: Novel Incentives and Workflows in Linguistics Data Collection" %} {% elsif status == "past" and grant.title == "Large-scale Paraphrasing for Natural Language Understanding (DEFT)" %} {% endif %} {% endif %} {% if grant.status == status and grant.type != "gift" %} {% endif %} {% endfor %}| Grant Title | Awarding Body | Amount | Dates | PI Info |
|---|---|---|---|---|
| {{grant.title}} | {{grant.awarding_body}} | {{grant.amount}} | {{grant.start_date}}{% if grant.end_date %}-{{grant.end_date}}{% endif %} | {% if grant.PI_info %}{{grant.PI_info}}{% endif %} |
{% endfor %}
You can read my full teaching reviews [here](teaching-reviews.pdf). Below are the summary statistics.| Penn teaching reviews are on a 0-4 quality scale: | 0=Poor | 1=Fair | 2=Good | 3=Very Good | 4=Excellent |
{% if course.institution == "University of Pennsylvania" %} {% if course.voluntary_overload_IGNORE %}
{% elsif course.online_degree_IGNORE %} {% else %} {% endif %} {% endif %} {% endfor %}| Term | Course Title (Number) | Students Enrolled | Course Quality | Instructor Quality |
|---|---|---|---|---|
| {{course.term}} {{course.year}} | {{course.title}} ({{course.number}}) | {{course.enrollment}} | {% if course.course_rating %}{{course.course_rating | round: 1}}{% endif %} | {% if course.instructor_rating %}{{course.instructor_rating | round: 1}}{% endif %} |
-
{% for award in site.data.awards %}
- {{award.award}} - {{award.description}} ({{award.date | date: '%Y'}}) {% endfor %}
Research Awards from Companies (given as gifts to the university for my research group)
-
{% for grant in site.data.grants %}
{% if mark_pre_tenure == "True" %}
{% if status == "past" and grant.title == "CI-NEW: NIEUW: Novel Incentives and Workflows in Linguistics Data Collection" %}
{% elsif status == "past" and grant.title == "Large-scale Paraphrasing for Natural Language Understanding (DEFT)" %}
{% endif %}
{% endif %}
{% if grant.type == "gift" %}
- {{grant.start_date}} award from {{grant.awarding_body}} ({{grant.amount}}) {% endif %} {% endfor %}
-
{% for student in site.data.students %}
- {{ student.name }}.
{% if student.coadvisor %}
Co-advised by {{ student.coadvisor }}.
{% endif %}
{% if student.expected_graduation_date %} Expected graduation date: {{ student.expected_graduation_date }} {% endif %}
{% endfor %}
-
{% for student in site.data.students_graduated %}
{% if mark_pre_tenure == "True" %}
{% if student.name == "Ellie Pavlick" %}
{% elsif student.name == "Omar Zaidan" %}
{% endif %}
{% endif %}
-
{{ student.name }}, {{ student.institution }}
{% if student.advisors contains ' and ' %}
(advisors: {{student.advisors}}),
{% else %}
(advisor: {{student.advisors}}),
{% endif %}
{% if student.thesis_link %}
"{{ student.thesis_title }}", {{ student.graduation_date }}.
{% else %}
"{{ student.thesis_title }}", {{ student.graduation_date }}.
{% endif %}
{% if student.current_position %} {% if student.linkedin %} Current position: {{student.current_position}} at {{student.current_employer}}. {% else %} Current position: {{student.current_position}} at {{student.current_employer}}. {% endif %}
{% endif %}
{% endfor %}
-
{% for student in site.data.past_postdocs %}
{% if mark_pre_tenure == "True" %}
{% if student.name == "Derry Wijaya" %}
{% elsif student.name == "Matt Post" %}
{% endif %}
{% endif %}
-
{{ student.name }}, PhD from {{ student.phd_from }}, postdoc at {{ student.institution }} from {{ student.postdoc_start}} through {{ student.postdoc_end }}.
{% if student.current_position %} {% if student.linkedin %} Current position: {{student.current_position}} at {{student.current_employer}}. {% else %} Current position: {{student.current_position}} at {{student.current_employer}}. {% endif %}
{% endif %}
{% endfor %}
-
{% for student in site.data.masters_theses %}
{% if mark_pre_tenure == "True" %}
{% if student.name == "Brendan Daniel Callahan" %}
{% endif %}
{% endif %}
- {{ student.name }}, {{ student.institution }} {% if student.advisors contains ' and ' %} (advisors: {{student.advisors}}), {% else %} (advisor: {{student.advisors}}), {% endif %} {% if student.thesis_link %} "{{ student.thesis_title }}", {{ student.graduation_date }}. {% else %} "{{ student.thesis_title }}", {{ student.graduation_date }}. {% endif %} {% endfor %}
Service to professional associations:
-
{% for item in site.data.service %}
- {{item.description}} {% endfor %}
University Service:
-
{% for item in site.data.service_Penn %}
- {{item.description}} {% endfor %}
-
{% capture this_year %}{{'now' | date: '%Y'}}{% endcapture %}
{% for year in (2000..this_year) reversed %}
{% for press in site.data.press %}
{% if press.year == year %}
<li>
<a href="{{press.url}}">{{press.title}} – {{press.source}}</a>. {{press.date}}
</li>
{% endif %}
{% endfor %}
{% for publication in site.data.publications %}
{% if publication.year == year and publication.press %}
{% for press in publication.press %}
<li>
<a href="{{press.url}}">{{press.title}} – {{press.source}}</a>. {{press.date}}
</li>
{% endfor %}
{% endif %}
{% endfor %}
{% endfor %}