Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,35 +293,35 @@ <h5>NPZ Format: 112.4MB</h5>
<div class="row mb-5">
<h3>Citation</h3>
<!-- <p style='color: #787878; text-align: left;'>Citation is given to the following publication:<br>Nan Cao, Xin Yan, Yang Shi, and Chaoran Chen. AI-Sketcher: A Deep Generative Model for Producing High Quality Sketches. AAAI 2019 (accepted). </p> -->
<p style='color: #787878; text-align: left;'>Citation is given to the following publication:<br>Yang Shi, Nan Cao, Xiaojuan Ma, Siji Chen and Pei Liu. EmoG: Supporting the Sketching of Emotional Expressions for Storyboarding. CHI 2020 (accepted). </p>
<p style='color: #787878; text-align: left;'>Citation is given to the following publication:<br>Yang Shi, Nan Cao, Xiaojuan Ma, Siji Chen and Pei Liu. EmoG: Supporting the Sketching of Emotional Expressions for Storyboarding. Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems(accepted). </p>
</div>
<div class="row app-align-center">

<!-- <div class="col-md-7 offset-md-1 col-sm-12 offset-sm-0" style = 'margin-left: 0'> -->

<div class="row citation">
<!-- <p>@InProceedings{
<p>@InProceedings{
cao2019aisketcher,
author = "Nan Cao, Xin Yan, Yang Shi, and Chaoran Chen",
title = "AI-Sketcher: A Deep Generative Model for Producing High Quality Sketches",
year = "2019",
booktitle = {AAAI}
}
</p> -->
<p>
@InProceedings{
shi2020emog,
author = "Yang, Shi
and Nan, Cao
and Xiaojuan, Ma
and Siji, Chen
and Pei, Liu",
title = "EmoG: Supporting the Sketching of Emotional Expressions for Storyboarding",
year = "2020",
booktitle={CHI}
}
</p>
</div>
</p>

</div>

<div class="row citation">
<p>@InProceedings{
shi2020emog,
author = "Yang Shi, Nan Cao, Xiaojuan, Ma, Siji Chen and Pei Liu",
title = "EmoG: Supporting the Sketching of Emotional Expressions for Storyboarding",
year = "2020",
booktitle={Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems}
}
</p>

</div>
<!-- </div> -->

<!-- <div class="col-sm-5">
Expand Down