https://github.com/dhimmel/irreproducible-timestamps
Replication analysis of Irving & Holden 2016
https://github.com/dhimmel/irreproducible-timestamps
bitcoin clinical-trials proof-of-existence reproducibility satoshi-village timestamps
Last synced: 4 months ago
JSON representation
Replication analysis of Irving & Holden 2016
- Host: GitHub
- URL: https://github.com/dhimmel/irreproducible-timestamps
- Owner: dhimmel
- License: cc0-1.0
- Created: 2017-03-07T17:17:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T14:16:09.000Z (over 8 years ago)
- Last Synced: 2025-03-23T18:12:45.802Z (6 months ago)
- Topics: bitcoin, clinical-trials, proof-of-existence, reproducibility, satoshi-village, timestamps
- Language: Jupyter Notebook
- Homepage: http://blog.dhimmel.com/irreproducible-timestamps/
- Size: 1.11 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Irreproducible Timestamps
[](https://zenodo.org/badge/latestdoi/84226334)
This repository is a replication analysis of the following study:
> **How blockchain-timestamped protocols could improve the trustworthiness of medical science**
[[version 2; referees: 3 approved]](https://doi.org/b2pt)
Greg Irving, John Holden
_F1000Research_ (2016) DOI: [10.12688/f1000research.8114.2](https://doi.org/10.12688/f1000research.8114.2)See [`addresses.ipynb`](addresses.ipynb) for a notebook which unsuccessfully attempts to verify Irving & Holden's timestamp using the [Carlisle method](http://www.bgcarlisle.com/blog/2014/08/25/proof-of-prespecified-endpoints-in-medical-research-with-the-bitcoin-blockchain/ "Proof of prespecified endpoints in medical research with the bitcoin blockchain").
This findings of this analysis are discussed in a companion blog post at http://blog.dhimmel.com/irreproducible-timestamps/.
## Binder
[](http://mybinder.org:/repo/dhimmel/irreproducible-timestamps)
Click the badge above to launch this repository in Binder.
If the binder fails to launch, check the [system status](http://mybinder.org/status), since mybinder.org experiences downtime often.
If the binder image is outdated, you can rebuild it [here](http://mybinder.org/status/dhimmel/irreproducible-timestamps).## Environment
Install the [conda](https://conda.io) environment specified in [`environment.yml`](environment.yml) by running:
```sh
conda env create --file environment.yml
```Activate with `source activate timestamps`.
## License
Content in this repository is released under a [public domain dedication](LICENSE.md) unless otherwise noted.
The PDF files in [`f1000`](f1000) are [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/) Licensed.
Please attribute Irving & Holden and _F1000Research_ when reusing those files.