Simon Hettrick
Professor Simon Hettrick is Director of Strategy at the Software Sustainability Institute, and a Director of the Southampton Research Software Group.
9 June 2021 - Festival of Doctoral Research @sjh5000 ORCID: 0000-0002-6809-5195
By Simon Hettrick
These slides: https://bit.ly/2TEdGWU
Research software is any software that is used to generate, process or analyse results that you intend to appear in a publication.
It can be anything from a few lines of code written by yourself, to a professionally developed software package.
"Not at all"
"Vital"
65%
31 UK institutions ~ 600k papers
These slides: https://bit.ly/2TEdGWU
https://rsgsoton.net/
These slides: https://bit.ly/2TEdGWU
https://carpentries.org
These slides: https://bit.ly/2TEdGWU
#! /bin/bash #Initialise a counter count=1 #Make new dir mkdir NewImgDir #Loop through file, copy and rename for i in *.jpg do cp $i NewImgDir/"EventPhoto_"$count".jpg" count=$(( count + 1 )) done
@sjh5000
ORCID: 0000-0002-6809-5195
© Simon Hettrick
These slides are licensed under a Creative Commons Attribution 4.0 International
https://creativecommons.org/licenses/by/4.0/
These slides: https://bit.ly/2TEdGWU
Where not stated on image:
Big data - Tumisu
Blockchain - mmi19
Cloud computing - Pete Linforth
Cybersecurity - Darwin Laganzon
DNA - Gerd Altman
IBM PC - Ruben de Rijcke
IOT - jeferrb
Machine Learning - Gordon Johnson
By Simon Hettrick
Presentation to describe the importance of software in research and the reason for collecting software skills. Presented at Festival of Doctoral Research at the University of Southampton
Professor Simon Hettrick is Director of Strategy at the Software Sustainability Institute, and a Director of the Southampton Research Software Group.