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
36 changes: 18 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h4>DOWNLOAD</h4>
<div class = 'content'>
<div class = 'image'></div>
<div class = 'text'>
<h2 class="block-titleData frequency">A Dataset Containing 5,240,088 Hand-Drawing Sketches</h1>
<h2 class="block-titleData frequency">A Dataset Containing Hand-Drawing Sketches</h1>
<p class="lead mb-4 text-muted">The dataset contains over 5 million labeled facial sketches categorized by genders (male, female), viewing angles (frontal, mid-profile left view), emotions (neutral, happy, sad, angry, fearful, surprised, disgusted), and artistic styles (realistic, cartoon, abstract styles).</p>
<button class="btn btn-primary btn-lg" id = 'btn_download'>DOWNLOAD</button>
<a href="/contribute"><button class="btn btn-primary btn-lg" id = 'btn_upload' >CONTRIBUTE</button></a>
Expand Down 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