Diff of /inst/CITATION [000000] .. [d9f92b]

Switch to unified view

a b/inst/CITATION
1
citHeader("To cite GPROB in publications use:")
2
3
citEntry(entry = "Article",
4
  title        = "Using genetics to prioritize diagnoses for rheumatology outpatients with inflammatory arthritis",
5
  author       = personList(
6
                   as.person("Rachel Knevel"),
7
                   as.person("Saskia le Cessie"),
8
                   as.person("Chikashi C Terao"),
9
                   as.person("Kamil Slowikowski"),
10
                   as.person("Jing Cui"),
11
                   as.person("Tom W J Huizinga"),
12
                   as.person("Karen H Costenbader"),
13
                   as.person("Katherine P Liao"),
14
                   as.person("Elizabeth W Karlson"),
15
                   as.person("Soumya Raychaudhuri")),
16
  journal      = "Science Translational Medicine",
17
  year         = "2020",
18
  volume       = "12",
19
  number       = "545",
20
  url          = "https://doi.org/10.1126/scitranslmed.aay1548",
21
22
  textVersion  =
23
  paste("Knevel, R. et al. Using genetics to prioritize",
24
        "diagnoses for rheumatology outpatients with",
25
        "inflammatory arthritis. Sci. Transl. Med. 12, (2020)")
26
)
27