huber-group-embl.github.io

Huber group public webpage

https://github.com/huber-group-embl/huber-group-embl.github.io

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Huber group public webpage

Basic Info
  • Host: GitHub
  • Owner: Huber-group-EMBL
  • License: other
  • Language: TeX
  • Default Branch: main
  • Size: 1.05 GB
Statistics
  • Stars: 3
  • Watchers: 7
  • Forks: 21
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed 10 months ago
Metadata Files
Readme License Citation

README.md

This is the source code behind https://www.huber.embl.de/group/, a static directory of HTML files (and resources they require).

The following is a set of instructions for group members on how to build their own instance locally, update content, and upload to the server.

One time actions

Install Quarto

Please see here: https://quarto.org/

Install the webr extension for Quarto

Run

quarto add coatless/quarto-webr

See here for more on this: https://github.com/coatless/quarto-webr.

To make webpage updates

Update your local codebase

git pull

Edit

Add new files or edit existing ones.

Render

To build the website, run

quarto render

in the top-level directory of this repository. A directory of "static" HTML files will be created in the _site folder.

Upload to EMBL's webserver

Check

Update the codebase in git

Use git add, git commit, and finally git push.

Adding publications to the publication page

This repository stores the data used to generate Huber Group Publications. An automated job updates that page with current citation counts on a weekly basis.

What should be included

The page is supposed to be a summary of the output generated by the group. For most people, if you publish anything while you're in the group, or someone's work done during this time gets published after they leave, that should be included.

If something is published while you're in the Huber Group, but your contribution to the publication was prior to joining us, then don't include it.

The line can get a bit blurred with long-term projects, paper revisions, or for those of us who span multiple groups. If in doubt, ask Wolfgang.

Instructions to add a new entry

  1. Put a PDF copy of your paper on the Huber group S3 bucket by following this command:

mc cp <FILENAME.pdf> <S3_bucket>/www-huber/pub/pdf/

  1. Create a new branch of this Git repository. You can call the new branch anything you like.

  2. Create a BibTex entry for your publication in lop.bib. I like to use Semantic Scholar to obtain this because it has an easy to copy/paste Bibtex pop-up, but any citation service should be fine. Please try to ensure the following:

    • Name the entry with <SURNAME>:<JOURNAL>:<YEAR>
    • If there are co-first authors mark these with \cofirst immediately after the surname e.g. Smits\cofirst, Arne H. and Ziebell\cofirst, Frederik
    • If there are co-corresponding authors mark these with \cocorr after the surnames e.g. Wolfgang Huber\cocorr and Thorsten Zenz\cocorr.
    • Include the DOI of the journal publication
    • Include the DOI of the preprint (note that preprints are mandatory for EMBL-led papers)
    • Include the URL at https://europepmc.org/
    • Add a PDF entry with the name of the PDF file you placed on the shared drive.
    • Try to include a publication month if available.
    • If the title has letters that should remain capitalised e.g. RNA-Seq ensure they are wrapped in additional curly brackets e.g. {RNA-Seq}.
    • If the publication was previously published as a pre-print add an addendum field to the new record using the format below. You can remove the pre-print record in lop.bib if one exists. Addendum = {\href{https://WWW.PREPRINT.COM/PAPER}{Preprint on {bioR$\chi$iv}}}
  3. Add the ID of your new BibTex record to index.tex. The entries are grouped by year, and ideally sorted by online publication date with the most recent entry coming first. Find the appropriate year and add the record ID for your new paper. Record IDs must be separated by a comma. If a pre-print of your paper is already listed somewhere in this file, please remove the entry for the pre-print e.g.

latex %2021 sorted by online pub data \nocite{% Ignatiadis:JRSSB:2021, Smith:Arxiv:2021}

might become

latex %2021 sorted by online pub data \nocite{% Smith:Bioinformatics:2021, Ignatiadis:JRSSB:2021}

  1. Ensure your name appears in group_members.csv. There is one line per Huber Group member, and typically you won't need to change this once your name is here. However the details here are used to highlight group members, and you may need to modify the entry depending on how the author names are formatted in lop.bib (e.g. M. Smith vs Mike Smith) or if a co-author of a recent paper is a former member of the lab.

  2. Commit the updated files to the Git repository.

  3. Check the status of the build at https://github.com/Huber-group-EMBL/Huber-group-EMBL.github.io/actions. The pipeline typically takes a few minutes to run. If you see a failure you can click on the jobs to see the output; hopefully there's a helpful error message.

  4. Create a merge-request using the "create merge request" button.

  5. Send an email to miriam.mueller@embl.de or msmith@embl.de in case we don't get anything automatically and we will merge your changes to the master branch; this will then update the main group website.

Owner

  • Name: EMBL Huber Group
  • Login: Huber-group-EMBL
  • Kind: organization

Repository for joint projects by members and ex-members of the Huber group at EMBL. Please see also individuals' pages for further repositories.

GitHub Events

Total
  • Watch event: 3
  • Delete event: 2
  • Member event: 3
  • Issue comment event: 1
  • Push event: 169
  • Pull request event: 14
  • Fork event: 5
  • Create event: 6
Last Year
  • Watch event: 3
  • Delete event: 2
  • Member event: 3
  • Issue comment event: 1
  • Push event: 169
  • Pull request event: 14
  • Fork event: 5
  • Create event: 6

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 42
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 22
  • Average comments per issue: 0
  • Average comments per pull request: 0.05
  • Merged pull requests: 38
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 17
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 0
  • Pull request authors: 8
  • Average comments per issue: 0
  • Average comments per pull request: 0.06
  • Merged pull requests: 14
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • p-smirnov (4)
  • grimbough (4)
  • stefanpeidli (3)
  • MeyerBender (3)
  • erinkchung (3)
  • sarahkaspar (2)
  • Sara-Baldinelli (2)
  • juliaphilipp (2)
  • hemantjoon (2)
  • ahorlova (2)
  • miri-2000 (2)
  • julialazzs (2)
  • maxiherzog (2)
  • mjemons (2)
  • Bisaloo (1)
Top Labels
Issue Labels
Pull Request Labels