[Turing-Southampton] The Turing Way workshops: using Binder to share code

Stark I.A. I.A.Stark at soton.ac.uk
Tue Feb 19 09:57:21 GMT 2019


Free workshop on sharing code using Binder run by a Turing Institute project on making reproducibility easier. For more information see below.

From: Rosie Higman
Sent: 19 February 2019 09:35

Hello all,

The Turing Way is a handbook to support students, their supervisors, funders and journal editors in ensuring that reproducible data science is "too easy not to do". It will include training material on version control, analysis testing, and open and transparent communication with future users, and build on Turing Institute case studies and workshops. It is openly developed and any and all questions, comments and recommendations are welcome at our GitHub repository: https://github.com/alan-turing-institute/the-turing-way<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Falan-turing-institute%2Fthe-turing-way&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=3Fhjhg%2FjhWpa7XGtx1JMv%2BuUqYWdJ1MoxUzM0jw%2Bxq0%3D&reserved=0> or in our gitter chat room: https://gitter.im/alan-turing-institute/the-turing-way<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitter.im%2Falan-turing-institute%2Fthe-turing-way&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=CHkl5S%2FAXBfm4E36BhjHJFJDZs9OvbseXNRV4RP1Y0Q%3D&reserved=0>

We are running a series of workshops for researchers, software engineers and others interested in reproducibility with some support for travel/childcare available on request:

Boost your research reproducibility with Binder
If you are looking for an easy way to share your code with others, without worrying about the computational environment they're running or installing a long list of requirements, then Binder<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmybinder.readthedocs.io%2Fen%2Flatest%2F&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=zxpOvyRGSJS834m40b2e90ZdnBKxRGInj6Y1lopHlY4%3D&reserved=0> might be the solution for you. Binder allows you to share your software with others in the form of a single clickable link, making it easier for users and removing the need for you to worry about supporting lots of different platforms.
During this free workshop we will discuss reproducible computing environments, show examples of others' projects in myBinder.org<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmybinder.org%2F&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=anpoP2i6msmyVJlTtT%2F9G9xDAGkB0Nh1Qhkdq8KVYK0%3D&reserved=0> and help you learn how to prepare a binder-ready project. At the end of the workshop you will be able to take some of your own content (in a R or Jupyter notebook, or scripts that can be run in the terminal) and prepare it so that it can be used by others on myBinder.org.
This workshop is for people who are:
*         Interested in reproducibility, containers, Docker or continuous integration;
*         Already familiar with R Markdown or Jupyter notebooks;
*         Looking to communicate their research more effectively.

Workshop locations and sign-up
*         Manchester - 1st March<https://www.eventbrite.co.uk/e/boost-your-research-reproducibility-with-binder-manchester-registration-55331997494>
*         London - 12th March<https://www.eventbrite.co.uk/e/boost-your-research-reproducibility-with-binder-london-registration-55337162944>

Build a BinderHub
Funders and publishers are beginning to require that publications include access to the underlying data and the analysis code. Researchers can be supported in doing this through myBinder.org<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmybinder.org%2F&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=anpoP2i6msmyVJlTtT%2F9G9xDAGkB0Nh1Qhkdq8KVYK0%3D&reserved=0> which allows you to share your software with others in the form of a single clickable link, making it easier for users and removing the need for you to worry about supporting lots of different platforms. This is a huge step forward in terms of supporting reproducibility but the public Binder instance, myBinder.org<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmybinder.org%2F&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=anpoP2i6msmyVJlTtT%2F9G9xDAGkB0Nh1Qhkdq8KVYK0%3D&reserved=0>, requires all code and data to be fully open, and computational power and data storage is limited. One solution to this is to host your own BinderHub<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbinderhub.readthedocs.io%2Fen%2Flatest%2F&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=Fte0OfIXQWjYdcwODr1geiGYcVfa%2By6KXsDS13n9GfA%3D&reserved=0> locally, allowing you to control who has access to code and data and to provide greater computational power.
During this free workshop we will demonstrate how to build your own BinderHub on Microsoft Azure cloud computing resources. We will help you get started with building a BinderHub on your institution's computing platform and discuss the challenges of maintaining a BinderHub. At the end of the workshop you will know why this would be a useful resource for your team, and will know where to look for help and support building your institution's BinderHub.
This workshop is for Research Software Engineers and IT staff who are:
*         Interested in reproducibility, containers, Docker or continuous integration;
*         Already familiar with Binder and R Markdown or Python for data science;
*         Interested in setting up their own local BinderHub.

