summaryrefslogtreecommitdiff
path: root/issues/incorrect-pmids.gmi
blob: fa06dfd36c46a07b65fdbf4debca5253e2d95f23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Incorrect PubMed IDs in the Publication Table

* assigned: arthur, bonfacem, pjotrp
* priority: high
* status: closed
* keywords: rdf, sql

Consider the query:

```
SELECT * FROM PublishXRef WHERE InbredSetId NOT IN (SELECT PublishFreeze.InbredSetId FROM PublishFreeze);
```

which results in:

```
*************************** 1. row ***************************
Id: 5772
PubMed_ID: 14805
Abstract: NULL
Authors: Harenza, J, Muldoon, PP, De Biasi, M, Miles, MF, and Damaj, MI
Title: Better title here
Journal: NULL
Volume: NULL
Pages: NULL
Month: NULL
Year: 2013
*************************** 2. row ***************************
Id: 7276
PubMed_ID: 15792
Abstract: NULL
Authors: Williams EG, Andreux P, Houtkooper R, Auwerx J
Title: Recombinant Inbred BXD Mice as a Model for the Metabolic Syndrome
Journal: NULL
Volume: NULL
Pages: NULL
Month: NULL
Year: 2013
```

The above pmids are off.  Check:

=> https://pubmed.ncbi.nlm.nih.gov/14805/
=> https://pubmed.ncbi.nlm.nih.gov/15792/


## Resolution
This issue has been tackled elsewhere.

* closed