sul-dlss-deprecated / rialto

RIALTO - Stanford Libraries' Research Intelligence System
https://library.stanford.edu/projects/rialto
5 stars 1 forks source link

Investigate why some authors are missing from some of the publications. #292

Closed vivnwong closed 5 years ago

vivnwong commented 5 years ago

For example: the two publications that are missing Stanford author(s): DOI: 10.1016/j.obhdp.2006.02.004 DOI: 10.1080/17439760.2013.830764

possibly related to sul-dlss-labs/rialto-entity-resolver#33

peetucket commented 5 years ago

Check WoS API data to see if the Stanford author (Aaker, Jennifer) is present in the original records, and why this author is not showing on the RIALTO web app (is it missing in Neptune, is it missing in derivatives)?

peetucket commented 5 years ago

10.1016/j.obhdp.2006.02.004 == WOS:000245180000006 10.1080/17439760.2013.830764 == WOS:000326465700005

Aaker, Jennifer appears in API result for both (at least when searching the API via DOI)

  "Data": {
    "Records": {
      "records": {
        "REC": {
          "UID": "WOS:000245180000006",
          "static_data": {
            "summary": {
              "pub_info": {
                "coverdate": "MAR 2007",
                "vol": 102,
                "pubyear": 2007,
                "issue": 2,
                "sortdate": "2007-03-01",
                "has_abstract": "Y",
                "pubmonth": "MAR",
                "pubtype": "Journal",
                "page": {
                  "end": 225,
                  "begin": 212,
                  "page_count": 14,
                  "content": "212-225"
                }
              },
              "names": {
                "count": 2,
                "name": [
                  {
                    "seq_no": 1,
                    "role": "author",
                    "full_name": "Liu, Wendy",
                    "last_name": "Liu",
                    "display_name": "Liu, Wendy",
                    "wos_standard": "Liu, W",
                    "daisng_id": 21797169,
                    "first_name": "Wendy"
                  },
                  {
                    "seq_no": 2,
                    "role": "author",
                    "full_name": "Aaker, Jennifer",
                    "reprint": "Y",
                    "last_name": "Aaker",
                    "display_name": "Aaker, Jennifer",
                    "wos_standard": "Aaker, J",
                    "daisng_id": 735952,
                    "first_name": "Jennifer"
                  }
                ]

and

  "Data": {
    "Records": {
      "records": {
        "REC": {
          "UID": "WOS:000326465700005",
          "static_data": {
            "summary": {
              "pub_info": {
                "coverdate": "NOV 1 2013",
                "vol": 8,
                "pubyear": 2013,
                "issue": 6,
                "special_issue": "SI",
                "sortdate": "2013-11-01",
                "has_abstract": "Y",
                "pubmonth": "NOV 1",
                "pubtype": "Journal",
                "page": {
                  "end": 516,
                  "begin": 505,
                  "page_count": 12,
                  "content": "505-516"
                }
              },
              "names": {
                "count": 4,
                "name": [
                  {
                    "seq_no": 1,
                    "orcid_id": "0000-0003-1413-3296",
                    "role": "author",
                    "full_name": "Baumeister, Roy F.",
                    "reprint": "Y",
                    "addr_no": 1,
                    "last_name": "Baumeister",
                    "display_name": "Baumeister, Roy F.",
                    "wos_standard": "Baumeister, RF",
                    "r_id": "R-7232-2016",
                    "daisng_id": 26732,
                    "first_name": "Roy F."
                  },
                  {
                    "seq_no": 2,
                    "role": "author",
                    "full_name": "Vohs, Kathleen D.",
                    "addr_no": 2,
                    "last_name": "Vohs",
                    "display_name": "Vohs, Kathleen D.",
                    "wos_standard": "Vohs, KD",
                    "daisng_id": 168425,
                    "first_name": "Kathleen D."
                  },
                  {
                    "seq_no": 3,
                    "role": "author",
                    "full_name": "Aaker, Jennifer L.",
                    "addr_no": 3,
                    "last_name": "Aaker",
                    "display_name": "Aaker, Jennifer L.",
                    "wos_standard": "Aaker, JL",
                    "daisng_id": 735952,
                    "first_name": "Jennifer L."
                  },
                  {
                    "seq_no": 4,
                    "role": "author",
                    "full_name": "Garbinsky, Emily N.",
                    "addr_no": 3,
                    "last_name": "Garbinsky",
                    "display_name": "Garbinsky, Emily N.",
                    "wos_standard": "Garbinsky, EN",
                    "daisng_id": 6390787,
                    "first_name": "Emily N."
                  }
                ]
              },
justinlittman commented 5 years ago

With the latest code and running locally, I loaded Jennifer Aaker. She appears correctly with the publication as shown below: 2018-10-18_1219

I suspect the problem in the AWS dev environment is that the load has not yet been run with the latest code.

@vivnwong assigning back to you so you can decide whether to close this ticket or additional work is required.

peetucket commented 5 years ago

looks like names are linked up too -- once the code is deployable, we can reconfirm at least these couple of cases

jcoyne commented 5 years ago

Fixed in the latest load.