Skip to content

Commit 64768ec

Browse files
committed
added award
1 parent 6487731 commit 64768ec

File tree

6 files changed

+15
-2
lines changed

6 files changed

+15
-2
lines changed

_bibliography/papers.bib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ @inproceedings{exploringmt
55
img={/assets/img/ipaper2.png},
66
author = {Dwivedi, Utkarsh and Gandhi, Jaina and Parikh, Raj and Coenraad, Merijke and Bonsignore, Elizabeth and Kacorri, Hernisa },
77
title = {Exploring Machine Teaching with Children},
8+
award={Best Paper Award, Honorable Mention},
89
year = {2021},
910
isbn = {9781450334907},
1011
publisher = {Association for Computing Machinery},

_layouts/works.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,14 @@
5555
{{entry.year}}
5656
{% endif %}
5757
</div>
58+
<div class="periodical purplecolor">
59+
{% if entry.award %}
60+
<i class="fas fa-trophy"></i> {{entry.award}}
61+
{% endif %}
62+
</div>
5863
{% endif %}
5964

65+
6066
<div class="links">
6167
{% if entry.arxiv %}
6268
<a href="http://arxiv.org/abs/{{ entry.arxiv }}" class="btn btn-sm z-depth-0" role="button" target="_blank">arXiv</a>

_news/announcement_4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ inline: true
55
img: /assets/img/forbes.png
66
---
77

8-
[Forbes](https://www.google.com/url?q=https%3A%2F%2Fwww.forbes.com%2Fsites%2Fibm%2F2016%2F04%2F27%2Fhow-sesame-street-and-ibm-watson-can-help-re-revolutionize-preschool-learning%2F%237515b24e27a2&sa=D&sntz=1&usg=AFQjCNFB3TnI0gL2jKXwkXbyxxCzO1nyXA) covered my projects throught the collaboration between IBM Research and Sesame Street.
8+
[Forbes](https://www.google.com/url?q=https%3A%2F%2Fwww.forbes.com%2Fsites%2Fibm%2F2016%2F04%2F27%2Fhow-sesame-street-and-ibm-watson-can-help-re-revolutionize-preschool-learning%2F%237515b24e27a2&sa=D&sntz=1&usg=AFQjCNFB3TnI0gL2jKXwkXbyxxCzO1nyXA) covered projects that I contributed to, through the collaboration between IBM Research and Sesame Street.

_pages/publications.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ nav: true
2626
<div class="col-sm-9">
2727
<h4 class="card-title">{{ project.title }}</h4>
2828
<p class="card-text">{{ project.description }}</p>
29+
{% if project.award %}
30+
<p class="purplecolor"> <i class="fas fa-trophy"></i> {{ project.award }}</p>
31+
{% endif %}
2932
<div class="row abbr ml-1 p-0 pubs">
3033
<div class="links">
3134
<a href="{{ project.pdf }}" class="btn btn-sm z-depth-0 m-0" role="button" target="_blank">{{project.type}} <i class="fas fa-download"></i></a>

_publications/vlhcc21.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ abstract: Iteratively building and testing machine learning models can help chil
77
importance: -1
88
type: Full Paper
99
pdf: https://arxiv.org/abs/2109.11434
10+
award: Best Paper Award, Honorable Mention
1011
alttext: An image where children are demonstrating their trained models to a class. A child holds an origami while an adult holds the laptop and another adult is taking notes on a whiteboard.
1112
---
1213

_sass/_base.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@ footer.sticky-bottom {
368368
.centered img { display:block; margin:0 auto; }
369369

370370
// Publications
371-
371+
.purplecolor{
372+
color: $purple-color
373+
}
372374
.publications {
373375
margin-top: 2rem;
374376
.more{

0 commit comments

Comments
 (0)