All Projects → undp → open.undp.org

undp / open.undp.org

Licence: other
[DEPRECATED]: UNDP Project Portal

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to open.undp.org

Sport.db
sport.db - open sports database (e.g. football.db, formula1.db etc.) command line tool and libraries
Stars: ✭ 202 (+861.9%)
Mutual labels:  opendata
ods
Open Data Service - Make consuming open data easy, safe, and reliable
Stars: ✭ 35 (+66.67%)
Mutual labels:  opendata
qsv
CSVs sliced, diced & analyzed.
Stars: ✭ 438 (+1985.71%)
Mutual labels:  opendata
Pynasa
Stars: ✭ 212 (+909.52%)
Mutual labels:  opendata
dkan2
Deprecated: please use the 2.x branch of the dkan repo
Stars: ✭ 17 (-19.05%)
Mutual labels:  opendata
patzilla
PatZilla is a modular patent information research platform and data integration toolkit with a modern user interface and access to multiple data sources.
Stars: ✭ 71 (+238.1%)
Mutual labels:  opendata
Udata
Customizable and skinnable social platform dedicated to open data.
Stars: ✭ 181 (+761.9%)
Mutual labels:  opendata
cbsodataR
Statistics Netherlands (CBS) OpenData API Client for R
Stars: ✭ 27 (+28.57%)
Mutual labels:  opendata
awesome-json-next
A Collection of What's Next for Awesome JSON (JavaScript Object Notation) for Structured (Meta) Data in Text - JSON5, HJSON, HanSON, TJSON, SON, CSON, USON, JSONX/JSON11 & Many More
Stars: ✭ 50 (+138.1%)
Mutual labels:  opendata
worldcup
Free open public domain football data for the World Cup (incl. Qatar 2022, Russia 2018, Brazil 2014, etc.) and World Cup Quali(fiers)
Stars: ✭ 530 (+2423.81%)
Mutual labels:  opendata
Salarios Magistrados
Baixa as planilhas de salários de magistrados, extrai os contracheques, limpa e exporta pra CSV
Stars: ✭ 248 (+1080.95%)
Mutual labels:  opendata
euro
Free open public domain football data (euro.db) for Euro 2008, Euro 2012, Euro 2016, Euro 2020 (2021), etc.
Stars: ✭ 38 (+80.95%)
Mutual labels:  opendata
SemanticWikibase
Makes Wikibase data available in Semantic MediaWiki
Stars: ✭ 14 (-33.33%)
Mutual labels:  opendata
Openapi Directory
🌐 Wikipedia for Web APIs. Directory of REST API definitions in OpenAPI 2.0/3.x format
Stars: ✭ 2,635 (+12447.62%)
Mutual labels:  opendata
covid19-time-series-utilities
several utilities to help wrangle COVID-19 data into a time-series format
Stars: ✭ 34 (+61.9%)
Mutual labels:  opendata
Opendata
CRAN OpenData Task View
Stars: ✭ 188 (+795.24%)
Mutual labels:  opendata
swiss-hospital-data
Data on hospital infrastructure in Switzerland
Stars: ✭ 19 (-9.52%)
Mutual labels:  opendata
solidata frontend
first draft for solidata_frontend : vue+nuxt+vuetify+i18n+axios
Stars: ✭ 15 (-28.57%)
Mutual labels:  opendata
tweetyourmep
TweetyourMEP
Stars: ✭ 17 (-19.05%)
Mutual labels:  opendata
websegura
Analizamos y mostramos seguridad HTTPS de sitios web públicos, como medida para visualizar aquellos que pueden suponer un riesgo para sus usuarios.
Stars: ✭ 27 (+28.57%)
Mutual labels:  opendata

UPDATE: as of June 20th, 2018 new version of the site has been deployed and this codebase is not updated anymore

Open.undp.org Documentation

Open.undp.org is a CMS-free Jekyll site designed by Development Seed. Its purpose is to visualize UNDP's global project data through an updatable, static data API.

Building the site

To setup the site locally:

Install Jekyll.

Clone this repo to a convenient place like your home directory:

git clone [email protected]:undp/open.undp.org.git

Start jekyll

cd open.undp.org
jekyll

The site should be accessible at http://0.0.0.0:4000 after it has been generated for the first time.

When you push new changes to the gh-pages branch of the remote repo in GitHub, GitHub will automatically rebuild the site and publish it.

Files

The site is structured around the Backbone.js framework. Template and include files contain relevant comments to help you understand what they do.

Here's the general directory layout:

_includes/     All backbone.js structured content. Router, Models, Views, and Templates.
_posts/        Text content. Includes the About pages and any other significant copy such as the intro
               and popup windows.
_site/         The static site generated by Jekyll. This does not need to be committed
               to Github, because GitHub will automatically generate it on push.
img/           Images.

ext/           Required JS libraries.
js/            Aggregated site JS and global functions.
css/           CSS files.

api/           Data files.
download/      Raw data available for users to download.
bin/           Raw data and processing scripts for generating the API.

index.html     Top site container where `<head>` and `<body>` are.
embed.html     Embed-specific index.html, used only when site is displayed through the embed url.
_config.yml    Jekyll configuration file. Includes default metadata.
README.md      This file.

Managing content

Content may be managed by checking out and editing the repository locally, editing directly on GitHub, or through Prose, a web-based editor for GitHub.

Editing Copy

Site copy is contained in posts. Each post is a file in the _posts directory, and relates to a specific section on the site.

For instance, to edit the main site introduction, locate the file _posts/0001-01-01-intro.md, make the proper edits to the text, and save the changes to the repository in one of the manners mentioned above.

Creating posts in Prose

Custom donor posts can be created for any donor countries with the the country id, and stored under _posts/donors/. For example, a post for the donor country Norway will be _posts/donors/0001-01-01-NOR.md.

Editing donor posts in Prose

Photos can be edited by using the markdown ![](). The caption of the photo will be in the [] and the url will be in the (). The url can point to any source on the web (eg. ![This is an 640px image from flickr.](http://farm3.staticflickr.com/2521/4080560617_f220de276d_z.jpg)) or to the local folder, named media (eg. ![This is an image from the media folder](/media/example.jpg)).

Images can be added by drag-and-drop into the text field in prose. If prose upload does not work, add the images in the media folder manually, and edit the post accordingly.

Photos are implemented as a photo slide, so there is no limit of the photos associated with a post. However, to ensure that the slides work, the markup for images should look like the following, with no space or other characters in between each image:

Publish/unpublish in Prose

Posts can be published/unpublished with one click in prose. An unpublished post will not show up on the website even if it is complete.

An unpublished post:

To publish, click the unpublish and the icon will change to publish:

Updating the Data

Visit the wiki home page for OSX and Windows OS update processes.

Further reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].