From ebf36bab30260fc8ea04d56f42000d0505adf889 Mon Sep 17 00:00:00 2001 From: Lyudmila Vaseva <vaseva@mi.fu-berlin.de> Date: Mon, 22 Jul 2019 19:23:12 +0200 Subject: [PATCH] Refactor open science section --- thesis/3-Methods.tex | 9 +++++---- thesis/references.bib | 7 +++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/thesis/3-Methods.tex b/thesis/3-Methods.tex index 370b65a..be1d6a7 100644 --- a/thesis/3-Methods.tex +++ b/thesis/3-Methods.tex @@ -63,9 +63,10 @@ Finally, a third coding phase took place—the so called axial coding which ``re \section{Open Science} -The whole work tries to adhere to the principles of open science and reproducible research. %TODO what are the principle of open science? refs are missing -All the computations I have done and other artefacts I have used or compiled are openly accessible in the project's repository~\cite{gitlab}. +The whole work tries to adhere to the principles of open science and reproducible research. +According to the definition of Bartling and Friesike provided in their book \textit{Opening Science}~\cite{BarFri2014}, open science is primarily characterised, unsurpisingly, by its openness +There is an open communication of the methods and results in every stage of the research project, allowing, importantly, for an easier disclosure of negative results. +The code for all data processing and computational anlyses I have done, as well as other artefacts I have used or compiled have been openly accessible in the project's repository since the beginning of the present research~\cite{gitlab} and can be re-used under a free license (which one?). -And have been openly accessible since the very beginning. -Everyone interested can follow the process and/or use the data or scripts in order to verify my computations (syn) or run their own and thus continue this research along one of the directions suggested in section~\ref{sec:further-studies} or in a completely new one. +Anyone interested can follow the process and/or use the data or scripts to verify my computations or run their own and thus continue this research along one of the directions suggested in section~\ref{sec:further-studies} or in a completely new one. diff --git a/thesis/references.bib b/thesis/references.bib index ab71431..7064a52 100644 --- a/thesis/references.bib +++ b/thesis/references.bib @@ -10,6 +10,13 @@ note = {\url{http://delivery.acm.org/10.1145/3280000/3274290/cscw021-asthana.pdf}} } +@book{BarFri2014, + title = {Opening science: The evolving guide on how the internet is changing research, collaboration and scholarly publishing}, + author = {Bartling, S{\"o}nke and Friesike, Sascha}, + year = {2014}, + publisher = {Springer} +} + @book{Charmaz2006, title = {Constructing Grounded Theory}, author = {Kathy Charmaz}, -- GitLab