Skip to content

Commit

Permalink
Merge pull request #306 from sodascience/shorten_joss_paper
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren authored Aug 16, 2024
2 parents dcbf61c + 7d87ae8 commit 2f2631f
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 122 deletions.
5 changes: 5 additions & 0 deletions docs/paper/build_command.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Word count:

wc -w docs/paper/paper.md

# Building the paper:
On windows:

docker run --rm --volume %cd%/docs/paper:/data --env JOURNAL=joss openjournals/inara

on unix:

docker run --rm --volume $PWD/docs/paper:/data --user $(id -u):$(id -g) --env JOURNAL=joss openjournals/inara

61 changes: 29 additions & 32 deletions docs/paper/paper.bib
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
@misc{bates2019ons,
title={ONS methodology working paper series number 16—Synthetic data pilot},
author={Bates, AG and Spakulov{\'a}, I and Dove, I and Mealor, A},
year={2019}
year={2019},
url={https://www.ons.gov.uk/methodology/methodologicalpublications/generalmethodology/onsworkingpaperseries/onsmethodologyworkingpaperseriesnumber16syntheticdatapilot},
urldate={2024-08-12}
}

@inproceedings{dwork2006differential,
Expand All @@ -10,14 +12,16 @@ @inproceedings{dwork2006differential
booktitle={International colloquium on automata, languages, and programming},
pages={1--12},
year={2006},
organization={Springer}
organization={Springer},
doi={10.1007/11787006_1}
}

@book{dewolf2012statistical,
@book{hundepool2012statistical,
title={Statistical disclosure control},
author={de Wolf, Peter-Paul},
author={Hundepool, Anco and Domingo-Ferrer, Josep and Franconi, Luisa and Giessing, Sarah and Nordholt, Eric Schulte and Spicer, Keith and De Wolf, Peter-Paul},
year={2012},
publisher={Wiley \& Sons, Chichester}
publisher={Wiley \& Sons, Chichester},
doi={10.1002/9781118348239}
}

@article{sweeney2002k,
Expand All @@ -28,39 +32,26 @@ @article{sweeney2002k
number={05},
pages={557--570},
year={2002},
publisher={World Scientific}
publisher={World Scientific},
doi={10.1142/S0218488502001648}
}

@misc{bond2015guidelines,
title={Guidelines for Output Checking. Eurostat},
title={Guidelines for the checking of output based on microdata research},
publisher={Eurostat},
author={Bond, S and Brandt, M and de Wolf, PP},
year={2015}
}

@article{dwork2010differential,
title={Differential privacy for statistics: What we know and what we want to learn},
author={Dwork, Cynthia and Smith, Adam},
journal={Journal of Privacy and Confidentiality},
volume={1},
number={2},
year={2010}
year={2015},
url={https://web.archive.org/web/20160408145718/http://dwbproject.org/export/sites/default/about/public_deliveraples/dwb_d11-8_synthetic-data_cta-ecta_output-checking-guidelines_final-reports.zip},
urldate={2024-08-12}
}

@book{hastie2009elements,
title={The elements of statistical learning: data mining, inference, and prediction},
author={Hastie, Trevor and Tibshirani, Robert and Friedman, Jerome H and Friedman, Jerome H},
volume={2},
year={2009},
publisher={Springer}
}

@inproceedings{akaike1973information,
title={Information theory and an extension of the maximum likelihood principle},
author={Akaike, H},
booktitle={2nd International Symposium on Information Theory},
pages={267--281},
year={1973},
organization={Akad{\'e}miai Kiad{\'o} Location Budapest, Hungary}
publisher={Springer},
doi={10.1007/978-0-387-84858-7}
}

@article{neath2012bayesian,
Expand All @@ -71,8 +62,10 @@ @article{neath2012bayesian
number={2},
pages={199--203},
year={2012},
publisher={Wiley Online Library}
publisher={Wiley Online Library},
doi={10.1002/wics.199}
}

@software{vink2024polars,
author = {Ritchie Vink and
Stijn de Gooijer and
Expand Down Expand Up @@ -131,7 +124,8 @@ @article{nowok2016synthpop
journal={Journal of statistical software},
volume={74},
pages={1--26},
year={2016}
year={2016},
doi={10.18637/jss.v074.i11}
}

@article{templ2017simulation,
Expand All @@ -142,20 +136,23 @@ @article{templ2017simulation
number={10},
pages={1--38},
year={2017},
publisher={UCLA, Dept. of Statistics}
publisher={UCLA, Dept. of Statistics},
doi={10.18637/jss.v079.i10}
}

@inproceedings{ping2017datasynthesizer,
title={Datasynthesizer: Privacy-preserving synthetic datasets},
author={Ping, Haoyue and Stoyanovich, Julia and Howe, Bill},
booktitle={Proceedings of the 29th International Conference on Scientific and Statistical Database Management},
pages={1--5},
year={2017}
year={2017},
doi={10.1145/3085504.3091117}
}

@article{vankesteren2024democratize,
title={To democratize research with sensitive data, we should make synthetic data more accessible},
author={{van Kesteren}, Erik-Jan},
journal={arXiv preprint arXiv:2404.17271},
year={2024}
year={2024},
doi={10.48550/arXiv.2404.17271}
}
Loading

0 comments on commit 2f2631f

Please sign in to comment.