From f626de40f73c54e25193ca09637d60a0ce522360 Mon Sep 17 00:00:00 2001 From: Joao Pedro Date: Wed, 16 Oct 2019 22:03:07 -0400 Subject: [PATCH 1/2] [QA] full run --- .../002_repo_structure/0022_dataset_tables/enrollment.md | 2 +- .../002_repo_structure/0022_dataset_tables/population.md | 2 +- .../002_repo_structure/0022_dataset_tables/proficiency.md | 2 +- .../002_repo_structure/0022_dataset_tables/rawfull.md | 2 +- .../002_repo_structure/0022_dataset_tables/rawlatest.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/enrollment.md b/00_documentation/002_repo_structure/0022_dataset_tables/enrollment.md index 5498435..b4b1b34 100644 --- a/00_documentation/002_repo_structure/0022_dataset_tables/enrollment.md +++ b/00_documentation/002_repo_structure/0022_dataset_tables/enrollment.md @@ -10,7 +10,7 @@ Dataset of enrollment. Long in countrycode and year, wide in enrollment definiti ~~~~ sources: Multiple enrollment definitions were combined according to a ranking. Original data from World Bank (country team validation, ANER) and UIS (TNER, NET, GER) -lastsave: 16 Oct 2019 20:42:20 by wb255520 +lastsave: 16 Oct 2019 21:57:15 by wb255520 ~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/population.md b/00_documentation/002_repo_structure/0022_dataset_tables/population.md index 92e3eb3..cc52654 100644 --- a/00_documentation/002_repo_structure/0022_dataset_tables/population.md +++ b/00_documentation/002_repo_structure/0022_dataset_tables/population.md @@ -10,7 +10,7 @@ Dataset of late primary aged population. Long in countrycode and year, wide in p ~~~~ sources: World Bank staff estimates using the World Bank's total population and age distributions of the United Nations Population Division's World Population Prospects. -lastsave: 16 Oct 2019 20:42:18 by wb255520 +lastsave: 16 Oct 2019 21:57:14 by wb255520 ~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/proficiency.md b/00_documentation/002_repo_structure/0022_dataset_tables/proficiency.md index 2abca17..c3dfb8d 100644 --- a/00_documentation/002_repo_structure/0022_dataset_tables/proficiency.md +++ b/00_documentation/002_repo_structure/0022_dataset_tables/proficiency.md @@ -10,7 +10,7 @@ Dataset of proficiency. One country may have multiple or no observations at all. ~~~~ sources: Compilation of proficiency measures from 3 sources: CLO (Country Level Outcomes from GLAD), National Learning Assessment (from UIS), HAD (Harmonized Assessment Database) -lastsave: 16 Oct 2019 20:42:18 by wb255520 +lastsave: 16 Oct 2019 21:57:14 by wb255520 ~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/rawfull.md b/00_documentation/002_repo_structure/0022_dataset_tables/rawfull.md index 017a59a..5d960be 100644 --- a/00_documentation/002_repo_structure/0022_dataset_tables/rawfull.md +++ b/00_documentation/002_repo_structure/0022_dataset_tables/rawfull.md @@ -10,7 +10,7 @@ Dataset of proficiency merged with enrollment and population. Not a timeseries, ~~~~ sources: All population, enrollment and proficiency sources combined. -lastsave: 16 Oct 2019 20:42:20 by wb255520 +lastsave: 16 Oct 2019 21:57:15 by wb255520 ~~~~ diff --git a/00_documentation/002_repo_structure/0022_dataset_tables/rawlatest.md b/00_documentation/002_repo_structure/0022_dataset_tables/rawlatest.md index 3af67b8..42cb115 100644 --- a/00_documentation/002_repo_structure/0022_dataset_tables/rawlatest.md +++ b/00_documentation/002_repo_structure/0022_dataset_tables/rawlatest.md @@ -10,7 +10,7 @@ Preference 1005 dataset. Contains one observation for each of the 217 countries, ~~~~ sources: All population, enrollment and proficiency sources combined. -lastsave: 16 Oct 2019 20:42:20 by wb255520 +lastsave: 16 Oct 2019 21:57:15 by wb255520 ~~~~ From b9424cbc7d9cc61c02945574194134d821af42c4 Mon Sep 17 00:00:00 2001 From: Diana Date: Thu, 17 Oct 2019 20:11:20 -0400 Subject: [PATCH 2/2] [QA] removed tmp from profile --- profile_LearningPoverty.do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile_LearningPoverty.do b/profile_LearningPoverty.do index b8caf1e..abdcbfa 100644 --- a/profile_LearningPoverty.do +++ b/profile_LearningPoverty.do @@ -33,11 +33,11 @@ qui { } * Joao Pedro I else if inlist("`c(username)'","wb255520","WB255520") { - global clone "C:/Users/`c(username)'/Documents/mytasks/LearningPoverty-tmp" + global clone "C:/Users/`c(username)'/Documents/mytasks/LearningPoverty" } * Joao Pedro II else if inlist("`c(username)'","azeve") { - global clone "C:/GitHub_mytasks/LearningPoverty-tmp" + global clone "C:/GitHub_mytasks/LearningPoverty" } * Kristoffer else if inlist("`c(username)'","wb462869","WB462869") {