diff --git a/.travis.yml b/.travis.yml index 334f99bd..49df0df0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,9 +24,3 @@ deploy: on: tags: true branch: master -- provider: releases - api_key: $GITHUB_OAUTH_TOKEN - skip_cleanup: true - on: - tags: true - branch: master diff --git a/README.md b/README.md index a1b26e4f..22465722 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,31 @@ In case of any questions, feel free to contact one of us: * Ritabrata Dutta, University of Lugano * Marcel Schoengens, CSCS, ETH Zurich +## Citation + +There is a paper in the proceedings of the 2017 PASC conference. We would appreciate a citation. + +``` +@inproceedings{Dutta:2017:AUE:3093172.3093233, + author = {Dutta, Ritabrata and Schoengens, Marcel and Onnela, Jukka-Pekka and Mira, Antonietta}, + title = {ABCpy: A User-Friendly, Extensible, and Parallel Library for Approximate Bayesian Computation}, + booktitle = {Proceedings of the Platform for Advanced Scientific Computing Conference}, + series = {PASC '17}, + year = {2017}, + isbn = {978-1-4503-5062-4}, + location = {Lugano, Switzerland}, + pages = {8:1--8:9}, + articleno = {8}, + numpages = {9}, + url = {http://doi.acm.org/10.1145/3093172.3093233}, + doi = {10.1145/3093172.3093233}, + acmid = {3093233}, + publisher = {ACM}, + address = {New York, NY, USA}, + keywords = {ABC, Library, Parallel, Spark}, +} +``` + ## Status [![Documentation Status](https://readthedocs.org/projects/abcpy/badge/?version=latest)](http://abcpy.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.org/eth-cscs/abcpy.svg?branch=master)](https://travis-ci.org/eth-cscs/abcpy)