Skip to content

Commit e5df552

Browse files
Reapply "first build of 2024-3"
This reverts commit eaa7a6e.
1 parent 9b462e0 commit e5df552

File tree

374 files changed

+106546
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

374 files changed

+106546
-1
lines changed

_articles/RJ-2024-023/RJ-2024-023-src.tex

Lines changed: 419 additions & 0 deletions
Large diffs are not rendered by default.

_articles/RJ-2024-023/RJ-2024-023.R

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Generated by `rjournal_pdf_article()` using `knitr::purl()`: do not edit by hand
2+
# Please edit RJ-2024-023.Rmd to modify this file
3+
4+

_articles/RJ-2024-023/RJ-2024-023.Rmd

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: 'Validating and Extracting Information from National Identification Numbers
3+
in R: The Case of Finland and Sweden'
4+
date: '2025-05-20'
5+
abstract: National identification numbers (NIN) and similar identification code systems
6+
are widely used for uniquely identifying individuals and organizations in Finland,
7+
Sweden, and many other countries. To increase the general understanding of such
8+
techniques of identification, openly available methods and tools for NIN analysis
9+
and validation are needed. The hetu and sweidnumbr R packages provide functions
10+
for extracting embedded information, checking the validity, and generating random
11+
but valid numbers in the context of Finnish and Swedish NINs and other identification
12+
codes. In this article, we demonstrate these functions from both packages and provide
13+
theoretical context and motivation on the importance of the subject matter. Our
14+
work contributes to the growing toolkit of standardized methods for computational
15+
social science research, epidemiology, demographic studies, and other register-based
16+
inquiries.
17+
draft: no
18+
author:
19+
- name: Pyry Kantanen
20+
affiliation: Department of Computing, University of Turku
21+
address: Department of Computing, PO Box 20014 University of Turku, Finland
22+
orcid: 0000-0003-2853-2765
23+
24+
- name: Erik Bülow
25+
affiliation: Department of Orthopaedics, Institute of Clinical Sciences, Sahlgrenska
26+
Academy at University of Gothenburg
27+
address: Department of Orthopaedics, Institute of Clinical Sciences, Sahlgrenska
28+
Academy at University of Gothenburg, Sweden
29+
30+
orcid: 0000-0002-9973-456X
31+
- name: Aleksi Lahtinen
32+
affiliation: Department of Computing, University of Turku
33+
address: Department of Computing, PO Box 20014 University of Turku, Finland
34+
35+
orcid: 0009-0009-9640-5187
36+
- name: Måns Magnusson
37+
affiliation: Department of Statistics Uppsala University Sweden
38+
address: Department of Statistics Uppsala University
39+
40+
orcid: 0000-0002-0296-2719
41+
- name: Jussi Paananen
42+
affiliation: Institute of Biomedicine University of Eastern Finland
43+
address: Institute of Biomedicine University of Eastern Finland, Finland
44+
45+
orcid: 0000-0001-5100-4907
46+
- name: Leo Lahti
47+
affiliation: Department of Computing, University of Turku
48+
address: Department of Computing, PO Box 20014 University of Turku, Finland
49+
50+
orcid: 0000-0001-5537-637X
51+
type: package
52+
output:
53+
rjtools::rjournal_pdf_article:
54+
toc: no
55+
citation_package: natbib
56+
rjtools::rjournal_web_article:
57+
self_contained: yes
58+
toc: no
59+
tex_native: yes
60+
nocite: |
61+
@alastalo2022,@Alterman2003,@cprr,@brensinger2021,@cpr2008,@hetudvv,@hetureform,@dodge2005,@foucault7778,@numbersbr,@furseth2015,@gissler2004,@lubridate,@generator,@jerlach2009,@Krogness2011,@makela2020,@svt2022,@otjacques2007,@salste2021,@scb2016,@scb2022,@sund2012,@sv2007,@valtiovarainministerio2022,@hetupostponed,@watson2010,@wickham2024,@johansson2003
62+
bibliography: lahti.bib
63+
date_received: '2022-06-20'
64+
volume: 16
65+
issue: 3
66+
slug: RJ-2024-023
67+
journal:
68+
lastpage: 14
69+
firstpage: 4
70+
71+
---
72+
```{=latex}
73+
\input{RJ-2024-023-src.tex}
74+
```

_articles/RJ-2024-023/RJ-2024-023.Rmd-orig

