Skip to content
@KutuzovaLab

KutuzovaLab

KutuzovaLab

We are a research group established in September 2026, supported by Novo Nordisk Foundation, led by Svetlana Kutuzova from the University of Copenhagen, The Department of Computer Science.

We are a CS lab developing deep learning methods in domains of generative and probabilistic modeling, uncertainty quantitation and multimodal learning.

Our application areas and collaborators come from various areas of life science. Currently, we are most interested in empowering high-throughput analytical chemistry techniques, like finding chemicals in vast amounts of wastewater. But we also like microbes and all things multiomics. Don't hesitate to write to svegal@di.ku.dk to learn more.

Our code practices

Git workflow

We aim to keep things simple but organized.

  1. When starting a new research project, create a repository within the organization.
  2. main branch is protected, contributions happen through pull requests. See an example
  3. Give your branches descriptive names with prefixes, like feature/peak_segmentation or fix/lockspray. It is usually good if they are short-lived and focused on a specific thing.
  4. The exceptions to keeping it small are larger endevoures, like refactorings. Use the refactoring/ prefix and make sure your colleagues know it's happening.
  5. Sometimes when submitting to a journal the version of the code at submission will have to stay frozen in its own branch, like submission/nature_07082026. In an active project, it would mean that the code will inavoidably diverge from main. This is just how it is. Do not keep adding things to the submission branch after submission.
  6. It is a (very) good idea that your PR is reviewed by a colleague, but when working on many research projects, we are sometimes uncoordinated and in rush, so the reviewing itself is not enforced.
  7. Add basic pre-commit hooks so PRs arrive clean. Get inspired by, e.g. this repo

Common sense comes first, so if you think your project should run differently, talk to your colleagues.

Popular repositories Loading

  1. .github .github Public

Repositories

Showing 1 of 1 repositories

Top languages

Loading…

Most used topics

Loading…