diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-05 14:09:19 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-05 14:09:19 +0200 |
| commit | 7cc03d5914ce3fb634516d27973ccb69ee63fe8d (patch) | |
| tree | f7c9ba3e165208bc98abf4c0ffce8cf28e312f96 /site/includes | |
| parent | b73e233acec5ad6c3aca7475288482f366f7a31f (diff) | |
updating
Diffstat (limited to 'site/includes')
| -rw-r--r-- | site/includes/dashboard.html | 52 | ||||
| -rw-r--r-- | site/includes/map.html | 25 | ||||
| -rw-r--r-- | site/includes/supplementary_header.html | 2 |
3 files changed, 57 insertions, 22 deletions
diff --git a/site/includes/dashboard.html b/site/includes/dashboard.html new file mode 100644 index 00000000..814955b5 --- /dev/null +++ b/site/includes/dashboard.html @@ -0,0 +1,52 @@ +<section> + <h3>Who used {{ metadata.meta.dataset.name_display }}?</h3> + + <p> + 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> + +<section class="applet_container"> +<!-- <div style="position: absolute;top: 0px;right: -55px;width: 180px;font-size: 14px;">Labeled Faces in the Wild Dataset<br><span class="numc" style="font-size: 11px;">20 citations</span> +</div> --> + <div class="applet" data-payload="{"command": "chart"}"></div> +</section> + +<section class="applet_container"> + <div class="applet" data-payload="{"command": "piechart"}"></div> +</section> + +<section> + + <h3>Biometric Trade Routes</h3> + + <p> + To help understand how {{ metadata.meta.dataset.name_display }} has been used around the world by commercial, military, and academic organizations; existing publicly available research citing {{ metadata.meta.dataset.name_full }} was collected, verified, and geocoded to show the biometric trade routes of people appearing in the images. Click on the markers to reveal research projects at that location. + </p> + + </section> + +<section class="applet_container fullwidth"> + <div class="applet" data-payload="{"command": "map"}"></div> +</section> + +<div class="caption"> + <ul class="map-legend"> + <li class="edu">Academic</li> + <li class="com">Commercial</li> + <li class="gov">Military / Government</li> + </ul> + <div class="source">Citation data is collected using <a href="https://semanticscholar.org" target="_blank">SemanticScholar.org</a> then dataset usage verified and geolocated.</div > +</div> + + +<section class="applet_container"> + + <h3>Dataset Citations</h3> + <p> + 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> + + <div class="applet" data-payload="{"command": "citations"}"></div> +</section>
\ No newline at end of file diff --git a/site/includes/map.html b/site/includes/map.html index 7511d4c7..3f50b027 100644 --- a/site/includes/map.html +++ b/site/includes/map.html @@ -1,25 +1,15 @@ <section> <h3>Biometric Trade Routes</h3> -<!-- - <div class="map-sidebar right-sidebar"> - <h3>Legend</h3> - <ul> - <li><span style="color: #f2f293">■</span> Industry</li> - <li><span style="color: #f30000">■</span> Academic</li> - <li><span style="color: #3264f6">■</span> Government</li> - </ul> - </div> - --> + <p> - 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. + To help understand how {{ metadata.meta.dataset.name_display }} has been used around the world by commercial, military, and academic organizations; existing publicly available research citing {{ metadata.meta.dataset.name_full }} was collected, verified, and geocoded to show the biometric trade routes of people appearing in the images. Click on the location markers to reveal research projects at that location. </p> </section> <section class="applet_container fullwidth"> <div class="applet" data-payload="{"command": "map"}"></div> - </section> <div class="caption"> @@ -27,13 +17,6 @@ <li class="edu">Academic</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> - <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 + <div class="source">Citation data is collected using <a href="https://semanticscholar.org" target="_blank">SemanticScholar.org</a> and then dataset usage verified and geolocated.</div > +</div>
\ No newline at end of file diff --git a/site/includes/supplementary_header.html b/site/includes/supplementary_header.html index be0967e4..125560cf 100644 --- a/site/includes/supplementary_header.html +++ b/site/includes/supplementary_header.html @@ -5,6 +5,6 @@ <div class="hr-wave-line hr-wave-line2"></div> </div> - <h3>Supplementary Information</h3> + <h2>Supplementary Information</h2> </section> |
