Skip to content

Commit

Permalink
fix FIXMEs (#384)
Browse files Browse the repository at this point in the history
* fix FIXMEs

* Synchronize bibliography

* Fix double labels in table captions

* Make CI fail when BibTeX records are missing

---------

Co-authored-by: Florian Goth <[email protected]>
Co-authored-by: Jean-Noël Grad <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 267a969 commit 20a138b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ all: $(objects)
-o "build/${@:.pdf=}.tex" \
"build/$<"
@sed -i '/\\author{}/d' "build/${@:.pdf=}.tex"
@sed -ri 's/(\\label\{[a-zA-Z0-9_:-]+\})\}\1/\1}/' "build/${@:.pdf=}.tex"
if grep -q "\\makeglossaries" "${<}"; then \
cd build; \
pdflatex -shell-escape --jobname="${@:.pdf=}" "${@:.pdf=}.tex"; \
makeglossaries "${@:.pdf=}"; \
fi
latexmk \
-pdflatex -shell-escape -bibtex -halt-on-error \
-pdflatex -shell-escape -bibtex -halt-on-error -Werror \
-jobname="${@:.pdf=}" -cd "build/${@:.pdf=}.tex"
@mv "build/${@}" "${@}"

Expand Down
2 changes: 1 addition & 1 deletion bibliography
Submodule bibliography updated 1 files
+11 −0 bibliography.bib
8 changes: 4 additions & 4 deletions summarised_competencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ data management, processing and visualisation, or the creation of tools for thes
and funding bodies and computing infrastructure providers will sometimes prioritise projects that generate archived,
annotated, re-usable, and potentially remotely executable data.

This paper is a condensed version of a more comprehensive paper [@Goth2023] published at FIXME:INSERTREFHERE,
This paper is a condensed version of a more comprehensive paper [@Goth2023] published at [@competencies-F1000],
aimed as a call to a broader audience for further discussion and coordinated action.
Besides the foundational competencies, that paper further elaborates
on the guiding values and principles of an RSE, points to related work,
Expand Down Expand Up @@ -640,7 +640,7 @@ Within this set, we will work next on how to institutionalise education.
In that publication, we will detail how we organise our institutions
and what qualifications our teachers need to have in order to effectively communicate our values.
We will put forward ideas on how to build up bachelor's and master's programmes,
of which a glimpse can already be found in FIXMEPROPERCITATION.
of which a glimpse can already be found in [@competencies-F1000].
We will show how we intend to provide the necessary continuous education for RSEs after graduation,
and we will connect that with the integration of RSEs into a mesh of community networks aimed at supporting research,
while providing them with an inclusive social network that further facilitates lifelong learning.
Expand Down Expand Up @@ -689,13 +689,13 @@ How we update existing institutions and set up new ones
that provide this education will be the topic of a follow-up paper.

# teachingRSE biography
The teachingRSE project has been working on the associated full and more complete publication in FIXME since 2023.
The teachingRSE project has been working on the associated full and more complete publication in [@competencies-F1000] since 2023.
The project was initiated by Heidi Seibold who came up with the original idea for the deRSE23 workshop in Paderborn.
Heidi was joined by Jeremy Cohen, Florian Goth, Renato Alves, Jan Philipp Thiele, and Samantha Wittke to organise the initial deRSE23 workshop.
Over the course of further workshops like the un-deRSE23 workshop in Jena, and the deRSE24 in Würzburg,
the content of the paper was further refined and we are grateful to all particpants!
In addition to the workshops the ideas were further developed during weekly meetings led by Florian Goth,
together with the authors of FIXME,
together with the authors of [@competencies-F1000],
Renato Alves,
Matthias Braun,
Leyla Jael Castro,
Expand Down

0 comments on commit 20a138b

Please sign in to comment.