summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/content/pages/datasets/brainwash/index.md2
-rw-r--r--site/content/pages/datasets/duke_mtmc/index.md5
-rw-r--r--site/content/pages/datasets/hrt_transgender/index.md2
-rw-r--r--site/content/pages/datasets/lfw/index.md2
-rw-r--r--site/content/pages/datasets/uccs/index.md4
-rw-r--r--site/content/pages/datasets/viper/index.md2
-rw-r--r--site/includes/piechart.html10
7 files changed, 26 insertions, 1 deletions
diff --git a/site/content/pages/datasets/brainwash/index.md b/site/content/pages/datasets/brainwash/index.md
index 0070fc55..0bf67455 100644
--- a/site/content/pages/datasets/brainwash/index.md
+++ b/site/content/pages/datasets/brainwash/index.md
@@ -44,6 +44,8 @@ Since it's publication by Stanford in 2015, the Brainwash dataset has appeared i
{% include 'chart.html' %}
+{% include 'piechart.html' %}
+
{% include 'map.html' %}
Add more analysis here
diff --git a/site/content/pages/datasets/duke_mtmc/index.md b/site/content/pages/datasets/duke_mtmc/index.md
index 2989ed7c..94eab823 100644
--- a/site/content/pages/datasets/duke_mtmc/index.md
+++ b/site/content/pages/datasets/duke_mtmc/index.md
@@ -29,11 +29,14 @@ authors: Adam Harvey
{% include 'map.html' %}
+{% include 'chart.html' %}
+
+{% include 'piechart.html' %}
+
{% include 'supplementary_header.html' %}
{% include 'citations.html' %}
-
----
## Research Notes
diff --git a/site/content/pages/datasets/hrt_transgender/index.md b/site/content/pages/datasets/hrt_transgender/index.md
index 0a4ec90d..2d7fdcca 100644
--- a/site/content/pages/datasets/hrt_transgender/index.md
+++ b/site/content/pages/datasets/hrt_transgender/index.md
@@ -24,6 +24,8 @@ authors: Adam Harvey
{% include 'chart.html' %}
+{% include 'piechart.html' %}
+
{% include 'map.html' %}
{% include 'supplementary_header.html' %}
diff --git a/site/content/pages/datasets/lfw/index.md b/site/content/pages/datasets/lfw/index.md
index b83bd6de..a8c8e2eb 100644
--- a/site/content/pages/datasets/lfw/index.md
+++ b/site/content/pages/datasets/lfw/index.md
@@ -52,6 +52,8 @@ The *Names and Faces* dataset was the first face recognition dataset created ent
{% include 'chart.html' %}
+{% include 'piechart.html' %}
+
{% include 'supplementary_header.html' %}
{% include 'citations.html' %}
diff --git a/site/content/pages/datasets/uccs/index.md b/site/content/pages/datasets/uccs/index.md
index fe928308..1048d9fd 100644
--- a/site/content/pages/datasets/uccs/index.md
+++ b/site/content/pages/datasets/uccs/index.md
@@ -27,6 +27,10 @@ authors: Adam Harvey
{% include 'map.html' %}
+{% include 'chart.html' %}
+
+{% include 'piechart.html' %}
+
{% include 'supplementary_header.html' %}
{% include 'citations.html' %}
diff --git a/site/content/pages/datasets/viper/index.md b/site/content/pages/datasets/viper/index.md
index 75f4aae3..6a21efda 100644
--- a/site/content/pages/datasets/viper/index.md
+++ b/site/content/pages/datasets/viper/index.md
@@ -32,6 +32,8 @@ VIPeR is amongst the most widely used publicly available person re-identificatio
{% include 'chart.html' %}
+{% include 'piechart.html' %}
+
{% include 'map.html' %}
{% include 'supplementary_header.html' %}
diff --git a/site/includes/piechart.html b/site/includes/piechart.html
new file mode 100644
index 00000000..e739bb28
--- /dev/null
+++ b/site/includes/piechart.html
@@ -0,0 +1,10 @@
+<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>