Skip to content

Commit 0ab1039

Browse files
Merge branch 'datashield:v6.3.3-dev' into v6.3.3-dev
2 parents 4babeed + f9330a0 commit 0ab1039

File tree

2 files changed

+135
-1
lines changed

2 files changed

+135
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: Base 'DataSHIELD' functions for the server side. 'DataSHIELD' is a
44
you to do non-disclosive federated analysis on sensitive data. 'DataSHIELD' analytic functions have
55
been designed to only share non disclosive summary statistics, with built in automated output
66
checking based on statistical disclosure control. With data sites setting the threshold values for
7-
the automated output checks.
7+
the automated output checks. For more details, see 'citation("dsBase")'.
88
Version: 6.3.3
99
Authors@R: c(person(given = "Paul",
1010
family = "Burton",

inst/CITATION

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
bibentry("Manual",
2+
other = unlist(citation(auto = meta), recursive = FALSE))
3+
4+
bibentry(
5+
bibtype = "Article",
6+
title = "{DataSHIELD: taking the analysis to the data, not the data to the analysis}",
7+
author = c(
8+
person("Amadou", "Gaye"),
9+
person("Yannick", "Marcon"),
10+
person("Julia", "Isaeva"),
11+
person("Philippe", "{LaFlamme}"),
12+
person("Andrew", "Turner"),
13+
person("Elinor M", "Jones"),
14+
person("Joel", "Minion"),
15+
person("Andrew W", "Boyd"),
16+
person("Christopher J", "Newby"),
17+
person("Marja-Liisa", "Nuotio"),
18+
person("Rebecca", "Wilson"),
19+
person("Oliver", "Butters"),
20+
person("Barnaby", "Murtagh"),
21+
person("Ipek", "Demir"),
22+
person("Dany", "Doiron"),
23+
person("Lisette", "Giepmans"),
24+
person("Susan E", "Wallace"),
25+
person("Isabelle", "Budin-Lj{\\o}sne"),
26+
person("Carsten", "{Oliver Schmidt}"),
27+
person("Paolo", "Boffetta"),
28+
person("Mathieu", "Boniol"),
29+
person("Maria", "Bota"),
30+
person("Kim W", "Carter"),
31+
person("Nick", "{deKlerk}"),
32+
person("Chris", "Dibben"),
33+
person("Richard W", "Francis"),
34+
person("Tero", "Hiekkalinna"),
35+
person("Kristian", "Hveem"),
36+
person("Kirsti", "Kval{\\o}y"),
37+
person("Sean", "Millar"),
38+
person("Ivan J", "Perry"),
39+
person("Annette", "Peters"),
40+
person("Catherine M", "Phillips"),
41+
person("Frank", "Popham"),
42+
person("Gillian", "Raab"),
43+
person("Eva", "Reischl"),
44+
person("Nuala", "Sheehan"),
45+
person("Melanie", "Waldenberger"),
46+
person("Markus", "Perola"),
47+
person("Edwin", "{van den Heuvel}"),
48+
person("John", "Macleod"),
49+
person("Bartha M", "Knoppers"),
50+
person("Ronald P", "Stolk"),
51+
person("Isabel", "Fortier"),
52+
person("Jennifer R", "Harris"),
53+
person("Bruce H R", "Woffenbuttel"),
54+
person("Madeleine J", "Murtagh"),
55+
person("Vincent", "Ferretti"),
56+
person("Paul R", "Burton")
57+
),
58+
journal = "International Journal of Epidemiology",
59+
year = "2014",
60+
volume = "43",
61+
number = "6",
62+
pages = "1929--1944",
63+
doi = "10.1093/ije/dyu188",
64+
)
65+
66+
bibentry(
67+
bibtype = "Article",
68+
title = "{DataSHIELD – New Directions and Dimensions}",
69+
author = c(
70+
person("Rebecca C.", "Wilson"),
71+
person("Oliver", "W. Butters"),
72+
person("Demetris", "Avraam"),
73+
person("James", "Baker"),
74+
person("Jonathan A.", "Tedds"),
75+
person("Andrew", "Turner"),
76+
person("Madeleine", "Murtagh"),
77+
person("Paul", "R. Burton")
78+
),
79+
journal = "Data Science Journal",
80+
year = "2017",
81+
volume = "16",
82+
number = "21",
83+
pages = "1--21",
84+
doi = "10.5334/dsj-2017-021"
85+
)
86+
87+
bibentry(
88+
bibtype = "Article",
89+
title = "{DataSHIELD: mitigating disclosure risk in a multi-site federated analysis platform}",
90+
author = c(
91+
person("Demetris", "Avraam"),
92+
person("Rebecca C", "Wilson"),
93+
person("Noemi", "{Aguirre Chan}"),
94+
person("Soumya", "Banerjee"),
95+
person("Tom R P", "Bishop"),
96+
person("Olly", "Butters"),
97+
person("Tim", "Cadman"),
98+
person("Luise", "Cederkvist"),
99+
person("Liesbeth", "Duijts"),
100+
person("Xavier", "{Escrib{\\a`a} Montagut}"),
101+
person("Hugh", "Garner"),
102+
person("Gon{\\c c}alo", "Gon{\\c c}alves"),
103+
person("Juan R", "Gonz{\\a'a}lez"),
104+
person("Sido", "Haakma"),
105+
person("Mette", "Hartlev"),
106+
person("Jan", "Hasenauer"),
107+
person("Manuel", "Huth"),
108+
person("Eleanor", "Hyde"),
109+
person("Vincent W V", "Jaddoe"),
110+
person("Yannick", "Marcon"),
111+
person("Michaela Th", "Mayrhofer"),
112+
person("Fruzsina", "Molnar-Gabor"),
113+
person("Andrei Scott", "Morgan"),
114+
person("Madeleine", "Murtagh"),
115+
person("Marc", "Nestor"),
116+
person("Anne-Marie", "{Nybo Andersen}"),
117+
person("Simon", "Parker"),
118+
person("Angela", "{Pinot de Moira}"),
119+
person("Florian", "Schwarz"),
120+
person("Katrine", "Strandberg-Larsen"),
121+
person("Morris AvSwertz"),
122+
person("Marieke", "Welten"),
123+
person("Stuart", "Wheater"),
124+
person("Paul", "Burton")
125+
),
126+
journal = "Bioinformatics Advances",
127+
year = "2024",
128+
volume = "5",
129+
number = "1",
130+
pages = "1--21",
131+
doi = "10.1093/bioadv/vbaf046",
132+
editor = person("Thomas", "Lengauer"),
133+
publisher = "Oxford University Press (OUP)"
134+
)

0 commit comments

Comments
 (0)