Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
[UNTP-195] UNEP added as UN publisher
Browse files Browse the repository at this point in the history
-[x] Added UNEP logo
-[x] Changed UNESCE IATI ID in json file.
-[x] changed default year to 2017
  • Loading branch information
bezunakarmi committed Feb 12, 2018
1 parent c2327aa commit c5bcf7e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lock '3.10.0'
lock '3.10.1'

# Application #
#####################################################################################
Expand Down
Binary file added ctrack/art/un_logos/XM-DAC-41116.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ctrack/art/un_logos/XM-DAC-41304.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ctrack/js/ctrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ctrack.setup = function (args) {
head.load(args.css);
}

ctrack.year = parseInt(args.year || ctrack.q.year || 2016);
ctrack.year = parseInt(args.year || ctrack.q.year || 2017);

ctrack.year_chunks = function (y) {
ctrack.chunk("year", y);
Expand Down
18 changes: 10 additions & 8 deletions dstore/json/iati_codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@
"41120": "UN-Habitat (UNHABITAT)",
"41122": "United Nations Children's Fund (UNICEF)",
"XM-DAC-41127": "United Nations Office for the Coordination of Humanitarian Affairs (OCHA)",
"41304": "United Nations Educational, Scientific and Cultural Organization (UNESCO)",
"XM-DAC-41304": "United Nations Educational, Scientific and Cultural Organization (UNESCO)",
"XM-OCHA-CERF": "United Nations Central Emergency Response Fund (CERF)",
"XM-DAC-41114": "United Nations Development Programme (UNDP)",
"41AAA": "United Nations Office for Project Services (UNOPS)",
Expand All @@ -870,14 +870,15 @@
"XM-DAC-41301": "Food and Agriculture Organization of the United Nations (FAO)",
"XM-DAC-928": "World Health Organisation (WHO)",
"XI-IATI-UNPF": "UN Pooled Funds (UNPF)",
"XM-OCHA-FTS": "United Nations OCHA Financial Tracking Service (UN OCHA FTS)"
"XM-OCHA-FTS": "United Nations OCHA Financial Tracking Service (UN OCHA FTS)",
"XM-DAC-41116": "United Nations Environment Programme (UNEP)"
},
"un_publisher_names": {
"XM-DAC-41108": "International Fund for Agricultural Development (IFAD)",
"XM-DAC-41127": "United Nations Office for the Coordination of Humanitarian Affairs (OCHA)",
"41111": "United Nations Capital Development Fund (UNCDF)",
"XM-DAC-41114": "United Nations Development Programme (UNDP)",
"41304": "United Nations Educational, Scientific and Cultural Organization (UNESCO)",
"XM-DAC-41304": "United Nations Educational, Scientific and Cultural Organization (UNESCO)",
"41119": "United Nations Population Fund (UNFPA)",
"41120": "UN-Habitat (UN-Habitat)",
"41122": "United Nations Children's Fund (UNICEF)",
Expand All @@ -904,7 +905,8 @@
"XM-DAC-928": "World Health Organisation (WHO)",
"IOM": "International Organisation for Migration (IOM)",
"XI-IATI-UNPF": "UN Pooled Funds (UNPF)",
"XM-OCHA-FTS": "United Nations OCHA Financial Tracking Service (UN OCHA FTS)"
"XM-OCHA-FTS": "United Nations OCHA Financial Tracking Service (UN OCHA FTS)",
"XM-DAC-41116": "United Nations Environment Programme (UNEP)"
},
"country": {
"AC": "Ascension Island",
Expand Down Expand Up @@ -1680,7 +1682,7 @@
"41119": "United Nations Population Fund",
"41120": "UN-Habitat",
"41122": "United Nations Children's Fund (UNICEF)",
"41304": "United Nations Educational, Scientific and Cultural Organization (UNESCO)",
"XM-DAC-41304": "United Nations Educational, Scientific and Cultural Organization (UNESCO)",
"44000": "The World Bank",
"46002": "African Development Bank",
"46004": "Asian Development Bank",
Expand Down Expand Up @@ -2044,7 +2046,6 @@
"US-EIN-20-4451390": "Natural Resource Governance Institute",
"GB-COH-00986729": "Natural Resources Institute, University of Greenwich.",
"GB-COH-SC349355": "Global Network of Sex Work Projects (NSWP)",
"XM-OCHA-FTS": "OCHA Financial Tracking Service",
"KR-GOV-021": "Republic of Korea",
"XI-IATI-OFID": "The OPEC Fund for International Development",
"US-EIN-20-1173866": "Omidyar Network Fund Inc.",
Expand Down Expand Up @@ -2248,7 +2249,8 @@
"GB-CHC-1133342": "Zing",
"NL-KVK-41009723": "ZOA",
"XI-IATI-WHS-NEPAL": "Nepal Traceability Study 2016",
"XM-OCHA-FTS": "United Nations OCHA Financial Tracking Service (UN OCHA FTS)"
"XM-OCHA-FTS": "United Nations OCHA Financial Tracking Service (UN OCHA FTS)",
"XM-DAC-41116": "United Nations Environment Programme (UNEP)"
},
"publisher_secondary": {
"NP-SWC-27693": "Aasaman Nepal",
Expand Down Expand Up @@ -2928,4 +2930,4 @@
"41120": "open.unhabitat.org",
"44000": "worldbank.org/projects"
}
}
}
6 changes: 3 additions & 3 deletions dstore/json/un_agencies_data.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"total_un_agencies": 32,
"un_agencies_in_iati": 20,
"total_un_agencies": 33,
"un_agencies_in_iati": 21,
"total_budget": 640306060550.7874,
"total_projects": 60266,
"total_expenditure": 351123272852.80286,
"active_projects": 15370,
"active_projects": 15239,
"countries": {
"89": "Europe, regional",
"679": "South Asia, regional",
Expand Down

0 comments on commit c5bcf7e

Please sign in to comment.