-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Timestamp manuscripts with OpenTimestamps (#274)
Closes greenelab/deep-review#269
- Loading branch information
Showing
6 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "ci/opentimestamps-client"] | ||
path = ci/opentimestamps-client | ||
url = https://github.com/opentimestamps/opentimestamps-client.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ dependencies: | |
- arxiv2bib==1.0.7 | ||
- bibtexparser==0.6.2 | ||
- ghp-import==0.5.5 | ||
- python-bitcoinlib==0.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule opentimestamps-client
added at
9fc552
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Output directory containing the formatted manuscript | ||
|
||
The [`gh-pages`](https://github.com/greenelab/deep-review/tree/gh-pages) branch hosts the contents of this directory at https://greenelab.github.io/deep-review/. | ||
|
||
## Files | ||
|
||
This directory contains the following files, which are mostly ignored on the `master` branch: | ||
|
||
+ [`index.html`](index.html) is an HTML manuscript. | ||
+ [`github-pandoc.css`](github-pandoc.css) sets the display style for `index.html`. | ||
+ [`deep-review.pdf`](deep-review.pdf) is a PDF manuscript. | ||
+ `*.ots` files are OpenTimestamps which can be used to verify manuscript existence at or before a given time. | ||
[OpenTimestamps](opentimestamps.org) uses the Bitcoin blockchain to attest to file hash existence. | ||
|
||
## Source | ||
|
||
The manuscripts in this directory were built from | ||
[`$TRAVIS_COMMIT`](https://github.com/greenelab/deep-review/commit/$TRAVIS_COMMIT). |