Skip to content

joannadiong/Ong_et_al_2023_RIPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Responsible research practices could be more strongly endorsed by Australian university codes of research conduct

Yi Kai Ong,1 Kay L Double,2,3 Lisa Bero,4 Joanna Diong2,5

  1. School of Health Sciences, Faculty of Medicine and Health, The University of Sydney, New South Wales, Australia
  2. School of Medical Sciences, Faculty of Medicine and Health, The University of Sydney, New South Wales, Australia
  3. Brain and Mind Centre, The University of Sydney, New South Wales, Australia
  4. Center for Bioethics and Humanities, University of Colorado, Colorado, USA
  5. Charles Perkins Centre, The University of Sydney, New South Wales, Australia

Suggested citation

Ong YK, Double KL, Bero L, Diong J (2023) Responsible research practices could be more strongly endorsed by Australian university codes of research conduct. Research Integrity and Peer Review (in press).

Protocol registration

University codes of research conduct and all related documents assessed are available in the project folder of the Open Science Framework (OSF): https://osf.io/yfz8k/

The protocol for this study is stored in the OSF project folder, and registered: https://osf.io/kd8xm

Data

Raw data are stored in data/raw/.

  • Codesofconductreview_DATA_2021-08-26_0940.csv
  • Codesofconductreview_DATA_LABELS_2021-03-08_1401.csv

Code

Python code files (Python v3.9) were written by Joanna Diong.

Python files

script: Main script to run analysis.

proc: Module containing functions used to clean data and plot figures.

Running Python code

A reliable way to reproduce the analysis would be to run the code in an integrated development environment for Python (e.g. PyCharm).

Create a virtual environment and install dependencies. Using the Terminal (Mac or Linux, or PyCharm Terminal),

python -m venv env

Next, activate the virtual environment.

For Mac or Linux,

source env/bin/activate

For Windows,

.\env\Scripts\activate

Then, install dependencies,

pip install -r requirements.txt

Download all files into a single folder and run script.py.

Output

Output are generated and stored in data/proc/:

  • Figures of Non-Group of Eight results:
    • definitions.svg
    • ethics.svg
    • misbehaviours.svg
    • outcomes.svg
  • Figures of Group of Eight results are stored in data/proc/go8/:
    • definitions_.svg
    • ethics_.svg
    • misbehaviours_.svg
    • outcomes_.svg
  • results.txt

About

Australian university codes of research conduct

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages