Skip to content

Commit 8b58f22

Browse files
Added citations in README
1 parent 3940f90 commit 8b58f22

File tree

1 file changed

+29
-13
lines changed

1 file changed

+29
-13
lines changed

README.md

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,7 @@ User-friendly package implementing GW waveform models in pure python, thus enabl
33

44
Developed by [Francesco Iacovelli](<https://github.com/FrancescoIacovelli>).
55

6-
This package is released together with the paper [](<>). When making use of it, please cite the paper and the present git repository. Bibtex:
7-
8-
```
9-
@article{Iacovelli,
10-
author = "Iacovelli, Francesco and Mancarella, Michele and Foffa, Stefano and Maggiore, Michele",
11-
title = "{}",
12-
eprint = "",
13-
archivePrefix = "arXiv",
14-
primaryClass = "astro-ph.CO",
15-
month = "6",
16-
year = "2022",
17-
}
18-
```
6+
This package is released together with the papers [arXiv:2207.02771](<https://arxiv.org/abs/2207.02771>) and [arXiv:2207.06910](<https://arxiv.org/abs/2207.06910>), where detail of implementations and results can be found.
197

208
## Code Organization
219
The organisation of the repository is the following:
@@ -44,6 +32,7 @@ WF4Py/
4432
* [Installation](https://github.com/CosmoStatGW/WF4Py#Installation)
4533
* [Available models](https://github.com/CosmoStatGW/WF4Py#Available-models)
4634
* [Testing](https://github.com/CosmoStatGW/WF4Py#Testing)
35+
* [Citation](https://github.com/CosmoStatGW/WF4Py#Citation)
4736
* [Bibliography](https://github.com/CosmoStatGW/WF4Py#Bibliography)
4837

4938
## Overview and usage
@@ -92,6 +81,33 @@ The adherence of all the models with their implementation in [LALSuite](<https:/
9281

9382
![alt text](<https://github.com/CosmoStatGW/WF4Py/blob/master/IMRPhenomXAS_Comparison.png>)
9483

84+
## Citation
85+
If using this software, please cite this repository and the papers [arXiv:2207.02771](<https://arxiv.org/abs/2207.02771>) and [arXiv:2207.06910](<https://arxiv.org/abs/2207.06910>). Bibtex:
86+
87+
```
88+
@article{Iacovelli:2022bbs,
89+
author = "Iacovelli, Francesco and Mancarella, Michele and Foffa, Stefano and Maggiore, Michele",
90+
title = "{Forecasting the detection capabilities of third-generation gravitational-wave detectors using GWFAST}",
91+
eprint = "2207.02771",
92+
archivePrefix = "arXiv",
93+
primaryClass = "gr-qc",
94+
month = "7",
95+
year = "2022"
96+
}
97+
```
98+
99+
```
100+
@article{Iacovelli:2022mbg,
101+
author = "Iacovelli, Francesco and Mancarella, Michele and Foffa, Stefano and Maggiore, Michele",
102+
title = "{Supplement to "Forecasting the detection capabilities of third-generation gravitational-wave detectors using GWFAST": how to GWFAST}",
103+
eprint = "2207.06910",
104+
archivePrefix = "arXiv",
105+
primaryClass = "astro-ph.IM",
106+
month = "7",
107+
year = "2022"
108+
}
109+
```
110+
95111
## Bibliography
96112
1. A. Buonanno et al. (2009) [arXiv:0907.0700](<https://arxiv.org/abs/0907.0700>)
97113
2. P. Ajith (2011) [arXiv:1107.1267](<https://arxiv.org/abs/1107.1267>)

0 commit comments

Comments
 (0)