-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anonymisation and anonymity testing #75
Comments
Thanks for starting this conversation! I think this will be partly addressed by the coming Privacy Enhancing Techniques challenge. The data type will be slightly different but the methods can probably be used here as well. In terms of scope, I believe this should live in a different package. The linelist package should only define the linelist object format, and the basic methods to manipulate it. Any other complex operation on linelist objects should likely live in a separate package. |
Useful related resource: https://osf.io/xpj38/ |
Thanks again for the suggestion but I've thought about this more and I'm convinced this is outside the scope of linelist. I'm happy to collaborate on a separate package that would be interoperable with linelist and focus on anonymisation. Some existing resources have been shared in WHO-Collaboratory/collaboratory-epipipeline-community#12 but please do open a new thread in the discussion board if you believe there are still gaps in the ecosystem or that it would be worthwhile to provide an alternative. |
Thinking again about this and based on the feedback during the DPGA submission, I think there would be value to add a couple of extra lines in I still think anonymisation is out of scope but a warning will be nice. |
A fundamental barrier for sharing linelist data for further analysis/processing is the risk of identification of individuals, with substantial ethical and, potentially, legal implications. I wonder if
linelist
could help mitigate this risk by providing tools for users to help with ensuring none of the data contained is identifiable.I can see two potential functions that
linelist
could provide:The text was updated successfully, but these errors were encountered: