diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-03 15:18:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-03 15:18:04 +0200 |
| commit | 24e4f4af71f1e146f33688822ac3e4242339faa4 (patch) | |
| tree | b3a3619341ad2604ad451c4d5bd323b1e3c33755 | |
| parent | 0224090a9dcc79de897871cfa573f99cf8f005a5 (diff) | |
data
| -rw-r--r-- | client/index.js | 1 | ||||
| -rw-r--r-- | site/content/pages/datasets/market_1501/index.md | 4 | ||||
| -rw-r--r-- | site/public/datasets/market_1501/index.html | 15 |
3 files changed, 19 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js index 10ed8563..c003a8b3 100644 --- a/client/index.js +++ b/client/index.js @@ -24,7 +24,6 @@ function appendModalImage() { const el = document.createElement('div') document.body.appendChild(el) ReactDOM.render(<ModalImage />, el) - console.log(el) } function fetchDataset(payload) { diff --git a/site/content/pages/datasets/market_1501/index.md b/site/content/pages/datasets/market_1501/index.md index 8d253c79..f11f170e 100644 --- a/site/content/pages/datasets/market_1501/index.md +++ b/site/content/pages/datasets/market_1501/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/public/datasets/market_1501/index.html b/site/public/datasets/market_1501/index.html index 1ffd7e6c..3281a9ae 100644 --- a/site/public/datasets/market_1501/index.html +++ b/site/public/datasets/market_1501/index.html @@ -83,6 +83,21 @@ </p> </section> --><section> + <h3>Who used Market 1501?</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> <div class="hr-wave-holder"> <div class="hr-wave-line hr-wave-line1"></div> |
