diff --git a/Data/odissei-projects-clean_CBS.csv b/Data/odissei-projects-clean_CBS.csv index 82d9026..b6667d3 100644 --- a/Data/odissei-projects-clean_CBS.csv +++ b/Data/odissei-projects-clean_CBS.csv @@ -12,5 +12,4 @@ "11","Citizenship and education trajectories among children of immigrants: A transition-oriented sequence analysis","","Marie Labussière",NA,"doi","CBS microdata","link","Stata" "12","The intergenerational impact of naturalisation reforms: the citizenship status of children of immigrants in the Netherlands, 1995-2016","","Marie Labussière",NA,"doi","CBS microdata","link","Stata" "13","Evaluating the causal relationship between educational attainment and mental health","8590","Perline Demange","MAD2022","doi","CBS microdata","link","R" -"14","Same-sex couples in the Netherlands: parenthood, division of labor and inequality","9120","Weverthon Barbosa Machado","MAD2021","doi","CBS microdata","link","R" -"15","Money, Birth, Gender: Explaining Unequal Earnings Trajectories following Parenthood","","Weverthon Barbosa Machado","MAD2021","doi","CBS microdata","link","R" +"14","Money, Birth, Gender: Explaining Unequal Earnings Trajectories following Parenthood","9120","Weverthon Barbosa Machado","MAD2021","doi","CBS microdata","link","R" diff --git a/Data/odissei-projects_CBS.csv b/Data/odissei-projects_CBS.csv index 034eadc..5c576c7 100644 --- a/Data/odissei-projects_CBS.csv +++ b/Data/odissei-projects_CBS.csv @@ -12,5 +12,4 @@ Timing of citizenship acquisition and immigrants' children educational outcomes: Citizenship and education trajectories among children of immigrants: A transition-oriented sequence analysis,,Marie Labussière,https://orcid.org/0000-0003-4115-7883,NA,https://doi.org/10.1016/j.alcr.2021.100433,CBS microdata,https://doi.org/10.7910/DVN/VMMMCL,Stata "The intergenerational impact of naturalisation reforms: the citizenship status of children of immigrants in the Netherlands, 1995-2016",,Marie Labussière,https://orcid.org/0000-0003-4115-7883,NA,https://doi.org/10.1080/1369183X.2020.1724533,CBS microdata,https://doi.org/10.7910/DVN/5XYHJD,Stata Evaluating the causal relationship between educational attainment and mental health,8590,Perline Demange,https://orcid.org/0000-0002-7061-8354,MAD2022,https://doi.org/10.1101/2023.01.26.23285029,CBS microdata,https://github.com/PerlineDemange/CBS-MR,R -"Same-sex couples in the Netherlands: parenthood, division of labor and inequality",9120,Weverthon Barbosa Machado,https://orcid.org/0000-0001-9919-4738,MAD2021,https://doi.org/10.15195/v10.a14,CBS microdata,https://osf.io/gmcjv/,R -"Money, Birth, Gender: Explaining Unequal Earnings Trajectories following Parenthood",,Weverthon Barbosa Machado,https://orcid.org/0000-0001-9919-4738,MAD2021,https://doi.org/10.15195/v10.a14,CBS microdata,https://osf.io/gmcjv/,R +"Money, Birth, Gender: Explaining Unequal Earnings Trajectories following Parenthood",9120,Weverthon Barbosa Machado,https://orcid.org/0000-0001-9919-4738,MAD2021,https://doi.org/10.15195/v10.a14,CBS microdata,https://osf.io/gmcjv/,R diff --git a/Scripts/data_cleaning_CBS.R b/Scripts/data_cleaning_CBS.R index caf6b9e..3c5213c 100644 --- a/Scripts/data_cleaning_CBS.R +++ b/Scripts/data_cleaning_CBS.R @@ -10,7 +10,7 @@ library(tidyverse) # Load data -df = read.csv("C:/Users/angel/Documents/GitHub/ODISSEI-code-library/Data/odissei-projects_CBS.csv", encoding = "UTF-8") +df = read.csv("C:/Users/angel/Documents/GitHub/odissei/ODISSEI-code-library/Data/odissei-projects_CBS.csv", encoding = "UTF-8") #### Cleaning ------- # add hyperlinks diff --git a/Scripts/data_cleaning_LISS.R b/Scripts/data_cleaning_LISS.R index 3cf7f96..7aa1150 100644 --- a/Scripts/data_cleaning_LISS.R +++ b/Scripts/data_cleaning_LISS.R @@ -10,7 +10,7 @@ library(tidyverse) library(stringr) # Load data -df = read.csv("C:/Users/angel/Documents/GitHub/ODISSEI-code-library/Data/odissei-projects_LISS.csv", encoding = "UTF-8") +df = read.csv("C:/Users/angel/Documents/GitHub/odissei/ODISSEI-code-library/Data/odissei-projects_LISS.csv", encoding = "UTF-8") #### Cleaning ------- # add hyperlinks diff --git a/Scripts/script.Rmd b/Scripts/script.Rmd index 65991b5..4442e53 100644 --- a/Scripts/script.Rmd +++ b/Scripts/script.Rmd @@ -1,12 +1,12 @@ --- title: "ODISSEI code library " author: - name: "Angelica Maineri" - email: "angelica@odissei-data.nl" + name: "ODISSEI FAIR support team " + email: "fairsupport@odissei-data.nl" affiliation: "Erasmus University Rotterdam - ODISSEI" date: '`r Sys.Date()`' knit: (function(inputFile, encoding) { - rmarkdown::render(inputFile, encoding = "UTF-8", output_file="C:/Users/angel/Documents/GitHub/ODISSEI-code-library/docs/index.html") }) + rmarkdown::render(inputFile, encoding = "UTF-8", output_file="C:/Users/angel/Documents/GitHub/odissei/ODISSEI-code-library/docs/index.html") }) output: html_document: theme: cosmo @@ -26,14 +26,14 @@ suppressWarnings(library(stringr)) # Welcome The ODISSEI code library contains a collection of scripts detailing data processing and analysis steps of projects using LISS data and CBS (Statistics Netherlands) microdata. Some of the projects receive funding via [ODISSEI](https://odissei-data.nl/en/). ODISSEI (Open Data Infrastructure for Social Science and Economic Innovations) is the national research infrastructure for the social sciences in the Netherlands. ODISSEI brings together researchers with the necessary data, expertise and resources to conduct ground-breaking research and embrace the computational turn in social enquiry. Through ODISSEI, researchers have access to large-scale, longitudinal data collections as well as innovative and diverse new forms of data. These can be linked to administrative data at Statistics Netherlands (CBS). Combining data from a wide range of sources enables researchers to answer new, exciting, interdisciplinary research questions and to investigate existing questions in novel, new ways. -If you have comments, reach out to [Angelica Maineri](mailto:angelica@odissei-data.nl). +If you have comments, reach out tothe [ODISSEI FAIR support team](mailto:fairsupport@odissei-data.nl). -Do you want to submit your own project and code to be added to the library? Please submit an issue using the Submission code issue template on the [GitHub repository](https://github.com/AngelicaMaineri/ODISSEI-code-library) or send an email to [Angelica Maineri](mailto:angelica@odissei-data.nl). +Do you want to submit your own project and code to be added to the library? Please submit an issue using the Submission code issue template on the [GitHub repository](https://github.com/AngelicaMaineri/ODISSEI-code-library) or send an email to the [ODISSEI FAIR support team](mailto:fairsupport@odissei-data.nl). # Code libraries ## CBS microdata ```{r loaddataCBS} -df = read.csv("C:/Users/angel/Documents/GitHub/ODISSEI-code-library/Data/odissei-projects-clean_CBS.csv", encoding = "UTF-8") +df = read.csv("C:/Users/angel/Documents/GitHub/odissei/ODISSEI-code-library/Data/odissei-projects-clean_CBS.csv", encoding = "UTF-8") df$project_lead = gsub("", "è", df$project_lead) df = df |> dplyr:::select(-c("X")) @@ -47,7 +47,7 @@ DT::datatable(df, escape = FALSE, ## LISS panel ```{r loaddataLISS} -df2 = read.csv("C:/Users/angel/Documents/GitHub/ODISSEI-code-library/Data/odissei-projects-clean_LISS.csv", encoding = "UTF-8") +df2 = read.csv("C:/Users/angel/Documents/GitHub/odissei/ODISSEI-code-library/Data/odissei-projects-clean_LISS.csv", encoding = "UTF-8") df2 = df2 |> dplyr:::select(-c("X")) DT::datatable(df2, escape = FALSE, filter = "top", diff --git a/docs/index.html b/docs/index.html index bb96ac9..45c5270 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,7 +10,7 @@ - + ODISSEI code library @@ -4537,12 +4537,12 @@

ODISSEI code library

-

Angelica Maineri

+

ODISSEI FAIR support team

Erasmus University Rotterdam - -ODISSEI
+ODISSEI
-

2023-12-21

+

2024-02-23

@@ -4564,23 +4564,25 @@

Welcome

a wide range of sources enables researchers to answer new, exciting, interdisciplinary research questions and to investigate existing questions in novel, new ways.

-

If you have comments, reach out to Angelica Maineri.

+

If you have comments, reach out tothe ODISSEI FAIR support +team.

Do you want to submit your own project and code to be added to the library? Please submit an issue using the Submission code issue template on the GitHub -repository or send an email to Angelica Maineri.

+repository or send an email to the ODISSEI FAIR support +team.

Code libraries

CBS microdata

-
- +
+

LISS panel

-
- +
+