Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add project tags for cms #4

Merged
merged 3 commits into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 43 additions & 1 deletion public/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ collections:
- name: body
label: Page Content
widget: markdown
- name: tags
label: Project Tags
widget: list
min: 1
max: 2
collapsed: false
field: { label: Project, name: project, widget: select, options: ["MMP", "LAMP"] }
- name: map
label: Map
folder: src/content/map
Expand All @@ -28,6 +35,13 @@ collections:
- name: image
label: MMP Community Map
widget: image
- name: tags
label: Project Tags
widget: list
min: 1
max: 2
collapsed: false
field: { label: Project, name: project, widget: select, options: ["MMP", "LAMP"] }
- name: people
label: People
folder: src/content/people
Expand Down Expand Up @@ -76,6 +90,13 @@ collections:
widget: datetime
date_format: YYYY
time_format: false
- name: tags
label: Project Tags
widget: list
min: 1
max: 2
collapsed: false
field: { label: Project, name: project, widget: select, options: ["MMP", "LAMP"] }
- name: pubs
label: Publications
folder: src/content/publications
Expand Down Expand Up @@ -121,6 +142,13 @@ collections:
required: false
label: PDF
widget: file
- name: tags
label: Project Tags
widget: list
min: 1
max: 2
collapsed: false
field: { label: Project, name: project, widget: select, options: ["MMP", "LAMP"] }
- name: data
label: Documentation Data
create: true
Expand Down Expand Up @@ -152,6 +180,13 @@ collections:
required: false
label: English File
widget: file
- name: tags
label: Project Tags
widget: list
min: 1
max: 2
collapsed: false
field: { label: Project, name: project, widget: select, options: ["MMP", "LAMP"] }
- name: news
label: News
identifier_field: pubDate
Expand All @@ -174,4 +209,11 @@ collections:
widget: text
- name: body
label: Post
widget: markdown
widget: markdown
- name: tags
label: Project Tags
widget: list
min: 1
max: 2
collapsed: false
field: { label: Project, name: project, widget: select, options: ["MMP", "LAMP"] }
2 changes: 2 additions & 0 deletions src/content/data/appendix-a.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Appendix A
description: Community Survey Year Codes
archivo: /public/images/apéndice-a-estadísticas-muestrales-mmp174-.pdf
file: /public/images/appendix-a-sample-information-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/appendix-b.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Appendix B
description: Place Codes in Mexico and the United States
archivo: /public/images/apéndice-b-lugares-mmp174-.pdf
file: /public/images/appendix-b-places-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/appendix-c.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Appendix C
description: State Codes in Mexico and the United States
archivo: /public/images/apéndice-c-estados-y-países-mmp174-.pdf
file: /public/images/appendix-c-states-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/appendix-d.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Appendix D
description: Occupation Codes (English)
archivo: /public/images/apéndice-d-ocupaciones-mmp174-.pdf
file: /public/images/appendix-d-occupations-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/appendix-e.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Appendix E
description: Computation of Total U.S. Experience (English)
archivo: /public/images/apéndice-e-cálculo-de-experiencia-migratoria-en-los-eeuu-mmp174-.pdf
file: /public/images/appendix-e-computation-of-us-experience-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/appendix-f.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Appendix F
description: Farm Codes in Canada
archivo: /public/images/apéndice-f-granjas-canadienses-mmp174-.pdf
file: /public/images/appendix-f-canadian-farms-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/appendix-g.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Appendix G
description: Community Questionnaire
archivo: /public/images/apendice-g-encuesta-de-comunidad-1999.pdf
file: /public/images/appendix-g-community-questionnaire-1999.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/appendix-h.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Appendix H
description: MMP Weights
archivo: /public/images/apendice-h-ponderadores-mmp-y-lamp-2012-.pdf
file: /public/images/appendix-h-weights-mmp-and-lamp-weights-2012-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/cnmig.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for CNMIG file.
codebookType: MMP Core
archivo: /public/images/cnmig-libro-de-códigos-mmp174-.pdf
file: /public/images/cnmig-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/commun.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for COMMUN file.
codebookType: Community Level Supplementary
archivo: /public/images/commun-libro-de-códigos-mmp174-.pdf
file: /public/images/commun-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/environs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ description: >-
codebookType: State Level Supplementary
archivo: /public/images/environs-códigos-mmp134-.pdf
file: /public/images/environs-codebook-mmp134-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: |
Survey applied to communities surveyed in 2024 to date (i.e. 176 onwards).
version: "2024"
archivo: /public/images/mmp-ethnoencuesta-version-9.2-aplicada-del-2024-a-la-fecha.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Ethnosurvey 9.1
description: Survey applied to Guatemala survey in 2021 (i.e. 175).
version: "2021"
archivo: /public/images/mmp-ethnoencueasta-version-9.1-aplicada-en-2021.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-i.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ title: Ethnosurvey 1
description: Survey applied to communities interviewed from 1987 to 1997, and in 1982
version: 1987 - 1997
archivo: /public/images/mmp-etnoencuesta-versión-1-aplicada-de-1987-a-1997.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-ii.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Survey applied to communities interviewed on 1998 and 1999
version: 1998 - 1999
archivo: /public/images/mmp-etnoencuesta-versión-2-aplicada-de-1998-a-1999.pdf
file: /public/images/mmp-ethnosurvey-version-ii-applied-in-1998-and-1999-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-iii.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Survey applied to communities interviewed from 2000 to 2004
version: 2000 - 2004
archivo: /public/images/mmp-etnoencuesta-versión-3-aplicada-del-2000-al-2004.pdf
file: /public/images/mmp-ethnosurvey-version-iii-applied-from-2000-to-2004-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-iv-english.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Survey applied to communities surveyed from 2007 to 2011 (i.e. 119
version: 2007 - 2011
archivo: /public/images/mmp-etnoencuesta-versión-5-aplicada-del-2007-al-2011.pdf
file: /public/images/mmp-ethnosurvey-version-v-applied-from-2007-to-2011-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-iv.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Survey applied to communities surveyed from 2005 to 2007 (i.e. 110
version: 2005 - 2007
archivo: /public/images/mmp-etnoencuesta-versión-4-aplicada-del-2005-al-2007.pdf
file: /public/images/mmp-ethnosurvey-version-iv-applied-from-2005-to-2007-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-vi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Survey applied to communities surveyed from 2012 to date (i.e. 135
version: 2012 to 2016
archivo: /public/images/mmp-etnoencuesta-versión-6-aplicada-del-2012-al-2016.pdf
file: /public/images/mmp-ethnosurvey-version-vi-applied-from-2012-to-2016-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-vii.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ description: |
version: "2017"
archivo: /public/images/mmp-etnoencuesta-versión-7-aplicada-en-el-2017.pdf
file: /public/images/mmp-ethnosurvey-version-vii-applied-on-2017-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/ethnosurvey-viii.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Survey applied to communities surveyed in 2018 to 2019 (i.e. 169-17
version: 2018-2019
archivo: /public/images/mmp-etnoencuesta-versión-8-aplicada-del-2018-al-2019.pdf
file: /public/images/mmp-ethnosurvey-version-viii-applied-from-2018-to-2019-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/house.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for HOUSE file.
codebookType: MMP Core
archivo: /public/images/house-libro-de-códigos-mmp174-.pdf
file: /public/images/house-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/interviewer-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Interviewer manual for field work.
version: 2018 (2012 English)
archivo: /public/images/guia-del-encuestador-2018.pdf
file: /public/images/interviewers-manual-2012.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/life.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for LIFE file.
codebookType: MMP Core
archivo: /public/images/life-libro-de-códigos-mmp174-.pdf
file: /public/images/life-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/mig-other.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for MIG-OTHER file.
codebookType: MMP Core
archivo: /public/images/migother-libro-de-códigos-mmp174-.pdf
file: /public/images/migother-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/mig.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for MIG file.
codebookType: MMP Core
archivo: /public/images/mig-libro-de-códigos-mmp174-.pdf
file: /public/images/mig-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/msacross.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ description: This file contains information on the cost of living index for 1983
files.
version: "1999"
file: /public/images/msacrossbook.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/msayear.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ description: |-
all urban areas used in the Mexican Migration Project for selected years.
version: "1999"
file: /public/images/msayearbook.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/nat-hist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: National-level supplementary file, variable list and coding.
codebookType: National Level Supplementary
archivo: /public/images/natlhist-libro-de-códigos-mmp170-.pdf
file: /public/images/natlhist-codebook-mmp170-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/nat-year.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: National-level supplementary file, variable list and coding.
codebookType: National Level Supplementary
archivo: /public/images/natlyear-libro-de-códigos-mmp170-.pdf
file: /public/images/natlyear-codebook-mmp170-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/pers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for PERS file.
codebookType: MMP Core
archivo: /public/images/pers-libro-de-códigos-mmp174-.pdf
file: /public/images/pers-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/pratio.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for annual migration prevalence ratio.
codebookType: Community Level Supplementary
archivo: /public/images/pratio-libro-de-códigos-mmp174-.pdf
file: /public/images/pratio-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/spouse-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Codes for SPOUSE file.
codebookType: MMP Core
archivo: /public/images/spouse-libro-de-códigos-mmp174-.pdf
file: /public/images/spouse-codebook-mmp174-.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/supervisors-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Manual for field work.
version: "2018"
archivo: /public/images/guia-del-supervisor-2018.pdf
file: /public/images/supervisors-guide-2018.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/survey-comparisons-versions-1-and-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Comparison of ethnosurvey versions 1 and 2.
version: "1998"
archivo: /public/images/comparación-versión-1-vs-versión-2-español.pdf
file: /public/images/comparison-version-i-vs-version-ii-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/survey-comparisons-versions-2-and-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Comparison of ethnosurveys versions 2 and 3.
version: "2000"
archivo: /public/images/comparación-versión-2-vs-versión-3-español.pdf
file: /public/images/comparison-version-ii-vs-version-iii-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/survey-comparisons-versions-3-and-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Comparison of ethnosurvey versions 3 and 4.
version: "2005"
archivo: /public/images/comparación-versión-3-vs-versión-4-español.pdf
file: /public/images/comparison-version-iii-vs-version-iv-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/data/survey-comparisons-versions-4-and-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ description: Comparison of ethnosurvey versions 4 and 5.
version: "2007"
archivo: /public/images/comparación-versión-4-vs-versión-5-español.pdf
file: /public/images/comparison-version-iv-vs-version-v-english.pdf
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/map/174.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
title: "174"
image: /public/images/MMP_Map.jpg
tags:
- MMP
---
2 changes: 2 additions & 0 deletions src/content/news/04-25-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ description: MMP-LAMP co-directors Giorguli and Lindstrom presented results from
2021) at the Universidad Militar Nueva Granada, Bogotá, Colombia. Lindstrom
also conducted a workshop on the use of the MMP-LAMP data for students and
researchers.
tags:
- MMP
---
The Ethnosurvey of Recent Immigration in Latin American Destinations (Etnoencuesta de Inmigracion Reciente en Contextos de Acogida Latinoamericanas - LAMP-ENIR 2021) used the MMP style migrant destination questionnaire and study design to survey Venezuelan immigrants in Barranquilla, Cúcuta and Santa Marta, Colombia; Venezuelan and Nicaraguan immigrants in San Jose, Costa Rica; and Venezuelan and Haitian immigrants in Santiago de Chile. Respondents were recruited for interviews using respondent driven sampling (RDS). In addition to collecting retrospective migration and life history data, the questionnaires collected information on integration experiences in the destinations, including housing, employment, schooling, health and food insecurity. Data from the study can be accessed at the LAMP-ENIR website at El Colegio de México (<https://mmp-lamp.colmex.mx/etnoencuesta/>). MMP-LAMP co-directors were invited to the Universidad Militar Nueva Granada, Bogotá, Colombia to discuss potential collaborations on migration studies and to present results from the LAMP-ENIR 2021 survey. Lindstrom also conducted a workshop on the use of the MMP-LAMP-ENIR data bases for students and researchers at the University.
2 changes: 2 additions & 0 deletions src/content/news/11-15-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ description: In June and August 2024, MMP interviewers completed surveys in one
Morelos. Survey interviews were also completed with migrants from the
communities now resident in the United States. Data from the surveys should be
part of the MMP public use data bases by March 2025.
tags:
- MMP
---
In June and August 2024, MMP surveys were completed in one agricultural community south of Mexico City in the state of Mexico, and in two towns in the southern outskirts of the Cuernavaca metropolitan area of the state of Morelos. The community in the state of Mexico was experiencing a serve drought which was resulting large crop loses. Tourism and services were the primary bases of economic activity in the communities in Morelos. Interviews with migrants, resident in the United States were completed by telephone for all three communities, and in one of the communities several settled U.S. migrants who were visiting family members were interviewed in person. Data from the three communities will be added to the MMP data base by March 2025.
2 changes: 2 additions & 0 deletions src/content/news/12-10-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ description: >
On March 7, 2024 Lindstrom gave the presentation Estimates of Annual Total
Spending by Mexican Migrants on Smuggler Fees for Mexico-U.S. Border Crossings
1980-2008.
tags:
- MMP
---
Lindstrom gave a talk at the Yale University Center for Empirical Research on Stratification and Inequality on undocumented Mexican border crossings and smuggler fees. Using data from the MMP and the Survey of Migration at the Northern Border of Mexico (EMIF), Lindstrom developed preliminary estimates of the annual number of undocumented Mexican migrants entering the U.S. from 1980 to 2008. Based on the estimated number of undocumented migrants and estimates of smuggler fees from the two surveys, Lindstrom developed estimates of the total amount spent on smugglers in each year. Lindstrom, MMP consultant Katharine Donato and Marie-Laure Coubes, Director of EMIF, will present a paper at the 2025 Annual Meeting of the Population Association of America in Washington, D.C. on the number of undocumented Mexican migrants entering the U.S. each year from 1980 to 2020.
2 changes: 2 additions & 0 deletions src/content/news/first-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: 'The MMP-LAMP study design and data bases were featured in the
America: New Sources of Information and the Use of the Ethnoquestionnaire for
the Analysis of Migation Histories" at the Congress of the Latin American
Population Association (ALAP) held in Bogota, Colombia.'
tags:
- MMP
---
Silvia Giorguli and Jéssica Nájera, and data coordinator Adela Angoa led the
two day workshop that included over 25 participants from across Latin America.
Expand Down
2 changes: 2 additions & 0 deletions src/content/pages/data.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Data
tags:
- MMP
---
## Data Overview

Expand Down
Loading