Lines changed: 374 additions & 0 deletions
Large diffs are not rendered by default.

_articles/RJ-2024-023/RJ-2024-023.html

Lines changed: 1866 additions & 0 deletions
Large diffs are not rendered by default.

_articles/RJ-2024-023/RJ-2024-023.pdf

137 KB
Binary file not shown.

_articles/RJ-2024-023/RJ-2024-023.tex

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
% !TeX root = RJwrapper.tex
2+
\title{Validating and Extracting Information from National Identification Numbers in R: The Case of Finland and Sweden}
3+
4+
5+
\author{by Pyry Kantanen, Erik Bülow, Aleksi Lahtinen, Måns Magnusson, Jussi Paananen, and Leo Lahti}
6+
7+
\maketitle
8+
9+
\abstract{%
10+
National identification numbers (NIN) and similar identification code systems are widely used for uniquely identifying individuals and organizations in Finland, Sweden, and many other countries. To increase the general understanding of such techniques of identification, openly available methods and tools for NIN analysis and validation are needed. The hetu and sweidnumbr R packages provide functions for extracting embedded information, checking the validity, and generating random but valid numbers in the context of Finnish and Swedish NINs and other identification codes. In this article, we demonstrate these functions from both packages and provide theoretical context and motivation on the importance of the subject matter. Our work contributes to the growing toolkit of standardized methods for computational social science research, epidemiology, demographic studies, and other register-based inquiries.
11+
}
12+
13+
\input{RJ-2024-023-src.tex}
14+
15+
\bibliography{lahti.bib}
16+
17+
\address{%
18+
Pyry Kantanen\\
19+
Department of Computing, University of Turku\\%
20+
Department of Computing, PO Box 20014 University of Turku, Finland\\
21+
%
22+
%
23+
\textit{ORCiD: \href{https://orcid.org/0000-0003-2853-2765}{0000-0003-2853-2765}}\\%
24+
\href{mailto:[email protected]}{\nolinkurl{[email protected]}}%
25+
}
26+
27+
\address{%
28+
Erik Bülow\\
29+
Department of Orthopaedics, Institute of Clinical Sciences, Sahlgrenska Academy at University of Gothenburg\\%
30+
Department of Orthopaedics, Institute of Clinical Sciences, Sahlgrenska Academy at University of Gothenburg, Sweden\\
31+
%
32+
%
33+
\textit{ORCiD: \href{https://orcid.org/0000-0002-9973-456X}{0000-0002-9973-456X}}\\%
34+
\href{mailto:[email protected]}{\nolinkurl{[email protected]}}%
35+
}
36+
37+
\address{%
38+
Aleksi Lahtinen\\
39+
Department of Computing, University of Turku\\%
40+
Department of Computing, PO Box 20014 University of Turku, Finland\\
41+
%
42+
%
43+
\textit{ORCiD: \href{https://orcid.org/0009-0009-9640-5187}{0009-0009-9640-5187}}\\%
44+
\href{mailto:[email protected]}{\nolinkurl{[email protected]}}%
45+
}
46+
47+
\address{%
48+
Måns Magnusson\\
49+
Department of Statistics Uppsala University Sweden\\%
50+
Department of Statistics Uppsala University\\
51+
%
52+
%
53+
\textit{ORCiD: \href{https://orcid.org/0000-0002-0296-2719}{0000-0002-0296-2719}}\\%
54+
\href{mailto:[email protected]}{\nolinkurl{[email protected]}}%
55+
}
56+
57+
\address{%
58+
Jussi Paananen\\
59+
Institute of Biomedicine University of Eastern Finland\\%
60+
Institute of Biomedicine University of Eastern Finland, Finland\\
61+
%
62+
%
63+
\textit{ORCiD: \href{https://orcid.org/0000-0001-5100-4907}{0000-0001-5100-4907}}\\%
64+
\href{mailto:[email protected]}{\nolinkurl{[email protected]}}%
65+
}
66+
67+
\address{%
68+
Leo Lahti\\
69+
Department of Computing, University of Turku\\%
70+
Department of Computing, PO Box 20014 University of Turku, Finland\\
71+
%
72+
%
73+
\textit{ORCiD: \href{https://orcid.org/0000-0001-5537-637X}{0000-0001-5537-637X}}\\%
74+
\href{mailto:[email protected]}{\nolinkurl{[email protected]}}%
75+
}

_articles/RJ-2024-023/RJ-2024-023.zip

609 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)