diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-04 15:52:29 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-04 15:52:29 +0100 |
| commit | d676ac27c4bd7e5a967fbbc86f39836a67c83335 (patch) | |
| tree | 9ff9714ceda1a30dca66125ce39e4fa5d16d742f /site/includes | |
| parent | 67345cd6b426f06dd70a3d2b01477432845fd1a7 (diff) | |
cosmetics
Diffstat (limited to 'site/includes')
| -rw-r--r-- | site/includes/about_navigation.html | 10 | ||||
| -rw-r--r-- | site/includes/citations.html | 3 | ||||
| -rw-r--r-- | site/includes/map.html | 1 | ||||
| -rw-r--r-- | site/includes/synthetic_faces_intro.html | 4 |
4 files changed, 17 insertions, 1 deletions
diff --git a/site/includes/about_navigation.html b/site/includes/about_navigation.html new file mode 100644 index 00000000..f82b77b7 --- /dev/null +++ b/site/includes/about_navigation.html @@ -0,0 +1,10 @@ +<section class="about-menu"> +<ul> +<li><a href="/about/">About</a></li> +<li><a href="/about/press/">Press</a></li> +<li><a href="/about/research/">Research Methodology</a></li> +<li><a href="/about/disclaimer/">Disclaimer</a></li> +<li><a href="/about/terms/">Terms and Conditions</a></li> +<li><a href="/about/privacy/">Privacy Policy</a></li> +</ul> +</section>
\ No newline at end of file diff --git a/site/includes/citations.html b/site/includes/citations.html index b542ef3c..ed54b9b1 100644 --- a/site/includes/citations.html +++ b/site/includes/citations.html @@ -1,5 +1,6 @@ <section class="applet_container"> <h3>Citations</h3> - <p>Add information about how the citations were generated</p> + <p>Add graph showing distribution by country. Add information about how the citations were generated. Add button/link to download CSV</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 77956f52..730e30d0 100644 --- a/site/includes/map.html +++ b/site/includes/map.html @@ -20,6 +20,7 @@ <section class="applet_container"> <div class="applet" data-payload="{"command": "map"}"></div> </section> + <div class="caption"> <div class="map-legend-item"><span class="edu">■</span> Academic</div> <div class="map-legend-item"><span class="com">■</span> Industry</div> diff --git a/site/includes/synthetic_faces_intro.html b/site/includes/synthetic_faces_intro.html new file mode 100644 index 00000000..13f6db0e --- /dev/null +++ b/site/includes/synthetic_faces_intro.html @@ -0,0 +1,4 @@ +<section> + <h3>Synthetic Faces</h3> + <p>To visualize the types of photos in the dataset without explicitly publishing individual's identities a generative adversarial network (GAN) was trained on the entire dataset. The images in this video show a neural network learning the visual latent space and then interpolating between archetypical identities within the LFW dataset.</p> +</section>
\ No newline at end of file |
