Skip to content

Commit

Permalink
Update file paths and contacts in page
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelicaMaineri committed Feb 23, 2024
1 parent 45c4378 commit 96d85bf
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
3 changes: 1 addition & 2 deletions Data/odissei-projects-clean_CBS.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
"11","Citizenship and education trajectories among children of immigrants: A transition-oriented sequence analysis","","<a href=""https://orcid.org/0000-0003-4115-7883"">Marie Labussi�re</a>",NA,"<a href=""https://doi.org/10.1016/j.alcr.2021.100433"">doi</a>","CBS microdata","<a href=""https://doi.org/10.7910/DVN/VMMMCL"">link</a>","Stata"
"12","The intergenerational impact of naturalisation reforms: the citizenship status of children of immigrants in the Netherlands, 1995-2016","","<a href=""https://orcid.org/0000-0003-4115-7883"">Marie Labussi�re</a>",NA,"<a href=""https://doi.org/10.1080/1369183X.2020.1724533"">doi</a>","CBS microdata","<a href=""https://doi.org/10.7910/DVN/5XYHJD"">link</a>","Stata"
"13","Evaluating the causal relationship between educational attainment and mental health","8590","<a href=""https://orcid.org/0000-0002-7061-8354"">Perline Demange</a>","MAD2022","<a href=""https://doi.org/10.1101/2023.01.26.23285029"">doi</a>","CBS microdata","<a href=""https://github.com/PerlineDemange/CBS-MR"">link</a>","R"
"14","Same-sex couples in the Netherlands: parenthood, division of labor and inequality","9120","<a href=""https://orcid.org/0000-0001-9919-4738"">Weverthon Barbosa Machado</a>","MAD2021","<a href=""https://doi.org/10.15195/v10.a14"">doi</a>","CBS microdata","<a href=""https://osf.io/gmcjv/"">link</a>","R"
"15","Money, Birth, Gender: Explaining Unequal Earnings Trajectories following Parenthood","","<a href=""https://orcid.org/0000-0001-9919-4738"">Weverthon Barbosa Machado</a>","MAD2021","<a href=""https://doi.org/10.15195/v10.a14"">doi</a>","CBS microdata","<a href=""https://osf.io/gmcjv/"">link</a>","R"
"14","Money, Birth, Gender: Explaining Unequal Earnings Trajectories following Parenthood","9120","<a href=""https://orcid.org/0000-0001-9919-4738"">Weverthon Barbosa Machado</a>","MAD2021","<a href=""https://doi.org/10.15195/v10.a14"">doi</a>","CBS microdata","<a href=""https://osf.io/gmcjv/"">link</a>","R"
3 changes: 1 addition & 2 deletions Data/odissei-projects_CBS.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Scripts/data_cleaning_CBS.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Scripts/data_cleaning_LISS.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions Scripts/script.Rmd
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "ODISSEI code library <img src=\"C:/Users/angel/Documents/GitHub/ODISSEI-code-library/images/odissei_logo.png\" style=\"float: right;\" width=\"250\" height=\"70\" />"
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
Expand All @@ -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("<e8>", "è", df$project_lead)
df = df |> dplyr:::select(-c("X"))
Expand All @@ -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",
Expand Down
22 changes: 12 additions & 10 deletions docs/index.html

Large diffs are not rendered by default.

0 comments on commit 96d85bf

Please sign in to comment.