Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 34 additions & 5 deletions .github/workflows/build_latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,25 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e
- name: Build LaTeX document
- name: Build v1 document
uses: xu-cheng/latex-action@2031f1a94940bfe35904fc1782bf18a9bdafc127
with:
root_file: main.tex
working_directory: v1/english
pre_compile: |
rm -f augur-whitepaper-v1.pdf
post_compile: |
mv main.pdf augur-whitepaper-v1.pdf
- name: Check v1 file
run: |
file ./v1/english/augur-whitepaper-v1.pdf | grep -q ' PDF '
- name: Upload v1 file
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: augur-whitepaper-v1.pdf
if-no-files-found: error
path: ./v1/english/augur-whitepaper-v1.pdf
- name: Build v2 document
uses: xu-cheng/latex-action@2031f1a94940bfe35904fc1782bf18a9bdafc127
with:
root_file: main.tex
Expand All @@ -19,10 +37,10 @@ jobs:
rm -f augur-whitepaper-v2.pdf
post_compile: |
mv main.pdf augur-whitepaper-v2.pdf
- name: Check pdf file
- name: Check v2 file
run: |
file ./v2/english/augur-whitepaper-v2.pdf | grep -q ' PDF '
- name: Upload PDF file
- name: Upload v2 file
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: augur-whitepaper-v2.pdf
Expand All @@ -48,9 +66,20 @@ jobs:
release_name: ${{ steps.bump_version.outputs.new_tag }}
draft: false
prerelease: false
- name: Upload Release Asset
- name: Upload v1 Release Asset
if: ${{ github.ref == 'refs/heads/master' }}
id: upload-v1-release-asset
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./v1/english/augur-whitepaper-v1.pdf
asset_name: augur-whitepaper-v1.pdf
asset_content_type: application/pdf
- name: Upload v2 Release Asset
if: ${{ github.ref == 'refs/heads/master' }}
id: upload-release-asset
id: upload-v2-release-asset
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Binary file added v1/english/1.pdf
Binary file not shown.
Binary file added v1/english/2.pdf
Binary file not shown.
98 changes: 98 additions & 0 deletions v1/english/augur.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
@article{Wolfers_2004,
author = {J. Wolfers and E. Zitzewitz},
title = {Prediction markets},
journal = {Journal of Economic Perspectives},
volume = {18},
number = {2},
pages = {107--126},
year = {2004}
}

@book{Surowiecki_2005,
author = {James Surowiecki},
title = {The Wisdom of Crowds},
publisher = {Anchor},
year = {2005}
}

@article{Hanson_2006,
author = {R. Hanson and R. Oprea and D. Porter},
title = {Information aggregation and manipulation in an experimental mar-\linebreak ket},
journal = {Journal of Economic Behavior \& Organization},
volume = {60},
number = {4},
pages = {449--459},
year = {2006}
}

@article{Pennock_2001,
author = {D.M. Pennock and S. Lawrence and C.L. Giles and F.A. Nielsen},
title = {The real power of artificial markets},
journal = {Science},
volume = {291},
pages = {987--\linebreak 988},
year = {2001}
}

@article{Manski_2004,
author = {C. Manski},
title = {Interpreting the predictions of prediction\linebreak markets},
journal = {NBER Working Paper No. 10359},
year = {2004}
}

@article{Wolfers_2005,
author = {J. Wolfers and E. Zitzewitz},
title = {Interpreting prediction\linebreak market prices as probabilities},
journal = {NBER Working Paper No. 10359},
year = {2005}
}

@inproceedings{Goel_2010,
author = {S. Goel and D.M. Reeves and D.J. Watts and D.M. Pennock},
title = {Prediction without markets},
booktitle = {Proceedings of the 11th ACM Conference on Electronic Commerce, EC'10},
pages = {357--366},
publisher = {ACM},
year = {2010}
}

@misc{Nakamoto_2008,
author = {S. Nakamoto},
title = {Bitcoin: a peer-to-peer electronic cash sys-\linebreak tem},
howpublished = {\url{https://bitcoin.org/bitcoin.pdf}},
year = {2008}
}

@misc{Buterin_2013,
author = {V. Buterin},
title = {A next generation smart con-\linebreak tract and decentralized application platform},
howpublished = {\url{https://github.com/ethereum/wiki/wiki/White-Paper}},
year = {2013}
}

@inproceedings{Clark_2014,
author = {J. Clark and J. Bonneau and E.W. Felten and J.A. Kroll and A. Miller and A. Narayanan},
title = {On decentralizing prediction mar-\linebreak kets and order books},
booktitle = {WEIS '14: Proceedings of the 10th Workshop on the Economics of Information Secu-\linebreak rity},
month = {June},
year = {2014}
}

@inproceedings{Othman_2010,
author = {A. Othman and T. Sandholm},
title = {Decision rules and de-\linebreak cision markets},
booktitle = {Proceedings of the 9th International Conference on Autonomous Agents and Multiagent Sys-\linebreak tems: Volume 1 - Volume 1},
series = {AAMAS '10},
pages = {625--\linebreak 632},
publisher = {International Foundation for Autonomous Agents and Multiagent Systems},
year = {2010}
}

@misc{Peterson_2014,
author = {J. Peterson and J. Krug},
title = {Augur: a decentral-\linebreak ized, open-source platform for prediction markets},
howpublished = {arXiv:1501.01042v1 [cs.CR]},
month = {11},
year = {2014}
}
Loading
Loading