diff options
| author | adamhrv <adam@ahprojects.com> | 2019-07-03 13:47:23 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-07-03 13:47:23 +0200 |
| commit | 2816f045090b99f48f0b26d305eee27e1ab94d85 (patch) | |
| tree | 7b2179baa6ab6dcce970218ae9e4935b62b64561 /site/public/research/_introduction/index.html | |
| parent | 36a226c3fb3379f4f332c1daad7fe85e2bbea954 (diff) | |
| parent | 411aa602b9cf886758c4ff5ca5550c43ae7b7804 (diff) | |
fix merge
Diffstat (limited to 'site/public/research/_introduction/index.html')
| -rw-r--r-- | site/public/research/_introduction/index.html | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/site/public/research/_introduction/index.html b/site/public/research/_introduction/index.html new file mode 100644 index 00000000..8b17c016 --- /dev/null +++ b/site/public/research/_introduction/index.html @@ -0,0 +1,92 @@ +<!doctype html> +<html> +<head> + <title>MegaPixels: Introducing MegaPixels</title> + <meta charset="utf-8" /> + <meta name="author" content="Adam Harvey" /> + <meta name="description" content="Introduction to Megapixels" /> + <meta property="og:title" content="MegaPixels: Introducing MegaPixels"/> + <meta property="og:type" content="website"/> + <meta property="og:summary" content="MegaPixels is an art and research project about face recognition datasets created \"in the wild\"/> + <meta property="og:image" content="https://nyc3.digitaloceanspaces.com/megapixels/v1/datasets/msceleb/assets/background.jpg" /> + <meta property="og:url" content="https://megapixels.cc/research/_introduction/"/> + <meta property="og:site_name" content="MegaPixels" /> + <meta name="referrer" content="no-referrer" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> + <meta name="apple-mobile-web-app-capable" content="yes"> + + <link rel="apple-touch-icon" sizes="57x57" href="/assets/img/favicon/apple-icon-57x57.png"> + <link rel="apple-touch-icon" sizes="60x60" href="/assets/img/favicon/apple-icon-60x60.png"> + <link rel="apple-touch-icon" sizes="72x72" href="/assets/img/favicon/apple-icon-72x72.png"> + <link rel="apple-touch-icon" sizes="76x76" href="/assets/img/favicon/apple-icon-76x76.png"> + <link rel="apple-touch-icon" sizes="114x114" href="/assets/img/favicon/apple-icon-114x114.png"> + <link rel="apple-touch-icon" sizes="120x120" href="/assets/img/favicon/apple-icon-120x120.png"> + <link rel="apple-touch-icon" sizes="144x144" href="/assets/img/favicon/apple-icon-144x144.png"> + <link rel="apple-touch-icon" sizes="152x152" href="/assets/img/favicon/apple-icon-152x152.png"> + <link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicon/apple-icon-180x180.png"> + <link rel="icon" type="image/png" sizes="192x192" href="/assets/img/favicon/android-icon-192x192.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="96x96" href="/assets/img/favicon/favicon-96x96.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon/favicon-16x16.png"> + <link rel="manifest" href="/assets/img/favicon/manifest.json"> + <meta name="msapplication-TileColor" content="#ffffff"> + <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> + <meta name="theme-color" content="#ffffff"> + + <link rel='stylesheet' href='/assets/css/fonts.css' /> + <link rel='stylesheet' href='/assets/css/css.css' /> + <link rel='stylesheet' href='/assets/css/leaflet.css' /> + <link rel='stylesheet' href='/assets/css/applets.css' /> + <link rel='stylesheet' href='/assets/css/mobile.css' /> +</head> +<body> + <header> + <a class='slogan' href="/"> + <div class='logo'></div> + <div class='site_name'>MegaPixels</div> + + </a> + <div class='links'> + <a href="/datasets/">Datasets</a> + <a href="/about/">About</a> + <a href="/research">Research</a> + </div> + </header> + <div class="content content-dataset"> + + <section><h1>Introduction</h1> +<p>Face recognition has become the focal point for ...</p> +<p>Add 68pt landmarks animation</p> +<p>But biometric currency is ...</p> +<p>Add rotation 3D head</p> +<p>Inflationary...</p> +<p>Add Theresea May 3D</p> +<p>(comission for CPDP)</p> +<p>Add info from the AI Traps talk</p> +<ul> +<li>Posted: Dec. 15</li> +<li>Author: Adam Harvey</li> +</ul> +</section><section class='applet_container'><div class='applet' data-payload='{"command": "load_file /site/research/00_introduction/assets/summary_countries_top.csv", "fields": ["Headings: country, Xcitations"]}'></div></section><section><p>Paragraph text to test css formatting. Paragraph text to test css formatting. Paragraph text to test css formatting. Paragraph text to test css formatting. Paragraph text to test css formatting.</p> +<p>[ page under development ]</p> +</section><section class='images'><div class='image'><img src='https://nyc3.digitaloceanspaces.com/megapixels/v1/site/research/_introduction/assets/test.png' alt=' This is the caption'><div class='caption'> This is the caption</div></div></section> + + </div> + <footer> + <ul class="footer-left"> + <li><a href="/">MegaPixels.cc</a></li> + <li><a href="/datasets/">Datasets</a></li> + <li><a href="/about/">About</a></li> + <li><a href="/about/news/">News</a></li> + <li><a href="/about/legal/">Legal & Privacy</a></li> + </ul> + <ul class="footer-right"> + <li>MegaPixels ©2017-19 <a href="https://ahprojects.com">Adam R. Harvey</a></li> + <li>Made with support from <a href="https://mozilla.org">Mozilla</a></li> + </ul> + </footer> +</body> + +<script src="/assets/js/dist/index.js"></script> +</html>
\ No newline at end of file |