Workshop location and sign-up
*         Sheffield - 18th March<https://www.eventbrite.co.uk/e/build-a-binderhub-registration-55336756729>

Please share this message with anyone you think would be interested in attending.

Thank you for reading!

The Turing Way project team
https://github.com/alan-turing-institute/the-turing-way<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Falan-turing-institute%2Fthe-turing-way&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=3Fhjhg%2FjhWpa7XGtx1JMv%2BuUqYWdJ1MoxUzM0jw%2Bxq0%3D&reserved=0>


Rosie Higman | Research Service Librarian (Data) | Research Services | Red 1, University of Manchester Library | The University of Manchester | Oxford Road | Manchester | M13 9PP | Tel: +44 (0)161 275 8091 | rosie.higman at manchester.ac.uk<mailto:rosie.higman at manchester.ac.uk>
[Twitter_Logo_Blue] @RosieHLib<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2Frosiehlib&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=o5x29AObDcyFx0%2F0W9atI9hswAvGRfySA%2BSyXyU3d0Y%3D&reserved=0>
[orcid_16x16] orcid.org/0000-0001-5329-7168<https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Forcid.org%2F0000-0001-5329-7168&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=ZooBBubDAiv23LdiXJfIhVtFwcLtHpMDwJP%2F7tETLw0%3D&reserved=0>
Research Services blog: https://blog.research-plus.library.manchester.ac.uk/<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fblog.research-plus.library.manchester.ac.uk%2F&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=%2F8wbcpwJh9EqCdZQF4X0NWT%2F7pPCuizK9NJF8tVY6Po%3D&reserved=0>
My normal working days are Monday, Wednesday, Thursday, Friday


+++
Isobel Stark
Research Data Development Manager,
Hartley Library  rm 4068
Tel: x24216
https://www.southampton.ac.uk/library/
ORCiD<https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Forcid.org%2F0000-0002-8026-3315&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=17U6zi63ZwgfElejuiBQebGrHaQUDNkGBcsqIpT3TaA%3D&reserved=0> | Linkedin<https://emea01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linkedin.com%2Fin%2Fisobelstark&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=mceCL8Xa4m84psaWv9FKCZnRwUFXxtBQnejV9KeJBqE%3D&reserved=0> | Twitter <https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2FIsobelStark&data=01%7C01%7C%7Cec7c3fd1a5b14f60947d08d69650a42e%7C4a5378f929f44d3ebe89669d03ada9d8%7C1&sdata=yHVV0XwUzb6rigYmID7j12YoMnhIWnmgm%2FpeJSWPMq4%3D&reserved=0>

[orcidbanner]




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/turing-southampton/attachments/20190219/2020eb8e/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 615 bytes
Desc: image001.png
Url : http://mailman.ecs.soton.ac.uk/pipermail/turing-southampton/attachments/20190219/2020eb8e/attachment-0002.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 1261 bytes
Desc: image002.png
Url : http://mailman.ecs.soton.ac.uk/pipermail/turing-southampton/attachments/20190219/2020eb8e/attachment-0003.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 20016 bytes
Desc: image003.jpg
Url : http://mailman.ecs.soton.ac.uk/pipermail/turing-southampton/attachments/20190219/2020eb8e/attachment-0001.jpg 


More information about the Turing-Southampton mailing list