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.
Syncing
xxxxxxxxxx
CarpentryConnect 2019 ReproHack Notes
tags:
Templates
Meeting
Plan of Action
Welcome and Introduction
- 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 →Feel free to tackle papers individually or as teams.
- 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 →- 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 →- 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 →- 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 →- 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 →- 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 →Paste links to any derived materials produced here: Remember to include a link to your team issue #.
Discussion notes
Discussion Topic 1: Remote ReproHacks
Can we make this happen?
What technologies would we need?
What would loose compared to the localised experience? Could we make up for it?
Discussion Topic 2: Reproducibility Reports
What should they contain?
Regroup notes
Notes
I was meant to work on the reproduction of https://www.nature.com/articles/ncomms12737#supplementary-information but it seems that supplementary files are not accessible eventhough Nature claims they are 🤦🏻♀️
– (by Manal )
I am wondering if there any automated way to pull the data and code from supplementary or additional files. Should the scientific community start recommend some regulations and formats to smooth the way of how/where these kind of data are being available and benefical?
After a little discussion with Emmy, Binder is one of the promising environments to hold the needed stuff to reproduce a paper. The main concern is the Binder is too slow.
–
(Andrew) I had a go at reproducing the analysis for "Comparing theory-driven and data-driven attractiveness models using images of real women’s faces" by Holzleitner et al. (in press) JEP:HPP. There are two .Rmd scripts in the OSF repo for this paper. The first script involves data processing. It wouldn't execute as the data files needs weren't on OSF. It turns out there is a very good reason for this - speaking with one of the authors (Ben Jones), it transpired that if those data were open, then people would be able to reconstruct the face images associated and then have access to the associated attractiveness ratings provided by a separate group of participants. After communicating with Ben I understand that a note is being added to the OSF README to make it clear that the first script won't execute because of the restriction on making the associated data freely available.