You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"note": "Same paper; record_b uses abbreviated author formatting and omits venue fields; record_a includes DOI.",
18
-
19
-
"record_a": {
20
-
"ENTRYTYPE": "article",
21
-
"ID": "1",
22
-
"doi": "10.1073/PNAS.1604234114",
23
-
"author": "Abrahao, Bruno and Parigi, Paolo and Gupta, Alok and Cook, Karen S.",
24
-
"title": "Reputation offsets trust judgments based on social biases among Airbnb users",
25
-
"journal": "Proceedings of the National Academy of Sciences",
26
-
"number": "37",
27
-
"pages": "9848--9853",
28
-
"volume": "114",
29
-
"year": "2017"
30
-
},
31
-
"record_b": {
32
-
"ENTRYTYPE": "article",
33
-
"ID": "2",
34
-
"author": "B. Abrahao; P. Parigi; A. Gupta; K. S. Cook",
35
-
"year": "2017",
36
-
"title": "Reputation offsets trust judgments based on social biases among Airbnb users"
37
-
},
38
-
39
-
"expected_duplicate": true
40
-
}
41
-
```
42
-
43
-
### Fixing duplicate errors
44
-
45
-
All changes to deduplication logic (`prep`, `sim`, `match`) should be accompanied with a test case in the pull request.
46
-
47
-
TODO:
48
-
- before merging, the ldd-full tests should be run to determine how the changes affect overall performance. (TBD: locally? how will it be triggered? how do we ensure that the right version/branch is tested? How are results added in the pull request? Do we want to consider performance implications?)
49
-
- consider possiblity of schema inconsistency
50
-
51
10
### Report Bugs
52
11
53
12
Report bugs at https://github.com/CoLRev-Environment/bib-dedupe/issues.
@@ -92,13 +51,13 @@ Ready to contribute? Here's how to set up BibDedupe for local development.
0 commit comments