Skip to content

SORTEE/CodeStandard

Repository files navigation

CodeStandard

This is the collaborative repository for the SORTEE Code Club Hackathon: Creating a Code Standard, writing the "perfect" Open, Reliable, and Transparent (ORT) code for Ecology & Evolution.

The Hackathon takes place online on Wed Oct 16 2024, 06:00-07:55 UTC +00:00 as part of the 2024 SORTEE Conference: the Society for Open, Reliable, and Transparent Ecology & Evolution. In this repo you can find all the relevant instructions, files and links to other resources used during the hackathon.

This repository is your landing page for the Hackathon. Please bookmark this repo for easy access to all resources.

Before the Hackathon, make sure you have a Github account.

Hackathon links

  1. HackMD -- Collaborative Markdown file for real-time writing that we will use as a notebook during the Hackathon. Here you can find more detailed information about the Hackathon.

       📄 Please carefully read section Hackathon Outline describing how we will work.

  1. Slides -- The slides with the introduction, instructions, and schedule for the Hackathon are available here.
  2. Participant sign-up sheet -- We will ask participants to sign-up during the Hackathon and fill in their information to be added to the team of this repo and be listed as contributor to the Code Standard.
  3. Paper -- To create the Code Standard, we will work on the code from this paper: van Dis et al 2023. Phenological mismatch affects individual fitness and population growth in the winter moth. Proc R Soc B 290: 20230414.
  4. Data repository -- For the Hackathon, you will only need to download the files CatFood2021_deposit.csv and README.md from the data repository.

How to work in the repository

Clone the repository to your computer by creating an R project or by using the git command bellow:

git clone https://github.com/SORTEE/CodeStandard.git

❗ Important

After cloning the repository, switch to the hackathon branch. You will not be allowed to push changes to the main branch.

Command: git switch hackathon or if you have an older version of git installed: git checkout hackathon
Check that you are in the right place with command: git branch

Repository structure

The repository has six folders with the same internal structure and files. Each folder will be used by one of the working groups during the Hackathon:

├── 📂01_Reported
├── 📂02_Run
├── 📂03_Reliable
├── 📂04_Reproducible
├── 📂05_Organization_Structure
├── 📂06_Other_considerations
├── 📄LICENSE
└── 📄README.md

In each folder, we provide the same initial files to be reviewed and modified in the Hackathon.

The idea is that from the same initial code we will have six different final code versions, focusing on different goals. This way, each code version shows the ORT steps implemented when focusing on a particular goal (e.g. goal Group 1: Make sure the code perfectly matches the methods of the paper). After the Hackathon, these six different versions will be united into one single code/folder to make up the Code Standard.

Good practices for collaboration in Github

We are collaborating using git and Github to allow multiple people to edit the code while working in the same project folder. We assume that the participants have basic knowledge and experience with git and Github.

Since we are several people in the same repo at the same time, we need to avoid git conflicts.

We suggest to:

  • Avoid working in the same file at the same time. Communicate! Discuss within your group the task division before starting to work in a particular file. Let people know that you are working there.
  • commmit and push often (i.e. for every task/major change). Always pull before pushing your commits.
  • You can come across merging messages (especially if you are using the command line to pull/push). If so, accept the merging. It depends on the editor configured on your git, but helpful commands can be :wq (write and quite) or ctrl/cmd + x.
  • If you have a git conflict, you need to resolve it before committing. If you are unsure how to, discuss with your group or ask the Hackathon hosts for help before changing and committing the file.
  • If you get stuck using git locally in your machine, you can edit files directly on Github and add the changes you made as a commit. Also here: make sure you are working in the hackathon branch.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages