summaryrefslogtreecommitdiff
path: root/site/includes
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-01 13:22:50 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-01 13:22:50 +0200
commit95914436ee3b36e8c7b03941ca2cfd03a0404805 (patch)
treea1cf678144f85d04ada7ffc453b4e5690c072003 /site/includes
parentf98046ae89f42082ccbd3126533ba548d734aa78 (diff)
parent4a11e59f991c8ca12ef4ca20a3b01741f311a0e4 (diff)
merge
Diffstat (limited to 'site/includes')
-rw-r--r--site/includes/chart.html3
-rw-r--r--site/includes/citations.html5
-rw-r--r--site/includes/map.html15
-rw-r--r--site/includes/piechart.html7
-rw-r--r--site/includes/supplementary_header.html3
5 files changed, 13 insertions, 20 deletions
diff --git a/site/includes/chart.html b/site/includes/chart.html
index 45c13493..01c2e83b 100644
--- a/site/includes/chart.html
+++ b/site/includes/chart.html
@@ -2,8 +2,7 @@
<h3>Who used {{ metadata.meta.dataset.name_display }}?</h3>
<p>
- This bar chart presents a ranking of the top countries where citations originated. Mouse over individual columns
- to see yearly totals. These charts show at most the top 10 countries.
+ This bar chart presents a ranking of the top countries where dataset citations originated. Mouse over individual columns to see yearly totals. These charts show at most the top 10 countries.
</p>
</section>
diff --git a/site/includes/citations.html b/site/includes/citations.html
index ebd37d61..32558d4a 100644
--- a/site/includes/citations.html
+++ b/site/includes/citations.html
@@ -1,9 +1,8 @@
<section class="applet_container">
- <h3>Citations</h3>
+ <h3>Dataset Citations</h3>
<p>
- Citations were collected from <a href="https://www.semanticscholar.org">Semantic Scholar</a>, a website which aggregates
- and indexes research papers. The citations were geocoded using names of institutions found in the PDF front matter, or as listed on other resources. These papers have been manually verified to show that researchers downloaded and used the dataset to trainĀ or test machine learning algorithms.
+ The dataset citations used in the visualizations were collected from <a href="https://www.semanticscholar.org">Semantic Scholar</a>, a website which aggregates and indexes research papers. Each citation was geocoded using names of institutions found in the PDF front matter, or as listed on other resources. These papers have been manually verified to show that researchers downloaded and used the dataset to trainĀ or test machine learning algorithms.
</p>
<p>
Add [button/link] to download CSV. Add search input field to filter.
diff --git a/site/includes/map.html b/site/includes/map.html
index 74771768..30c248a6 100644
--- a/site/includes/map.html
+++ b/site/includes/map.html
@@ -1,6 +1,6 @@
<section>
- <h3>Information Supply Chain</h3>
+ <h3>Biometric Trade Routes</h3>
<!--
<div class="map-sidebar right-sidebar">
<h3>Legend</h3>
@@ -12,27 +12,28 @@
</div>
-->
<p>
- To understand how {{ metadata.meta.dataset.name_display }} has been used around the world...
- affected global research on computer vision, surveillance, defense, and consumer technology, the and where this dataset has been used the locations of each organization that used or referenced the datast
+ To help understand how {{ metadata.meta.dataset.name_display }} has been used around the world for commercial, military and academic research; publicly available research citing {{ metadata.meta.dataset.name_full} is collected, verified, and geocoded to show the biometric trade routes of people appearing in the images. Click on the markers to reveal reserach projects at that location.
</p>
</section>
-<section class="applet_container">
+<section class="applet_container fullwidth">
<div class="applet" data-payload="{&quot;command&quot;: &quot;map&quot;}"></div>
+
</section>
<div class="caption">
<ul class="map-legend">
<li class="edu">Academic</li>
- <li class="com">Industry</li>
- <li class="gov">Government / Military</li>
+ <li class="com">Commercial</li>
+ <li class="gov">Military / Government</li>
<li class="source">Citation data is collected using <a href="https://semanticscholar.org" target="_blank">SemanticScholar.org</a> then dataset usage verified and geolocated.</li>
</ul>
</div>
-<section>
+<!-- <section>
<p class='subp'>
[section under development] {{ metadata.meta.dataset.name_display }} ... Standardized paragraph of text about the map. Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo.
</p>
</section>
+ --> \ No newline at end of file
diff --git a/site/includes/piechart.html b/site/includes/piechart.html
index e739bb28..94c8aae7 100644
--- a/site/includes/piechart.html
+++ b/site/includes/piechart.html
@@ -1,10 +1,3 @@
-<section>
- <p>
- These pie charts show overall totals based on country and institution type.
- </p>
-
- </section>
-
<section class="applet_container">
<div class="applet" data-payload="{&quot;command&quot;: &quot;piechart&quot;}"></div>
</section>
diff --git a/site/includes/supplementary_header.html b/site/includes/supplementary_header.html
index 5fd4b2b4..bcd84223 100644
--- a/site/includes/supplementary_header.html
+++ b/site/includes/supplementary_header.html
@@ -6,5 +6,6 @@
<div class="hr-wave-line hr-wave-line2"></div>
</div>
- <h2>Supplementary Information</h2>
+ <h3>Supplementary Information</h3>
+
</section>