SlideShare una empresa de Scribd logo
1 de 33
www.software.ac.uk
14th August 2019, Best Practices for HPC Software Developers (Webinar) series.
Shoaib Sufi, Community Lead, Software Sustainability Institute
shoaib.sufi@software.ac.uk
Software management plans
in research software
1
Supported by EP/H043160/1 & EP/N006410/1 & EP/S021779/1
This work is licensed under a Creative Commons Attribution 4.0 International License - (CC-BY 4.0)
www.software.ac.uk
The Software Sustainability Institute
• A national facility for cultivating world-class
research through software
• “Better Software, Better Research”
• Software code/processes/community reaches
boundaries in its development that prevent
improvement, growth and adoption
• Providing the expertise and services needed to
negotiate to the next stage
• Programmes, events, policy and tools to
support the community developing and using
research software
• We advocate for all things Research Software
2
bit.ly/BetterSoftwareTshirt
www.software.ac.uk
Teams Activities
Software
Helping the community to develop software
that meets the needs of reliable,
reproducible, and reusable research
Policy
Collecting evidence on and promoting the
place of software in research & sharing with
stakeholders
Outreach
Exploiting our platform to enable
engagement, delivery & uptake
Training
Delivering essential software skills to
researchers, partnering with institutions,
doctoral schools and the community
Community
Developing Communities of Practice by
supporting the right people to understand
and address topical issues
Software
70+ project consultancies
200+ evaluations
4 surgeries
Policy
650+ RSEs engaged
2k signatures
13 issues highlighted
Outreach
170+ external contributors
20k unique visitors/month
6.5k followers (Twitter)
Training
200+ Carpentry workshops
5000+ learners, 190 instructors
80+ guides
Community
129 Fellows
25+ workshops organised3
www.software.ac.uk
Types of Management Plans
▪ Data Management Plans (DMP)
• Where it all began - stating how you will
manage the data produced on your project
▪ Software Management Plans (SMP)
• How you will manage the software
produced on your project
▪ Output Management Plans (OMP)
• How you will manage data, software and
other resources produced on your project4
www.software.ac.uk
SMP: A history
• The idea of managing software outcomes is
not new
▪ Defense System Software Management
Plan - 1976
• Importance & costs of software
▪ Acquisition, development,
maintenance guidance
• https://apps.dtic.mil/docs/citations/ADA022558
▪ Advanced Composition Explorer Project -
1994
• Contract, QA, Responsibilities, Scope
• http://www.srl.caltech.edu/ACE/ASC/DATA/pdf_docs/SOFTWA
RE_MANAGEMENT_PLAN_ACE.pdf
▪ Idea of Software Management Plans not
necessarily new but also meant slightly
different things to different people
1976
1994
5
www.software.ac.uk
Software Management Plan (SMP)
What is it
• A statement of intent around how you will manage you research
software
Why do we need it
• The normal research process can squeeze out time/thinking for the
proper management of software
▪ Collaboration
▪ Papers
▪ Proposals
▪ Meetings/conferences
6
www.software.ac.uk
SMP: What does it contain
• Describe what the software does / problem it solves
• Who the software is for (even if it’s just for you)
• How you will make your software available
• How it will help you / other users
• How you will assess how it’s helped you / others
• The level of support you are willing to offer
• How the software fits into the broader ecosystem of software in
the problem space (e.g. what does it add)
• How you intend to make your software available beyond the life of
the project
7
www.software.ac.uk
SMP: Guidance
• A checklist is available produced by the
UK Software Sustainability Institute
▪ Caveats
• Not all questions relevant for all
projects
• Depends on nature of research
software
• Depend on state of development
• Checklist for a Software Management
Plan - https://zenodo.org/record/2159713
▪ (pdf, docx, md, odt)
8
www.software.ac.uk
SMP: Checklist Questions
• What Software will you develop? - greenfield, trademarks
• Who are the intended users of your software? - skill level,
extensibility
• How will you make your software available to your users? -
licensing, containers
• How will you support those who use your software? - setting
expectations, issues, forums
• How will your software contribute to research? - e.g. novelty,
speed, accuracy, ease
• How will your software relate to other research objects? - relating,
FAIR Digital Objects, www.researchobject.org
9
www.software.ac.uk
SMP: Checklist Questions … 2
• How will you measure your software’s contribution to research? -
citation, surveys (remember privacy)
• Where will you deposit your software to guarantee its long-term
availability? - digital repositories (e.g. GitHub-Zenodo integration),
identifiers, longevity
10
www.software.ac.uk
Questions?
1
www.software.ac.uk
SMP: when to write one
• Normally at the start of a project
▪ Been Mandated in some (UK) funding calls:
• EPSRC High End Computing (HEC) Consortia Call 2017 -
https://epsrc.ukri.org/files/funding/calls/2017/hecconsortia2017/
• Computational Science and Engineering: Software for the
Future II -
https://epsrc.ukri.org/files/funding/calls/2014/computational-science-
and-engineering-software-for-the-future-ii/
• Both cases as part of ‘Pathways to Impact’ set of document
▪ “is primarily for detailing the activities that will increase the likelihood of
potential economic and societal impacts being achieved.”
12
www.software.ac.uk
SMP: when to write one … 2
• During a running project
▪ If you have not made one at the beginning
▪ As a review or audit of software assets
▪ Once known a more consistent approach could be taken
• e.g. putting them under an organisation on GitHub rather
than individual repos tied to staff
• Consistency of documentation / licenses
• A consistent approach towards credit
13
www.software.ac.uk
SMP: Living documents
• Software Management Plan are living documents
▪ The first one is your baseline
▪ They should be revisited e.g. every 3-6 months or annually
▪ They should be versioned
▪ Project lead will ultimately be responsible for making sure they
are implemented / used
• Software Evaluation can help!
14
www.software.ac.uk
Software Evaluation
• Software Management Plans are
an intention around what you
PLAN to do
• Software Evaluation is about what
you ARE DOING.
• Software Evaluation can thus help
with delivering your SMP and
adjusting it where necessary
▪ Assess code quality
▪ Usability
▪ Overall Sustainability
Software
Management
Plan
Software
Evaluation
Software
Assets
Guides
Development
Are
Evaluated
15
www.software.ac.uk
Software Evaluation Approaches
https://www.software.ac.uk/resources/guides-everything/software-evaluation-guide
• Criteria-based (https://software.ac.uk/sites/default/files/SSI-SoftwareEvaluationCriteria.pdf)
▪ Quantitative assessment:
• Sustainability
• Maintainability
• Usability
▪ Can inform high-level decisions on specific area for software
improvement
▪ Basis of Online Sustainability Evaluation (OES) -
https://www.software.ac.uk/resources/online-sustainability-evaluation
▪ If you don’t have an SMP the OES can be a great way to
bootstrap one
16
• Building
• Installing
• Testing
• Documentation
• Support
• Portability
• Contributor policy
• Copyright
• Licenses
www.software.ac.uk
SE Approach … 2
• Tutorial-based (https://software.ac.uk/sites/default/files/SSI-SoftwareEvaluationTutorial.pdf)
▪ User/developer subjective experience of
• learning
• building
• installing
• configuring
▪ Outcome: a practical guide for getting the software to work in
the way it should more about Quality than Planning (e.g. SMP)
• In Either case (i.e. Criteria or Tutorial) judgement needed about
what to include based on type of software, environment (e.g. open
development) and personas of those doing assessment.17
www.software.ac.uk
CHAOSS Metrics
• The Recently (2019-08-08!) released CHAOSS Metrics are
another way you could assess your software
• They are potentially more suited to larger pieces of software
• Which have started to have a community
• The Guidance is here
▪ https://chaoss.community/metrics/
Community Health
Analytics Open Source
Software Project
• Working groups with Focus Areas
▪ Common Metrics
• Organizational Affiliation
▪ Diversity and Inclusion
• Event Diversity
• Governance
• Leadership
▪ Evolution
• Code Development
▪ Risk
• Business Risk
• Code Quality
• Licensing
• Transparency
▪ Value
• Labor Investment
• Living Wage
• Goal-Question-Metric format
SSI participating via Director, Neil
Chue Hong
18
www.software.ac.uk
Questions?
1
www.software.ac.uk
SMP: modern examples
• Laurent Gatto (SSI Fellow), Open Science
advocate and Group Leader at Du Duve
Institute, Belgium
• Difference between DMP & SMP and the
proliferation of plans and the need for
Output Management Plans -
https://lgatto.github.io/output-
management-plans/
20
www.software.ac.uk
SMP: Laurent Gatto example
• An example of one from a funded project
• An Output Management Plan
▪ Combine Software, Data and
Materials
• Original wanted a DMP but included
information about software
▪ Dissemination - BioConductor
▪ Release schedule
▪ Development - GitHub
▪ Licensing
▪ Documentation
▪ Reproducibility framework
• Not all things nailed down but a strong
intention - it’s a living document or
should be.
https://riojournal.com/articles.php?id=1162
4
21
www.software.ac.uk
SMP: private example• SMP are part of grant proposals - usually (in the
UK) part of Pathways to Impact
• So they are not public
▪ Ideally there would be a repo of good ones
event if redacted
▪ SMPs check to see if the right things are being
done, not new things, hence the could well be
public.
• Software Management Features:
▪ Training
▪ Hackdays
▪ Documentation
• users, developers, deployers
▪ GitHub
• git, issues, wiki
▪ Continuous Integration
• Unit tests
• Hudson CI
▪ Extensions
• Examples of use
22
www.software.ac.uk
Criticism of SMP’s
A more constructive approach:
• Equally applicable to DMP’s
• SMPs are self regulated (a good thing - otherwise
overbearing?)
▪ Maybe useful for project which are
contracts e.g. EU H2020
• https://ec.europa.eu/research/partic
ipants/docs/h2020-funding-
guide/cross-cutting-issues/open-
access-data-management/data-
management_en.htm
• valid thing to ask at a review
▪ How are you keeping your
SMP/DMP up to date?
▪ How are you evaluating that
you are following your
SMP/DMP?
● It sounds like a proposal
● It’s not specific enough
● Basic information is missing
● Size and type of data is missing
● Programming language used is missing
● Necessary infrastructure is missing!
● Exact licenses what are they!
● What’s your preservation duration!
● Who are the people responsible?!
● It’s easy to read but useless to me
● It’s about principle but it’s not machine actionable
● If this is a draft of the planning phase it’s ok - but we want a living doc
● The more advanced the research the more information is needed!
Is it a wonder only the brave would share their SMP/DMP with comments like these!
Perfection is the enemy of the good (enough)
Photo by Andre Hunter on Unsplash
Imposter syndrome or
trolls should not stop
you from trying to
improve and adopt
better practices!
23
www.software.ac.uk
Questions?
2
www.software.ac.uk
SMP: Funders perspective
• Wellcome Trust -
https://wellcome.ac.uk/funding/guidance/how-
complete-outputs-management-plan
▪ Output Management Plan
• Data and Software
• Research Materials
• Intellectual Property
• Resources required for the above
▪ Wellcome exists to improve health by helping
great ideas to thrive, they are a politically and
financially independent foundation in the UK that
plan to spend £5B over the next 5 years.
▪ In 2018 it was the 4th wealthiest charitable
foundation in the world.
25
www.software.ac.uk
NIH: DMP aka part of RSP
• The NIH in the US have many requirements around data
sharing (effective 2003)
▪ https://grants.nih.gov/grants/policy/data_sharing/
• Software Management has been mentioned in some calls.
Document Mentions Software
FINAL NIH STATEMENT ON
SHARING RESEARCH DATA (Feb
2003)
NO
Data Sharing
Regulations/Policy/Guidance Chart
for NIH Awards (Aug 2006)
NO
NIH Data Sharing Policy and
Implementation Guidance (March
2003)
NO
Frequently Asked Questions - Data
Sharing (02/16/2004)
Yes but in passing (30 - The sharing
of materials, data, and software in
a timely manner has been an
essential element in the rapid
progress that has been made in
the genetic analysis of mammalian
genomes.)
“As appropriate, applicants should
also describe data and software
management and provenance,
software development and testing
practices, software toolkit
development and deployment,
application programming interfaces
(APIs), and human subject data
privacy and security protections.”
Development of a Knowledge Management
Center for Illuminating the Druggable Genome
(U54), RFA-RM-13-011, 2013
Centers of Excellence for Big Data Computing in
the Biomedical Sciences (U54), RFA-HG-13-009,
2013
“Are the data and software
management and sharing
plans adequate to make these
resources available within the
LINCS consortium and to the
larger research community”
Library of Integrated Network-Based
Cellular Signatures (LINCS):
Perturbation-Induced Data and
Signature Generation Centers (U54),
RFA-RM-13-013, 2013
NIH default Resource Sharing Plan
mentions Data and not software
(2018)
https://instr.iastate.libguides.com/dmp/NIH
Software is not regarded as "data" but it is
recognized that access to software and other
tools may be necessary to to access and
interpret the data (i.e. they may need to be
covered in your plan).
26
www.software.ac.uk
Institutional Perspective
• Data Management Plans
▪ UCL: https://www.ucl.ac.uk/library/research-support/research-data-management/policies/writing-data-
management-plan
▪ Cambridge: https://www.data.cam.ac.uk/
▪ Stanford: https://library.stanford.edu/research/data-management-services
• Software Management Plans
▪ Bristol: http://www.bristol.ac.uk/staff/researchers/data/writing-a-data-management-plan/writing-a-
software-management-plan/
• A note on commercialisation
• Pointing to SSI advice
▪ York: https://www.york.ac.uk/library/info-for/researchers/data/planning/
• mainly about DMP’s but mentions the SSI SMP template at DMPOnline
▪ UCL: https://blogs.ucl.ac.uk/rdm/tags/sustainable-software/
• SMPs in the context of software preservation
▪ STFC: https://edata.stfc.ac.uk/page/policy
• Infrastructure for supporting actions (e.g. deposition) of DMP and SMP
27
www.software.ac.uk
Advocacy for SMP
• Making Software a First-Class Citizen in Research - https://software.ac.uk/blog/2018-11-28-making-software-first-class-citizen-research
▪ http://wssspe.researchcomputing.org.uk/wssspe6-1/
▪ Recognition of research software is lagging research data
▪ The need for culture change around software credit (applies to data also)
▪ Some recommendations:
• 4OSS recommendations - https://softdev4research.github.io/recommendations/
• SSI guidance - https://software.ac.uk/resources/guides/software-development-general-best-practice
• Netherlands eScience Centre Guide - https://guide.esciencecenter.nl/
• EURISE Network Technical Reference - https://technical-reference.readthedocs.io/en/latest/
▪ Raised with the Head of the Netherlands funding agency at the eScience 2018 conference in Amsterdam at an open Q&A
Type of Support Data Software
Institutional Research Data Management Research Software Engineer
Plans Data Management Plans Software Management Plans
FAIR FAIR Data FAIR Software?
Open Open Data Open Source?
28
www.software.ac.uk
Python tool for SMP
• https://github.com/softwaresaved/software-management-plans
▪ YAML file
• Single source of ‘truth’
• Questions
• Full guidance
▪ Python script
• Produce full guidance doc (e.g. in .docx or .odt)
• Produce a checklist
▪ Example of use
• Used to create the v 1.0 docs in Zenodo
▪ Intended use
• Adapted by service providers (e.g. DMPonline or DMPtool)
• Adapted by institutions / funders / domains
▪ Possible extensions
• Push templates to Google Docs
• Create GitHub issues
• Push to service providers via their API29
www.software.ac.uk
Tools for making DMP/SMP
• UK main site:
▪ https://dmponline.dcc.ac.uk
▪ SMP’s being made available on DMPonline
• http://www.dcc.ac.uk/blog/software-management-plan-service-prototype-live (2015)
• US main site:
▪ https://dmptool.org/
• Does not serve SMP’s specifically at this time
• ‘Golden’ examples
▪ Does not exist as SMP often bundled in a private way
▪ Good examples exist for research data / DMPs - useful by analogy
▪ LIBER DMP Catalogue useful in this case - https://zenodo.org/communities/liber-dmp-cat
• eight examples, various disciplines, reviews and highlights
• Future
▪ ‘Machine Actionability’
30
www.software.ac.uk
Take Home Messages
• Data Management Plans are the most common type of plan
• Software Management Plans are starting to become more common/mandated
• There are moves to have combined plans in the form of a Output Management Plan
• The is an interplay between funders, institutions, tool/guidance providers and
researchers
• Sustained culture change needed to move towards SMP/OMP
• Something is better than nothing … don’t fear the trolls
• SMPs should be living documents
• Software Evaluation can help keep SMPs fresh or even bootstrap them
• You can comment on the SSI SMP guidance guidance via the GitHub project
• There is a need for an open repository of SMP’s to help the community formulate
their own - due to privacy/permission issues this does not exist yet cf. DMPs
• Primary benefit of this if for you!
31
Acknowledgements
Supported by the UK Research
Councils through grants
EP/H043160/1, EP/N006410/1 and
EP/S021779/1 .
Additional project funding received
from Jisc.● Mike Jackson, EPCC, Edinburgh, UK
● Neil Chue Hong, Director Software
Sustainability Institute
● Sarah Jones Associate Director of
Digital Curation Centre
● Giacomo Peru, Project Officer,
Software Sustainability Institute
● Marta Ribeiro, former staffer at
the Digital Curation Centre
32
www.software.ac.uk
Questions
33

Más contenido relacionado

Similar a Best Practices Webinar on HPC Software Management

OpenChain at EOLE 2017
OpenChain at EOLE 2017OpenChain at EOLE 2017
OpenChain at EOLE 2017Shane Coughlan
 
Technology Planning for River Groups
Technology Planning for River GroupsTechnology Planning for River Groups
Technology Planning for River GroupsSean Larkin
 
Introduction to Software Development Life Cycle.pptx
Introduction to Software Development Life Cycle.pptxIntroduction to Software Development Life Cycle.pptx
Introduction to Software Development Life Cycle.pptxGodwin Monserate
 
É possível medir se um gigante é ágil?
É possível medir se um gigante é ágil?É possível medir se um gigante é ágil?
É possível medir se um gigante é ágil?Alan Braz
 
Creating a level playing field for open source software options in IT selecti...
Creating a level playing field for open source software options in IT selecti...Creating a level playing field for open source software options in IT selecti...
Creating a level playing field for open source software options in IT selecti...osswatch
 
Working towards Sustainable Software for Science: Practice and Experience (WS...
Working towards Sustainable Software for Science: Practice and Experience (WS...Working towards Sustainable Software for Science: Practice and Experience (WS...
Working towards Sustainable Software for Science: Practice and Experience (WS...Daniel S. Katz
 
Summary of WSSSPE and its working groups
Summary of WSSSPE and its working groupsSummary of WSSSPE and its working groups
Summary of WSSSPE and its working groupsDaniel S. Katz
 
Software Professionals (RSEs) at NCSA
Software Professionals (RSEs) at NCSASoftware Professionals (RSEs) at NCSA
Software Professionals (RSEs) at NCSADaniel S. Katz
 
Amplifying Hidden Voices
Amplifying Hidden VoicesAmplifying Hidden Voices
Amplifying Hidden VoicesOurDigitalWorld
 
Introduction To Agile Refresh Savannah July20 2010 V1 4
Introduction To Agile Refresh Savannah July20 2010 V1 4Introduction To Agile Refresh Savannah July20 2010 V1 4
Introduction To Agile Refresh Savannah July20 2010 V1 4Marvin Heery
 
French Scrum User Group @Google - The Agile and Open Source Way
French Scrum User Group @Google - The Agile and Open Source WayFrench Scrum User Group @Google - The Agile and Open Source Way
French Scrum User Group @Google - The Agile and Open Source WayAlexis Monville
 
Module 6 - Systems Planning bak.pptx.pdf
Module 6 - Systems Planning bak.pptx.pdfModule 6 - Systems Planning bak.pptx.pdf
Module 6 - Systems Planning bak.pptx.pdfMASantos15
 
Supersede overview presentation
Supersede overview presentationSupersede overview presentation
Supersede overview presentationSupersede
 
Open World Forum - The Agile and Open Source Way
Open World Forum - The Agile and Open Source WayOpen World Forum - The Agile and Open Source Way
Open World Forum - The Agile and Open Source WayAlexis Monville
 
Scrum in Distributed Teams
Scrum in Distributed TeamsScrum in Distributed Teams
Scrum in Distributed TeamsCprime
 
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...Texavi Innovative Solutions
 
Comp8 unit5 lecture_slides
Comp8 unit5 lecture_slidesComp8 unit5 lecture_slides
Comp8 unit5 lecture_slidesCMDLMS
 
Requiring Publicly-Funded Software, Algorithms, and Workflows to be Made Publ...
Requiring Publicly-Funded Software, Algorithms, and Workflows to be Made Publ...Requiring Publicly-Funded Software, Algorithms, and Workflows to be Made Publ...
Requiring Publicly-Funded Software, Algorithms, and Workflows to be Made Publ...Daniel S. Katz
 

Similar a Best Practices Webinar on HPC Software Management (20)

OpenChain at EOLE 2017
OpenChain at EOLE 2017OpenChain at EOLE 2017
OpenChain at EOLE 2017
 
Technology Planning for River Groups
Technology Planning for River GroupsTechnology Planning for River Groups
Technology Planning for River Groups
 
ICIECA 2014 Paper 06
ICIECA 2014 Paper 06ICIECA 2014 Paper 06
ICIECA 2014 Paper 06
 
Introduction to Software Development Life Cycle.pptx
Introduction to Software Development Life Cycle.pptxIntroduction to Software Development Life Cycle.pptx
Introduction to Software Development Life Cycle.pptx
 
É possível medir se um gigante é ágil?
É possível medir se um gigante é ágil?É possível medir se um gigante é ágil?
É possível medir se um gigante é ágil?
 
Creating a level playing field for open source software options in IT selecti...
Creating a level playing field for open source software options in IT selecti...Creating a level playing field for open source software options in IT selecti...
Creating a level playing field for open source software options in IT selecti...
 
Working towards Sustainable Software for Science: Practice and Experience (WS...
Working towards Sustainable Software for Science: Practice and Experience (WS...Working towards Sustainable Software for Science: Practice and Experience (WS...
Working towards Sustainable Software for Science: Practice and Experience (WS...
 
Summary of WSSSPE and its working groups
Summary of WSSSPE and its working groupsSummary of WSSSPE and its working groups
Summary of WSSSPE and its working groups
 
HDF Software Process - Lessons Learned & Success Factors
HDF Software Process - Lessons Learned & Success FactorsHDF Software Process - Lessons Learned & Success Factors
HDF Software Process - Lessons Learned & Success Factors
 
Software Professionals (RSEs) at NCSA
Software Professionals (RSEs) at NCSASoftware Professionals (RSEs) at NCSA
Software Professionals (RSEs) at NCSA
 
Amplifying Hidden Voices
Amplifying Hidden VoicesAmplifying Hidden Voices
Amplifying Hidden Voices
 
Introduction To Agile Refresh Savannah July20 2010 V1 4
Introduction To Agile Refresh Savannah July20 2010 V1 4Introduction To Agile Refresh Savannah July20 2010 V1 4
Introduction To Agile Refresh Savannah July20 2010 V1 4
 
French Scrum User Group @Google - The Agile and Open Source Way
French Scrum User Group @Google - The Agile and Open Source WayFrench Scrum User Group @Google - The Agile and Open Source Way
French Scrum User Group @Google - The Agile and Open Source Way
 
Module 6 - Systems Planning bak.pptx.pdf
Module 6 - Systems Planning bak.pptx.pdfModule 6 - Systems Planning bak.pptx.pdf
Module 6 - Systems Planning bak.pptx.pdf
 
Supersede overview presentation
Supersede overview presentationSupersede overview presentation
Supersede overview presentation
 
Open World Forum - The Agile and Open Source Way
Open World Forum - The Agile and Open Source WayOpen World Forum - The Agile and Open Source Way
Open World Forum - The Agile and Open Source Way
 
Scrum in Distributed Teams
Scrum in Distributed TeamsScrum in Distributed Teams
Scrum in Distributed Teams
 
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
Practices and Approaches in Business Analysis - Texavi Tech Bootcamp on How t...
 
Comp8 unit5 lecture_slides
Comp8 unit5 lecture_slidesComp8 unit5 lecture_slides
Comp8 unit5 lecture_slides
 
Requiring Publicly-Funded Software, Algorithms, and Workflows to be Made Publ...
Requiring Publicly-Funded Software, Algorithms, and Workflows to be Made Publ...Requiring Publicly-Funded Software, Algorithms, and Workflows to be Made Publ...
Requiring Publicly-Funded Software, Algorithms, and Workflows to be Made Publ...
 

Último

5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 

Último (20)

5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 

Best Practices Webinar on HPC Software Management

  • 1. www.software.ac.uk 14th August 2019, Best Practices for HPC Software Developers (Webinar) series. Shoaib Sufi, Community Lead, Software Sustainability Institute shoaib.sufi@software.ac.uk Software management plans in research software 1 Supported by EP/H043160/1 & EP/N006410/1 & EP/S021779/1 This work is licensed under a Creative Commons Attribution 4.0 International License - (CC-BY 4.0)
  • 2. www.software.ac.uk The Software Sustainability Institute • A national facility for cultivating world-class research through software • “Better Software, Better Research” • Software code/processes/community reaches boundaries in its development that prevent improvement, growth and adoption • Providing the expertise and services needed to negotiate to the next stage • Programmes, events, policy and tools to support the community developing and using research software • We advocate for all things Research Software 2 bit.ly/BetterSoftwareTshirt
  • 3. www.software.ac.uk Teams Activities Software Helping the community to develop software that meets the needs of reliable, reproducible, and reusable research Policy Collecting evidence on and promoting the place of software in research & sharing with stakeholders Outreach Exploiting our platform to enable engagement, delivery & uptake Training Delivering essential software skills to researchers, partnering with institutions, doctoral schools and the community Community Developing Communities of Practice by supporting the right people to understand and address topical issues Software 70+ project consultancies 200+ evaluations 4 surgeries Policy 650+ RSEs engaged 2k signatures 13 issues highlighted Outreach 170+ external contributors 20k unique visitors/month 6.5k followers (Twitter) Training 200+ Carpentry workshops 5000+ learners, 190 instructors 80+ guides Community 129 Fellows 25+ workshops organised3
  • 4. www.software.ac.uk Types of Management Plans ▪ Data Management Plans (DMP) • Where it all began - stating how you will manage the data produced on your project ▪ Software Management Plans (SMP) • How you will manage the software produced on your project ▪ Output Management Plans (OMP) • How you will manage data, software and other resources produced on your project4
  • 5. www.software.ac.uk SMP: A history • The idea of managing software outcomes is not new ▪ Defense System Software Management Plan - 1976 • Importance & costs of software ▪ Acquisition, development, maintenance guidance • https://apps.dtic.mil/docs/citations/ADA022558 ▪ Advanced Composition Explorer Project - 1994 • Contract, QA, Responsibilities, Scope • http://www.srl.caltech.edu/ACE/ASC/DATA/pdf_docs/SOFTWA RE_MANAGEMENT_PLAN_ACE.pdf ▪ Idea of Software Management Plans not necessarily new but also meant slightly different things to different people 1976 1994 5
  • 6. www.software.ac.uk Software Management Plan (SMP) What is it • A statement of intent around how you will manage you research software Why do we need it • The normal research process can squeeze out time/thinking for the proper management of software ▪ Collaboration ▪ Papers ▪ Proposals ▪ Meetings/conferences 6
  • 7. www.software.ac.uk SMP: What does it contain • Describe what the software does / problem it solves • Who the software is for (even if it’s just for you) • How you will make your software available • How it will help you / other users • How you will assess how it’s helped you / others • The level of support you are willing to offer • How the software fits into the broader ecosystem of software in the problem space (e.g. what does it add) • How you intend to make your software available beyond the life of the project 7
  • 8. www.software.ac.uk SMP: Guidance • A checklist is available produced by the UK Software Sustainability Institute ▪ Caveats • Not all questions relevant for all projects • Depends on nature of research software • Depend on state of development • Checklist for a Software Management Plan - https://zenodo.org/record/2159713 ▪ (pdf, docx, md, odt) 8
  • 9. www.software.ac.uk SMP: Checklist Questions • What Software will you develop? - greenfield, trademarks • Who are the intended users of your software? - skill level, extensibility • How will you make your software available to your users? - licensing, containers • How will you support those who use your software? - setting expectations, issues, forums • How will your software contribute to research? - e.g. novelty, speed, accuracy, ease • How will your software relate to other research objects? - relating, FAIR Digital Objects, www.researchobject.org 9
  • 10. www.software.ac.uk SMP: Checklist Questions … 2 • How will you measure your software’s contribution to research? - citation, surveys (remember privacy) • Where will you deposit your software to guarantee its long-term availability? - digital repositories (e.g. GitHub-Zenodo integration), identifiers, longevity 10
  • 12. www.software.ac.uk SMP: when to write one • Normally at the start of a project ▪ Been Mandated in some (UK) funding calls: • EPSRC High End Computing (HEC) Consortia Call 2017 - https://epsrc.ukri.org/files/funding/calls/2017/hecconsortia2017/ • Computational Science and Engineering: Software for the Future II - https://epsrc.ukri.org/files/funding/calls/2014/computational-science- and-engineering-software-for-the-future-ii/ • Both cases as part of ‘Pathways to Impact’ set of document ▪ “is primarily for detailing the activities that will increase the likelihood of potential economic and societal impacts being achieved.” 12
  • 13. www.software.ac.uk SMP: when to write one … 2 • During a running project ▪ If you have not made one at the beginning ▪ As a review or audit of software assets ▪ Once known a more consistent approach could be taken • e.g. putting them under an organisation on GitHub rather than individual repos tied to staff • Consistency of documentation / licenses • A consistent approach towards credit 13
  • 14. www.software.ac.uk SMP: Living documents • Software Management Plan are living documents ▪ The first one is your baseline ▪ They should be revisited e.g. every 3-6 months or annually ▪ They should be versioned ▪ Project lead will ultimately be responsible for making sure they are implemented / used • Software Evaluation can help! 14
  • 15. www.software.ac.uk Software Evaluation • Software Management Plans are an intention around what you PLAN to do • Software Evaluation is about what you ARE DOING. • Software Evaluation can thus help with delivering your SMP and adjusting it where necessary ▪ Assess code quality ▪ Usability ▪ Overall Sustainability Software Management Plan Software Evaluation Software Assets Guides Development Are Evaluated 15
  • 16. www.software.ac.uk Software Evaluation Approaches https://www.software.ac.uk/resources/guides-everything/software-evaluation-guide • Criteria-based (https://software.ac.uk/sites/default/files/SSI-SoftwareEvaluationCriteria.pdf) ▪ Quantitative assessment: • Sustainability • Maintainability • Usability ▪ Can inform high-level decisions on specific area for software improvement ▪ Basis of Online Sustainability Evaluation (OES) - https://www.software.ac.uk/resources/online-sustainability-evaluation ▪ If you don’t have an SMP the OES can be a great way to bootstrap one 16 • Building • Installing • Testing • Documentation • Support • Portability • Contributor policy • Copyright • Licenses
  • 17. www.software.ac.uk SE Approach … 2 • Tutorial-based (https://software.ac.uk/sites/default/files/SSI-SoftwareEvaluationTutorial.pdf) ▪ User/developer subjective experience of • learning • building • installing • configuring ▪ Outcome: a practical guide for getting the software to work in the way it should more about Quality than Planning (e.g. SMP) • In Either case (i.e. Criteria or Tutorial) judgement needed about what to include based on type of software, environment (e.g. open development) and personas of those doing assessment.17
  • 18. www.software.ac.uk CHAOSS Metrics • The Recently (2019-08-08!) released CHAOSS Metrics are another way you could assess your software • They are potentially more suited to larger pieces of software • Which have started to have a community • The Guidance is here ▪ https://chaoss.community/metrics/ Community Health Analytics Open Source Software Project • Working groups with Focus Areas ▪ Common Metrics • Organizational Affiliation ▪ Diversity and Inclusion • Event Diversity • Governance • Leadership ▪ Evolution • Code Development ▪ Risk • Business Risk • Code Quality • Licensing • Transparency ▪ Value • Labor Investment • Living Wage • Goal-Question-Metric format SSI participating via Director, Neil Chue Hong 18
  • 20. www.software.ac.uk SMP: modern examples • Laurent Gatto (SSI Fellow), Open Science advocate and Group Leader at Du Duve Institute, Belgium • Difference between DMP & SMP and the proliferation of plans and the need for Output Management Plans - https://lgatto.github.io/output- management-plans/ 20
  • 21. www.software.ac.uk SMP: Laurent Gatto example • An example of one from a funded project • An Output Management Plan ▪ Combine Software, Data and Materials • Original wanted a DMP but included information about software ▪ Dissemination - BioConductor ▪ Release schedule ▪ Development - GitHub ▪ Licensing ▪ Documentation ▪ Reproducibility framework • Not all things nailed down but a strong intention - it’s a living document or should be. https://riojournal.com/articles.php?id=1162 4 21
  • 22. www.software.ac.uk SMP: private example• SMP are part of grant proposals - usually (in the UK) part of Pathways to Impact • So they are not public ▪ Ideally there would be a repo of good ones event if redacted ▪ SMPs check to see if the right things are being done, not new things, hence the could well be public. • Software Management Features: ▪ Training ▪ Hackdays ▪ Documentation • users, developers, deployers ▪ GitHub • git, issues, wiki ▪ Continuous Integration • Unit tests • Hudson CI ▪ Extensions • Examples of use 22
  • 23. www.software.ac.uk Criticism of SMP’s A more constructive approach: • Equally applicable to DMP’s • SMPs are self regulated (a good thing - otherwise overbearing?) ▪ Maybe useful for project which are contracts e.g. EU H2020 • https://ec.europa.eu/research/partic ipants/docs/h2020-funding- guide/cross-cutting-issues/open- access-data-management/data- management_en.htm • valid thing to ask at a review ▪ How are you keeping your SMP/DMP up to date? ▪ How are you evaluating that you are following your SMP/DMP? ● It sounds like a proposal ● It’s not specific enough ● Basic information is missing ● Size and type of data is missing ● Programming language used is missing ● Necessary infrastructure is missing! ● Exact licenses what are they! ● What’s your preservation duration! ● Who are the people responsible?! ● It’s easy to read but useless to me ● It’s about principle but it’s not machine actionable ● If this is a draft of the planning phase it’s ok - but we want a living doc ● The more advanced the research the more information is needed! Is it a wonder only the brave would share their SMP/DMP with comments like these! Perfection is the enemy of the good (enough) Photo by Andre Hunter on Unsplash Imposter syndrome or trolls should not stop you from trying to improve and adopt better practices! 23
  • 25. www.software.ac.uk SMP: Funders perspective • Wellcome Trust - https://wellcome.ac.uk/funding/guidance/how- complete-outputs-management-plan ▪ Output Management Plan • Data and Software • Research Materials • Intellectual Property • Resources required for the above ▪ Wellcome exists to improve health by helping great ideas to thrive, they are a politically and financially independent foundation in the UK that plan to spend £5B over the next 5 years. ▪ In 2018 it was the 4th wealthiest charitable foundation in the world. 25
  • 26. www.software.ac.uk NIH: DMP aka part of RSP • The NIH in the US have many requirements around data sharing (effective 2003) ▪ https://grants.nih.gov/grants/policy/data_sharing/ • Software Management has been mentioned in some calls. Document Mentions Software FINAL NIH STATEMENT ON SHARING RESEARCH DATA (Feb 2003) NO Data Sharing Regulations/Policy/Guidance Chart for NIH Awards (Aug 2006) NO NIH Data Sharing Policy and Implementation Guidance (March 2003) NO Frequently Asked Questions - Data Sharing (02/16/2004) Yes but in passing (30 - The sharing of materials, data, and software in a timely manner has been an essential element in the rapid progress that has been made in the genetic analysis of mammalian genomes.) “As appropriate, applicants should also describe data and software management and provenance, software development and testing practices, software toolkit development and deployment, application programming interfaces (APIs), and human subject data privacy and security protections.” Development of a Knowledge Management Center for Illuminating the Druggable Genome (U54), RFA-RM-13-011, 2013 Centers of Excellence for Big Data Computing in the Biomedical Sciences (U54), RFA-HG-13-009, 2013 “Are the data and software management and sharing plans adequate to make these resources available within the LINCS consortium and to the larger research community” Library of Integrated Network-Based Cellular Signatures (LINCS): Perturbation-Induced Data and Signature Generation Centers (U54), RFA-RM-13-013, 2013 NIH default Resource Sharing Plan mentions Data and not software (2018) https://instr.iastate.libguides.com/dmp/NIH Software is not regarded as "data" but it is recognized that access to software and other tools may be necessary to to access and interpret the data (i.e. they may need to be covered in your plan). 26
  • 27. www.software.ac.uk Institutional Perspective • Data Management Plans ▪ UCL: https://www.ucl.ac.uk/library/research-support/research-data-management/policies/writing-data- management-plan ▪ Cambridge: https://www.data.cam.ac.uk/ ▪ Stanford: https://library.stanford.edu/research/data-management-services • Software Management Plans ▪ Bristol: http://www.bristol.ac.uk/staff/researchers/data/writing-a-data-management-plan/writing-a- software-management-plan/ • A note on commercialisation • Pointing to SSI advice ▪ York: https://www.york.ac.uk/library/info-for/researchers/data/planning/ • mainly about DMP’s but mentions the SSI SMP template at DMPOnline ▪ UCL: https://blogs.ucl.ac.uk/rdm/tags/sustainable-software/ • SMPs in the context of software preservation ▪ STFC: https://edata.stfc.ac.uk/page/policy • Infrastructure for supporting actions (e.g. deposition) of DMP and SMP 27
  • 28. www.software.ac.uk Advocacy for SMP • Making Software a First-Class Citizen in Research - https://software.ac.uk/blog/2018-11-28-making-software-first-class-citizen-research ▪ http://wssspe.researchcomputing.org.uk/wssspe6-1/ ▪ Recognition of research software is lagging research data ▪ The need for culture change around software credit (applies to data also) ▪ Some recommendations: • 4OSS recommendations - https://softdev4research.github.io/recommendations/ • SSI guidance - https://software.ac.uk/resources/guides/software-development-general-best-practice • Netherlands eScience Centre Guide - https://guide.esciencecenter.nl/ • EURISE Network Technical Reference - https://technical-reference.readthedocs.io/en/latest/ ▪ Raised with the Head of the Netherlands funding agency at the eScience 2018 conference in Amsterdam at an open Q&A Type of Support Data Software Institutional Research Data Management Research Software Engineer Plans Data Management Plans Software Management Plans FAIR FAIR Data FAIR Software? Open Open Data Open Source? 28
  • 29. www.software.ac.uk Python tool for SMP • https://github.com/softwaresaved/software-management-plans ▪ YAML file • Single source of ‘truth’ • Questions • Full guidance ▪ Python script • Produce full guidance doc (e.g. in .docx or .odt) • Produce a checklist ▪ Example of use • Used to create the v 1.0 docs in Zenodo ▪ Intended use • Adapted by service providers (e.g. DMPonline or DMPtool) • Adapted by institutions / funders / domains ▪ Possible extensions • Push templates to Google Docs • Create GitHub issues • Push to service providers via their API29
  • 30. www.software.ac.uk Tools for making DMP/SMP • UK main site: ▪ https://dmponline.dcc.ac.uk ▪ SMP’s being made available on DMPonline • http://www.dcc.ac.uk/blog/software-management-plan-service-prototype-live (2015) • US main site: ▪ https://dmptool.org/ • Does not serve SMP’s specifically at this time • ‘Golden’ examples ▪ Does not exist as SMP often bundled in a private way ▪ Good examples exist for research data / DMPs - useful by analogy ▪ LIBER DMP Catalogue useful in this case - https://zenodo.org/communities/liber-dmp-cat • eight examples, various disciplines, reviews and highlights • Future ▪ ‘Machine Actionability’ 30
  • 31. www.software.ac.uk Take Home Messages • Data Management Plans are the most common type of plan • Software Management Plans are starting to become more common/mandated • There are moves to have combined plans in the form of a Output Management Plan • The is an interplay between funders, institutions, tool/guidance providers and researchers • Sustained culture change needed to move towards SMP/OMP • Something is better than nothing … don’t fear the trolls • SMPs should be living documents • Software Evaluation can help keep SMPs fresh or even bootstrap them • You can comment on the SSI SMP guidance guidance via the GitHub project • There is a need for an open repository of SMP’s to help the community formulate their own - due to privacy/permission issues this does not exist yet cf. DMPs • Primary benefit of this if for you! 31
  • 32. Acknowledgements Supported by the UK Research Councils through grants EP/H043160/1, EP/N006410/1 and EP/S021779/1 . Additional project funding received from Jisc.● Mike Jackson, EPCC, Edinburgh, UK ● Neil Chue Hong, Director Software Sustainability Institute ● Sarah Jones Associate Director of Digital Curation Centre ● Giacomo Peru, Project Officer, Software Sustainability Institute ● Marta Ribeiro, former staffer at the Digital Curation Centre 32