From 8175ba01a5359aabbcecba139977b883e1031e10 Mon Sep 17 00:00:00 2001 From: Luke de Oliveira Date: Wed, 16 Aug 2017 22:58:19 -0700 Subject: [PATCH] Add citation instructions to README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 5e15022..7f02ca8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,22 @@ You are more than welcome to use the open data and open-source software provided | Training Data (GEANT4 showers, ⟂ to center) | [![DOI](https://zenodo.org/badge/DOI/10.17632/pvn3xc3wy5.1.svg)](https://doi.org/10.17632/pvn3xc3wy5.1)| | Source Code (this repo!) | [![DOI](https://zenodo.org/badge/82329392.svg)](https://zenodo.org/badge/latestdoi/82329392)| +**Alternatively, any use of our code and/or paper ideas can simply cite ** + +``` +@article{paganini_calogan, + author = "Paganini, Michela and de Oliveira, Luke and Nachman, + Benjamin", + title = "{CaloGAN: Simulating 3D High Energy Particle Showers in + Multi-Layer Electromagnetic Calorimeters with Generative + Adversarial Networks}", + year = "2017", + eprint = "1705.02355", + archivePrefix = "arXiv", + primaryClass = "hep-ex", +} +``` + ## Goal The goal of this project is to help physicists at CERN speed up their simulations by encoding the most computationally expensive portion of the simulation process (i.e., showering in the EM calorimeter) in a deep generative model.