or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Foundational Open Science Skills (FOSS) Lesson 6: Reproducibility I
Date: 10/10/2024
Today Lead Instructor: Jeff, Michele
Today Helpers: Tina
Course Website: https://foss.cyverse.org/04_talk_to_computer
Hack(pad)-of-Hack(pads): https://hackmd.io/-4TgToyFRU2eX7lmDZLRnQ
Instant Feedback: (please complete before you leave class) Complete Form
Table of Contents
Agenda
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →Definition
Reproducibility has been defined (Wikipedia) in computational sciences as: study results should be documented by making all data and code available in such a way that the computations can be executed again with identical results.
yes!!
Check in Questions
Have you encountered hurdles in reproducing your work?
-Sometimes when coming back to a project or switching computers I need to spend some time installing dependencies
Have you ever run into a problem that prevented you from generating the same results, figures, analyses as before?
Have you ever lost time trying to figure out how a collaborator got a particular result?
What were the issues you ran into, and how might you have solved them?
-colleague who ran the analysis left the team and we needed to basically run it again from scratch.
Discussion Set
Q1: What are some tasks you have automated or want to automate?
-labeling variables, adding in new columns of data based on specific identifiers,
Q1A: Have you ever successfully automated a task?
-Does programming your coffee maker to make coffee in the morning at the same time count
-Yes, tried to make
Q1B: Found a way to make something scale or take less time?
Q1C: What was the task, and how did you do it?
-stata do file, python code to left join the data
Q1D: Are there any things you wish you could automate?
Q1E: What are some barriers to automating them?
Tutorial
During the second section of the class, we are going to cover a tutorial on reproducibility using Conda as a proof of concept and example on how to approach reproducible science.
Instant Feedback: (please complete before you leave class) Complete Form