zaccharieramzi commited on
Commit
aa40f73
·
1 Parent(s): 1658c98

added bibtex entry

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -45,5 +45,18 @@ On the fastMRI validation dataset
45
  Further results can be seen on the fastMRI leaderboards for the test and challenge dataset: https://fastmri.org/leaderboards/
46
 
47
 
48
-
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
 
45
  Further results can be seen on the fastMRI leaderboards for the test and challenge dataset: https://fastmri.org/leaderboards/
46
 
47
 
48
+ ## Bibtex entry
49
+ ```
50
+ @inproceedings{Ramzi2020d,
51
+ archivePrefix = {arXiv},
52
+ arxivId = {2010.07290},
53
+ author = {Ramzi, Zaccharie and Ciuciu, Philippe and Starck, Jean-Luc},
54
+ booktitle = {ISMRM},
55
+ eprint = {2010.07290},
56
+ pages = {1--4},
57
+ title = {{XPDNet for MRI Reconstruction: an application to the 2020 fastMRI challenge}},
58
+ url = {http://arxiv.org/abs/2010.07290},
59
+ year = {2021}
60
+ }
61
+ ```
62