summaryrefslogtreecommitdiff
path: root/site/includes
diff options
context:
space:
mode:
Diffstat (limited to 'site/includes')
-rw-r--r--site/includes/age_gender_disclaimer.html3
-rw-r--r--site/includes/chart.html14
-rw-r--r--site/includes/dashboard.html6
-rw-r--r--site/includes/map.html22
4 files changed, 6 insertions, 39 deletions
diff --git a/site/includes/age_gender_disclaimer.html b/site/includes/age_gender_disclaimer.html
new file mode 100644
index 00000000..f8dceb62
--- /dev/null
+++ b/site/includes/age_gender_disclaimer.html
@@ -0,0 +1,3 @@
+<section>
+ <p>Age and gender estimation distribution were calculated by anlayzing all faces in the dataset images. This may include additional faces appearing next to an annotated face, or this may skip false faces that were erroneously included as part of the original dataset. These numbers are provided as an estimation and not a factual representation of the exact gender and age of all faces.</p>
+</section> \ No newline at end of file
diff --git a/site/includes/chart.html b/site/includes/chart.html
deleted file mode 100644
index 01c2e83b..00000000
--- a/site/includes/chart.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<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="{&quot;command&quot;: &quot;chart&quot;}"></div>
-</section>
diff --git a/site/includes/dashboard.html b/site/includes/dashboard.html
index d5e5693d..4c98189d 100644
--- a/site/includes/dashboard.html
+++ b/site/includes/dashboard.html
@@ -19,10 +19,10 @@
<section>
- <h3>Information Supply chain</h3>
+ <h3>Information Supply Chain</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.
+ 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 how AI training data has proliferated around the world. Click on the markers to reveal research projects at that location.
</p>
</section>
@@ -37,7 +37,7 @@
<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 class="source">Citation data is collected using SemanticScholar.org then dataset usage verified and geolocated. Citations are used to provide overview of how and where images were used.</div>
</div>
diff --git a/site/includes/map.html b/site/includes/map.html
deleted file mode 100644
index 372bed8d..00000000
--- a/site/includes/map.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<section>
-
- <h3>Information Supply Chain</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 location markers to reveal research projects at that location.
- </p>
-
- </section>
-
-<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">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> and then dataset usage verified and geolocated.</div >
-</div> \ No newline at end of file