summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/includes/citations.html5
-rw-r--r--site/includes/map.html27
2 files changed, 32 insertions, 0 deletions
diff --git a/site/includes/citations.html b/site/includes/citations.html
new file mode 100644
index 00000000..b542ef3c
--- /dev/null
+++ b/site/includes/citations.html
@@ -0,0 +1,5 @@
+<section class="applet_container">
+ <h3>Citations</h3>
+ <p>Add information about how the citations were generated</p>
+ <div class="applet" data-payload="{&quot;command&quot;: &quot;citations&quot;}"></div>
+</section> \ No newline at end of file
diff --git a/site/includes/map.html b/site/includes/map.html
new file mode 100644
index 00000000..77956f52
--- /dev/null
+++ b/site/includes/map.html
@@ -0,0 +1,27 @@
+<section>
+
+ <h3>Biometric Trade Routes</h3>
+<!--
+ <div class="map-sidebar right-sidebar">
+ <h3>Legend</h3>
+ <ul>
+ <li><span style="color: #f2f293">&#9632;</span> Industry</li>
+ <li><span style="color: #f30000">&#9632;</span> Academic</li>
+ <li><span style="color: #3264f6">&#9632;</span> Government</li>
+ </ul>
+ </div>
+ -->
+ <p>
+ To understand how this dataset has been used, its citations have been geocoded to show an approximate geographic digital trade route of the biometric data. Lines indicate an organization (education, commercial, or governmental) that has cited the LFW dataset in their research. Data is compiled from <a href="https://www.semanticscholar.org">Semantic Scholar</a>.
+ </p>
+
+ </section>
+
+<section class="applet_container">
+ <div class="applet" data-payload="{&quot;command&quot;: &quot;map&quot;}"></div>
+</section>
+<div class="caption">
+ <div class="map-legend-item"><span class="edu">&#9632;</span> Academic</div>
+ <div class="map-legend-item"><span class="com">&#9632;</span> Industry</div>
+ <div class="map-legend-item"><span class="gov">&#9632;</span> Government</div>
+</div>