Skip to content

Commit 69dc9bb

Browse files
author
Florian Goth
committed
first round of setup with biblatex
1 parent ffb2dd8 commit 69dc9bb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

paper.tex

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
\documentclass{article}
2+
\usepackage[]{biblatex}
3+
\addbibresource{bibliography.bib}
24
\title{Establishing RSE departments in German research institutions}
35
\author{
46
Bernd Flemisch
@@ -30,7 +32,7 @@ \section{Introduction}
3032
To solve pressing research challenges, better software is crucial [REF].
3133
During the past decade, it gained ever-growing attention and is becoming accepted as a research result on its own.
3234
The term “Research software” is still defined somewhat differently within the community.
33-
We follow here the definition: “Research Software includes source code files, algorithms, scripts, computational workflows and executables that were created during the research process or for a research purpose”, with full definition and discussion provided in [REF https://doi.org/10.5281/zenodo.5504016].
35+
We follow here the definition: “Research Software includes source code files, algorithms, scripts, computational workflows and executables that were created during the research process or for a research purpose”, with full definition and discussion provided in \autocite{Gruenpeter2021}.
3436

3537
The number of people developing software in academia is constantly rising [REF].
3638
Research Software Engineering are actions necessary to create, adapt or maintain Research Software or train others to do so.
@@ -408,7 +410,8 @@ \subsection{Staff acquisition/People}
408410
In order to retain RSEs it should be possible for them to become experts in a field and hence this should make this job more attractive to young RSEs, in order to mitigate the problem that some will only see this job as a one-year stint after their PhD and then move on to something else. To facilitate the retention of skilled people, industry has long identified education as an effective tool. For RSEs this should be helped by to be formed academic facilities that enable them to keep on learning skills after their first professional qualification, supported by the respective certification programs. In the longer run, Research Software Engineering should be integrated into the existing study programmes. One option here would be the creation of an RSE master as a specialization for a computer science bachelor. This should be complemented by adding a minor in application-domain study programs such as biology, physics, engineering etc. to facilitate the communication between the corresponding two groups of RSEs.
409411
[\#SuccessStory: Msc “Scientific Computing” at TU Berlin, maybe use others from list as well https://www.tu.berlin/en/studying/study-programs/all-programs-offered/study-course/scientific-computing-m-sc/ ]
410412

411-
\begin{thebibliography}{9}
412-
\end{thebibliography}
413+
%\begin{thebibliography}{9}
414+
%\end{thebibliography}
415+
\printbibliography[heading=bibintoc]
413416

414-
\end{document}
417+
\end{document}

0 commit comments

Comments
 (0)