All Projects → Pfern → OSODOS

Pfern / OSODOS

Licence: CC-BY-4.0 license
Open Science, Open Data, Open Source

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to OSODOS

Open-Data-Lab
an initiative to provide infrastructure for reproducible workflows around open data
Stars: ✭ 26 (+13.04%)
Mutual labels:  open-data, open-science, reproducibility
linkedresearch.org
🌐 linkedresearch.org
Stars: ✭ 32 (+39.13%)
Mutual labels:  open-data, open-access, open-science
site
Website for the Open Scholarship Strategy
Stars: ✭ 21 (-8.7%)
Mutual labels:  open-data, open-access, open-science
events
Materials related to events I might attend, and to talks I am giving
Stars: ✭ 22 (-4.35%)
Mutual labels:  open-data, open-access, open-science
Food Inspections Evaluation
This repository contains the code to generate predictions of critical violations at food establishments in Chicago. It also contains the results of an evaluation of the effectiveness of those predictions.
Stars: ✭ 311 (+1252.17%)
Mutual labels:  open-data, open-science
awesome-utrecht-university
A curated list of awesome open source projects from Utrecht University.
Stars: ✭ 31 (+34.78%)
Mutual labels:  open-data, open-science
Anahita
Anahita is a platform and framework for developing open science and knowledge sharing applications on a social networking foundation.
Stars: ✭ 369 (+1504.35%)
Mutual labels:  open-data, open-science
ck-mlops
A collection of portable workflows, automation recipes and components for MLOps in a unified CK format. Note that this repository is outdated - please check the 2nd generation of the CK workflow automation meta-framework with portable MLOps and DevOps components here:
Stars: ✭ 15 (-34.78%)
Mutual labels:  open-science, reproducibility
Opendata.cern.ch
Source code for the CERN Open Data portal
Stars: ✭ 411 (+1686.96%)
Mutual labels:  open-data, open-science
Doathon
Our discussion forum (see "issues") for the OpenCon Do-A-Thon, a day of trying, making, testing and doing to advance Open Research & Education. See our full website, with more information (including Github Help, and how to get involved).
Stars: ✭ 45 (+95.65%)
Mutual labels:  open-data, open-science
Fma
FMA: A Dataset For Music Analysis
Stars: ✭ 1,391 (+5947.83%)
Mutual labels:  open-data, open-science
Openml R
R package to interface with OpenML
Stars: ✭ 81 (+252.17%)
Mutual labels:  open-data, open-science
Electrophysiologydata
A list of openly available datasets in (mostly human) electrophysiology.
Stars: ✭ 143 (+521.74%)
Mutual labels:  open-data, open-science
whyqd
data wrangling simplicity, complete audit transparency, and at speed
Stars: ✭ 16 (-30.43%)
Mutual labels:  open-data, open-science
Transform-to-Open-Science
Transformation to Open Science
Stars: ✭ 268 (+1065.22%)
Mutual labels:  open-data, open-science
Awesome Open Geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Stars: ✭ 668 (+2804.35%)
Mutual labels:  open-data, open-science
Ck
Collective Knowledge framework (CK) helps to organize black-box research software as a database of reusable components and micro-services with common APIs, automation actions and extensible meta descriptions. See real-world use cases from Arm, General Motors, ACM, Raspberry Pi foundation and others:
Stars: ✭ 395 (+1617.39%)
Mutual labels:  open-science, reproducibility
Reproducible Research
A Reproducible Data Analysis Workflow with R Markdown, Git, Make, and Docker
Stars: ✭ 95 (+313.04%)
Mutual labels:  open-science, reproducibility
Open Science Resources
A publicly-editable collection of open science resources, including tools, datasets, meta-resources, etc.
Stars: ✭ 58 (+152.17%)
Mutual labels:  open-data, open-science
git-rdm
A research data management plugin for the Git version control system.
Stars: ✭ 34 (+47.83%)
Mutual labels:  open-data, open-science

OSODOS: Open Science, Open Data, Open Source

About this project

This repository contains reading/teaching materials that touch on the following topics:

  • Open Access scholarly publishing
  • Open Source software development
  • Open Data integration and sharing

These materials are intended to be freely disseminated as an e-book and/or a website, which can be accessed at:

Directory layout

  • data - contains any structured data files that are needed for publishing the materials. This includes machine readable bibliographic data, and possibly other types of data, such as tables or lists.
  • docs - contains i) the prose itself, in markdown format ii) any embedded images, iii) the prose as generated HTML.
  • node_modules - contains Node.js dependencies. As this is 3rd party code that we haven't touched this should probably be removed.
  • src - contains any scripts needed for publishing the materials. This includes scripts for processing the bibliography.
  • book.json - a configuration file in JSON format for the gitbook generator.
  • _config.json - a configuration file for the gh-pages website. This is possibly an orphaned file to be deleted (as we use the gitbook as a website).

How to build/publish

  1. Check to see if the Mendeley library has newer records than the markdown bibliography. If yes, export the Mendeley library to BibTeX (using the Mendeley Desktop program) and commit it to the repository, overwriting the current bibtex export.
  2. Run the conversion script, i.e.: python src/bib2markdown.py data/references.bib > docs/REFERENCES/README.md
  3. Run the gitbook builder, i.e. gitbook build . docs/gitbook
  4. Commit and push, e.g. git commit -m 're-generated' --all && git push. It takes a minute for the updated site to be 'live'.

Disclaimers, terms and conditions

This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].