-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed footer from template and manually added them on each .html file for about and rankings
- Loading branch information
1 parent
015c25b
commit fa1cb70
Showing
10 changed files
with
458 additions
and
334 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,72 +42,69 @@ | |
</div> | ||
|
||
<div id="aboutContent"> | ||
<div id="contInner"> | ||
<p>The Atlas online provides access to bilateral trade data for roughly 200 countries spanning 50 years and across 1000 different products, using the Standardized International Trade Code at the four-digit level (SITC-4) revision 2 classification. The Atlas online also provides world trade data in the Harmonized System Classification (HS4) maintained by the Centre d’Etudes Prospectives et d’Informations Internationales (CEPII) dating back to 1995. The sources of the data used are:</p> | ||
|
||
<p>The Atlas online provides access to bilateral trade data for roughly 200 countries spanning 50 years and across 1000 different products, using the Standardized International Trade Code at the four-digit level (SITC-4) revision 2 classification. The Atlas online also provides world trade data in the Harmonized System Classification (HS4) maintained by the Centre d’Etudes Prospectives et d’Informations Internationales (CEPII) dating back to 1995. The sources of the data used are:</p> | ||
<ul> | ||
<li>1962 – 2000: The Center for International Data from Robert Feenstra</li> | ||
<li>2001 – 2012: UN COMTRADE</li> | ||
</ul> | ||
|
||
<ul> | ||
<li>1962 – 2000: The Center for International Data from Robert Feenstra</li> | ||
<li>2001 – 2012: UN COMTRADE</li> | ||
</ul> | ||
<p><b>All the information related to data processing are now available on our <a href="https://github.com/cid-harvard/atlas-data">GitHub</a>.</b><p> | ||
|
||
<p><b>All the information related to data processing are now available on our <a href="https://github.com/cid-harvard/atlas-data">GitHub</a>.</b><p> | ||
|
||
<a name="notes"></a> | ||
<h3>Notes</h3> | ||
|
||
<a name="notes"></a> | ||
<h3>Notes</h3> | ||
<p>Our measurements are by no means perfect:</p> | ||
|
||
<p>Our measurements are by no means perfect:</p> | ||
<p>The Atlas online relies on international trade data. We made this choice because it is the only dataset available that has rich detailed cross-country information linking countries to the products they produce using a standardized classification. It includes data on exports, but not production.</p> | ||
|
||
<p>The Atlas online relies on international trade data. We made this choice because it is the only dataset available that has rich detailed cross-country information linking countries to the products they produce using a standardized classification. It includes data on exports, but not production.</p> | ||
<p>Secondly, this dataset only includes goods, and not services. The latter does not flow through customs offices that are the source of our statistical records.</p> | ||
|
||
<p>Secondly, this dataset only includes goods, and not services. The latter does not flow through customs offices that are the source of our statistical records.</p> | ||
<p>Finally, we do not include information on non-tradable activities such as construction or restaurants. Producers and consumers meet in the same place for such activities, and while these interactions are an important part of the economic ecosystem, these factors are not represented by current data.</p> | ||
|
||
<p>Finally, we do not include information on non-tradable activities such as construction or restaurants. Producers and consumers meet in the same place for such activities, and while these interactions are an important part of the economic ecosystem, these factors are not represented by current data.</p> | ||
<a name="contributing"></a> | ||
<h3>Re-using and Contributing</h3> | ||
|
||
<a name="contributing"></a> | ||
<h3>Re-using and Contributing</h3> | ||
<p>The Atlas online is published under a <a href="http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-Sharealike 3.0 Unported License</a>, so feel free to share the site and embed the apps anywhere on the Internet. When doing so, please remember to attribute the site and its <a href="about/#team">creators</a>.</p> | ||
|
||
<p>The Atlas online is published under a <a href="http://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License">Creative Commons Attribution-Sharealike 3.0 Unported License</a>, so feel free to share the site and embed the apps anywhere on the Internet. When doing so, please remember to attribute the site and its <a href="about/#team">creators</a>.</p> | ||
|
||
<p>As an open source platform, The Atlas online welcomes any and all collaborators to the project. We also provide an <a href="about/api/">API</a> for the casual user interested in embedding their own Atlas app on any webpage. If interested, fork the site <a href="github.com/cid-harvard/atlas-economic-complexity">here</a>.</p> | ||
|
||
<p>As an open source platform, The Atlas online welcomes any and all collaborators to the project. We also provide an <a href="about/api/">API</a> for the casual user interested in embedding their own Atlas app on any webpage. If interested, fork the site <a href="github.com/cid-harvard/atlas-economic-complexity">here</a>.</p> | ||
|
||
When referring to the site in publications, please cite the following reference: | ||
|
||
When referring to the site in publications, please cite the following reference: | ||
<blockquote>"The Atlas of Economic Complexity," Center for International Development at Harvard University, http://www.atlas.cid.harvard.edu</blockquote> | ||
|
||
<blockquote>"The Atlas of Economic Complexity," Center for International Development at Harvard University, http://www.atlas.cid.harvard.edu</blockquote> | ||
<p>When referring to the book, The Atlas of Economic Complexity in publications, please cite the following reference:</p> | ||
|
||
<p>When referring to the book, The Atlas of Economic Complexity in publications, please cite the following reference:</p> | ||
|
||
<blockquote>R Hausmann, CA Hidalgo, S Bustos, M Coscia, S Chung, J Jimenez, A Simoes, M Yildirim. The Atlas of Economic Complexity. Puritan Press. Cambridge MA. (2011)</blockquote> | ||
|
||
<p>For more information, please contact Chuck McKenney, Communications Manager, at 617.495.8496, or at <a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
|
||
<!-- | ||
<table class="table table-bordered table-condensed table-striped"> | ||
<thead> | ||
<tr> | ||
<th> </th> | ||
{% for h in headers %} | ||
<th>{{h}}</th> | ||
{% endfor %} | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{% for row in items %} | ||
<tr> | ||
<td>{{forloop.counter}}</td> | ||
{% for i in row %} | ||
<td>{{i}}</td> | ||
{% endfor %} | ||
</tr> | ||
{% endfor %} | ||
</tbody> | ||
</table> | ||
--> | ||
<blockquote>R Hausmann, CA Hidalgo, S Bustos, M Coscia, S Chung, J Jimenez, A Simoes, M Yildirim. The Atlas of Economic Complexity. Puritan Press. Cambridge MA. (2011)</blockquote> | ||
|
||
<p>For more information, please contact Chuck McKenney, Communications Manager, at 617.495.8496, or at <a href="mailto:[email protected]">[email protected]</a></p> | ||
</div> | ||
<div id="contFooter"> | ||
<footer> | ||
<div class="footerInner"> | ||
<span>The Atlas of Economic complexity is a powerful interactive tool that enables users to visualize a country's total trade, track how these dynamics change over time and explore growth opportunities for more than a hundred countries worldwide.</span> | ||
<span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">The Atlas of Economic complexity</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>. Current version: <a href="https://github.com/cid-harvard/atlas-economic-complexity">{{ VERSION }}</a>. | ||
<br /> | ||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0 display:block;" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" /></a> | ||
<p style="clear:both"></p> | ||
<a style=" margin-left:150px; float:left;" href="http://www.hks.harvard.edu/centers/cid"><img src="media/img/all/logo_cid.png" alt="Center for International Development Logo"/></a> | ||
<div class="language_select" style="float:right; margin-right:150px;"> | ||
<div class="text"> | ||
Language: | ||
</div> | ||
<select> | ||
{% for lang in supported_langs %} | ||
<option style="" value="{{lang.0.code}}" {% if lang.0.code == LANGUAGE_CODE %} selected="selected" {% endif %}>{{lang.0.name_local}}</option> | ||
{% endfor %} | ||
</select> | ||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
</div> <!-- END #content div --> | ||
{% endblock %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.