|
1 | 1 | \documentclass{article} |
| 2 | +\usepackage[]{biblatex} |
| 3 | +\addbibresource{bibliography.bib} |
2 | 4 | \title{Establishing RSE departments in German research institutions} |
3 | 5 | \author{ |
4 | 6 | Bernd Flemisch |
@@ -30,7 +32,7 @@ \section{Introduction} |
30 | 32 | To solve pressing research challenges, better software is crucial [REF]. |
31 | 33 | During the past decade, it gained ever-growing attention and is becoming accepted as a research result on its own. |
32 | 34 | 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}. |
34 | 36 |
|
35 | 37 | The number of people developing software in academia is constantly rising [REF]. |
36 | 38 | 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} |
408 | 410 | 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. |
409 | 411 | [\#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/ ] |
410 | 412 |
|
411 | | -\begin{thebibliography}{9} |
412 | | -\end{thebibliography} |
| 413 | +%\begin{thebibliography}{9} |
| 414 | +%\end{thebibliography} |
| 415 | +\printbibliography[heading=bibintoc] |
413 | 416 |
|
414 | | -\end{document} |
| 417 | +\end{document} |
0 commit comments