Dr. Heidi Noels and Dr. Yvonne Döring receive the W.H. Hauss Award from the DGAF
19-21 April 2018
Dr. Heidi Noels from the Institute for Molecular Cardiovascular Research at RWTH Aachen University together with Dr. Yvonne Döring from the Institute for Prophylaxis and Epidemiology of Circulatory Diseases at LMU Munich together received the DGAF W.H. Hauss Award 2018 from the German Society for Atherosclerosis Research (DGAF) during the 32nd Annual Meeting of the DGAF in Rauischholzhausen, Germany. They were awarded for their publication "Vascular CXCR4 Limits Atherosclerosis by Maintaining Arterial Integrity: Evidence From Mouse and Human Studies." (Circulation. 2017; 136: 388-403). In this work it could be shown that vascular CXCR4 has an atheroprotective function by maintaining the arterial integrity and preserving the endothelial barrier function. In addition, CXCR4 stabilizes a contractile smooth muscle cell phenotype. Targeted enhancement of these CXCR4-mediated protective functions could open up novel therapeutic options in the treatment of atherosclerosis.
The award was sponsored by a long-standing active member of the DGAF, Prof. Dr. Winfried März.
Project area Z
Administrative project
Robert Werner Mertens
MD student
University Hospital RWTH Aachen
Department of Internal Medicine
Project: The role of incretin hormone GLP-2 in septic cardiomyopathy
PI: Michael Lehrke
Robert Werner Mertens
MD student
University Hospital RWTH Aachen
Department of Internal Medicine
Project: The role of incretin hormone GLP-2 in septic cardiomyopathy
PI: Michael Lehrke
Consortium
Mechanisms of Cardiovascular Complications
in Chronic Kidney Disease
The SFB/TRR219 is supported by the German Research Foundation (DFG)
Project-ID 322900939
Version Control: Strategies, Tools, and Best Practices (#2)
This letter guides readers on essential version control strategies and tools for efficient file tracking, focusing on Git-based platforms like GitHub or GitLab. It outlines advantages like infinite undos, branching for experimentation, and collaboration facilitation.
Introduction
In today's dynamic environment, keeping track of changes in your files is essential. Knowing what changed, when, why and by whom helps ensure accountability and helps you find the correct version of a file to avoid data loss. There are two primary strategies for approaching version control.
One approach involves manual change logs, where version numbers are incorporated into file names. For more detailed change tracking, a separate change log file can be maintained. In written documents, a version control table can effectively track the file's history. However, for automated version control, various tools are available, which we'll explore in this newsletter to prevent scenarios like the one depicted below:
Key tactics on version control:
In some cases, it is sufficient to have manual change logs. This could be done by incorporating the version number in the file name. Use consecutive numbering for major version changes, with decimals used for minor changes (v1; v1.1; v2.1; v2.2).
And when more details about changes have to be provided you can create a manual change log in the separate file. In written documents a version control table could be a practical way to truck a version history of the file.
Record every change irrespective of how minor that change may be. However, keep in mind that too many similar or related files may be confusing, both to yourself and to anyone else wanting to access or use your data.
It is easier to maintain a manageable number of versions with a clear naming structure. As long as the original 'raw' or definitive copy is retained and processing is well documented, intermediate working files can be discarded.
Version Control Software
There are a number of useful tools available designed to help you track and version your code. The most widely used are based on the Git versioning system, and these include:
-
git: https://git-scm.com/
It is a tool that can be used for collaborations since it facilitates collaborative changes to files. Take a look at the videos to learn quickly about version control and git or consider reading its manual.
Git is mainly used via command line but several clients are available. Browse through the list of clients.
-
RWTH Service GitLab: https://git.rwth-aachen.de/
Students or employees can login via Shibboleth, external partners can use a GitHub account for authentication.
If you are not familiar with the online platform GitLab, there are plenty of helpful introduction videos available, e.g. *GitLab Beginner Tutorial 1 | Introduction and Getting Started*.
-
GitHub: https://github.com
These tools are designed specifically to track the development and allow you to version your code. They support and promote collaborative working and allow you to make your code publicly available when appropriate.
Advantages of version control software
-
Infinite undos: VCS allows users to revert to a previous version of a file or file set to restore or recover a previous state of a program application or website. This allows you to restore accidentally deleted or overwritten files in a project, or to restore file sets from a prior version save.
-
Branching and experimentation: It allows you to test out new features in programming code or branch out on a different path without affecting your collaborator's work in the production code. Later, your branch can be merged in with the production, saved, or discarded as necessitated.
-
Collaboration: Collaborators can work locally on the file while the VCS handles the tasks of merging changes and keeping the files and directory trees in sync. The VCS also promotes accountability, tracking who's made which changes and when, so any questions about the changes can be followed up with the appropriate person.
If your code is extensive, it is highly recommended to use a Git repository.
If your code base is small and comprises only one or two files, you may prefer to use a manual versioning system instead.
Workshops available
If you would like to know more about git and GitLab there are several workshops and courses offered by the RWTH:
-
moodle-course “Einstieg in die Versionsverwaltung mit Git und GitLab”. Time required: 4 hours. Language: German.
-
moodle-course “Git Scavenger Hunt - eine Schnitzeljagd mit Git”. Time required: 2 hours. Language: German.
-
moodle-course “WordGuess – ein kollaboratives Spiel mit Git und GitLab”. Time required: 3 hours. Language: German.
-
moodle-course “Getting started with Git and GitLab”. Time required: 4 hours. Language: English.
Disclaimer
I hope this was an interesting read. If you have comments, remarks, or suggestions about other RDM-related topics for the next newsletters, please let me know by sending me an email at dukkart@itc.rwth-aachen.de.
Image designed by stories / Freepik,