MENU

You are here

An introduction to modern tools for collaborative science (best practices in co-developing and co-authoring)

Lecturer: 
Course Type: 
PhD Course
Academic Year: 
2021-2022
Period: 
October-November
Duration: 
12 h
Description: 

All lectures are live in Room A-134, and broadcasted on Zoom and YouTube.

https://sissa-it.zoom.us/j/81471012769?pwd=QnNiZnVtbUxvNENybXlPNWVsT1hmQT09

Meeting ID: 814 7101 2769

Passcode: GitRules

Course material: https://github.com/luca-heltai/collaborative-science-2021-2022

Course description

Collaboration (or the action of working with someone to produce something) is one of the fundamental pillars in Science.


While some types of collaborative efforts are done synchronously (either "in person", during coffee breaks, using blackboards, whiteboards, workshops, etc., or "remotely" via phone calls, skype/zoom/meets meetings, email exchanges, etc.), most of the time they require separate efforts from the various participants, which then need to be synchronized.

Let's take the action of writing a paper (using LaTeX) with a co-author as an example. John and Jane have discussed a new and interesting topic on the blackboard, and now they want to write it down.

Jane starts up, and prepares a draft, with the title, sections, and so on. John waits for Jane to be finished, then starts working on the same document. Wait. How do Jane and John exchange information (in this case, a LaTeX document)?

A workflow could look like the following:

  1. Jane works on a document. Then sends it by email to John
  2. John receives the document. He changes it. John sends it back to Jane. Jane receives it and *replaces* the old document with the new one, or saves it as a new file (with a meaningful name, like `document_v2.txt`)
  3. Repeat


In a simple and linear world, this would work fine. However:

  1. Working in parallel is difficult. With more than two authors, life becomes cumbersome, to say the least.
  2. Overwriting the wrong file is always a risk, and agreeing on the right naming convention is often more difficult than it looks like.
  3. We'll end up with our directories full of files like `document_final_final_2_really_final.txt`
  4. Often we end up with files that don’t compile, and we need to start “chasing for errors” before we can even start working on our task


In this short course, I'll discuss modern tools used to automate the above process and introduce fail-safe habits that will make your life as a researcher much easier. In particular, the main topics of this course will be:

  1. Version control systems
    1. An historical overview (RCS -> CVS -> SVN -> GIT)
    2. Using GIT for single-user projects
    3. Using GIT for small collaborative projects
    4. Using GIT for large collaborative projects
    5. Github examples
  2. Testing systems
    1. Unit tests
    2. Functional tests
    3. Integration tests
  3. Continuous integration systems
    1. Combining version control systems and test systems
    2. Github actions
  4. Container systems
    1. Docker
    2. Singularity
    3. Integrating Docker or singularity with GitHub actions
    4. Integrating Docker with Visual Studio Code

At the end of the course, you will be able to set up a collaborative environment that will make your day-to-day work much safer, and much more effective, both if you work alone, or if you collaborate with hundreds of other people.

We'll work through some examples based on the LaTeX typesetting language, and on the python programming language. You will end up with two template repositories (one for a LaTeX paper, and one for a python project) that will allow you to bootstrap your day-to-day research with state-of-the-art tools for collaborative science development.

Particular attention will be dedicated to reproducibility, providing a safe way to share programming environments (containers) both with colleagues, with automated testing systems (Github actions/Travis CI/etc.), and with cluster programming environments (Ulysses) including ways to guarantee reproducibility of your results.

Location: 
A-134
Next Lectures: 

Sign in