jpolka / policies-database

Database of journal policies: TRANsparency in Scholarly Publishing for Open Scholarship Evolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TRANSPOSE journal policies database

Build Status

We're crowd-sourcing a database of journal policies relating to peer review (openness, recognition for co-reviewing) and preprinting.

Why TRANSPOSE?

While there are fantastic databases that indicate whether archiving a preprint is allowed (Sherpa/RoMEO) and whether journals are partnered with Publons, to our knowledge, there is no database of information on topics such as:

  • the openness of peer review (whether the content of peer reviews and the identities of reviewers are published, or whether reviews can be transferred to other journals),
  • recognition for peer review (whether postdoc co-reviewers are acknowledged),
  • detailed policies on preprinting (for example, what version is ok to post, whether preprints can be cited, and what licenses and media coverage of preprints are permitted).

Without this kind of information, it's difficult to monitor or advocate for changes that would make scholarly publishing more open and fair. It's also difficult for authors to easily compare different journals to make choices that support their needs and interests in open communication.

In order to address this, we're building a user-editable database that contains this information. The database entries are human-readable YAML files that we'll use to build visualizations on the web down the road.

For more information on this initiative, visit our homepage.

Contributing

We welcome contributions! See our contribution guidelines to get started.

Participation Guidelines

This project adheres to a code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to jessica.polka@asapbio.org.

MozSprint

Join us at the Mozilla's Global Sprint May 10-11, 2018! We'll be gathering in-person at sites around the world and online to collaborate on this project and learn from each other. Get your #mozsprint tickets now!

  • Find issues we're looking for help with labeled "mozsprint" here
  • TRANSPOSE on the Mozilla Global Sprint repo here
  • We discussed the TRANSPOSE project on a Mozilla Sprint Demo call at 12pm ET (16:00 UTC) on Tuesday, May 8, 2018. See notes and join info
  • During the Sprint, we can keep in touch via Gitter: Gitter chat
  • Jessica will be working on this project from the Boston site

Global Sprint

Local usage

Most users will not need to run the code in this repository locally. However, if you'd like to modify the code or test a change locally, follow these instructions.

This repository uses conda to manage its environment as specified in environment.yml. Install the environment with:

conda env create --file=environment.yml

Then use conda activate policies-database and conda deactivate to activate or deactivate the environment.

With the environment activated, you can validate YAML policy files with the following commands:

# Validate a test YAML policies
pykwalify \
  --data-file policies/test-policies/test-policy-id-only.yml \
  --schema-file policies/schema.yml

License

All original work in this repository is dedicated to the public domain under the CC0 license. See LICENSE.md. SHERPA RoMEO data is reused under its CC BY-NC-SA 2.5 License. Learn more in the romeo README.

About

Database of journal policies: TRANsparency in Scholarly Publishing for Open Scholarship Evolution

License:Creative Commons Zero v1.0 Universal


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%