ReCiter-Scopus-Model

A model representation of a Scopus article

License

License

GroupId

GroupId

edu.cornell.weill.reciter
ArtifactId

ArtifactId

reciter-scopus-model
Last Version

Last Version

2.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

ReCiter-Scopus-Model
A model representation of a Scopus article
Project URL

Project URL

https://github.com/wcmc-its/ReCiter-Scopus-Model
Project Organization

Project Organization

Weill Cornell Medicine ITS
Source Code Management

Source Code Management

https://github.com/wcmc-its/ReCiter-Identity-Model

Download reciter-scopus-model

How to add to project

<!-- https://jarcasting.com/artifacts/edu.cornell.weill.reciter/reciter-scopus-model/ -->
<dependency>
    <groupId>edu.cornell.weill.reciter</groupId>
    <artifactId>reciter-scopus-model</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.cornell.weill.reciter/reciter-scopus-model/
implementation 'edu.cornell.weill.reciter:reciter-scopus-model:2.0.3'
// https://jarcasting.com/artifacts/edu.cornell.weill.reciter/reciter-scopus-model/
implementation ("edu.cornell.weill.reciter:reciter-scopus-model:2.0.3")
'edu.cornell.weill.reciter:reciter-scopus-model:jar:2.0.3'
<dependency org="edu.cornell.weill.reciter" name="reciter-scopus-model" rev="2.0.3">
  <artifact name="reciter-scopus-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.cornell.weill.reciter', module='reciter-scopus-model', version='2.0.3')
)
libraryDependencies += "edu.cornell.weill.reciter" % "reciter-scopus-model" % "2.0.3"
[edu.cornell.weill.reciter/reciter-scopus-model "2.0.3"]

Dependencies

compile (4)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar 2.8.4
com.amazonaws : aws-java-sdk-dynamodb jar 1.11.34
io.swagger : swagger-codegen-maven-plugin jar 3.0.0-rc1
com.google.code.gson : gson jar 2.8.5

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.16

Project Modules

There are no modules declared in this project.

ReCiter-Identity-Model

Build Status Maven Central GitHub version codebeat badge License PRs Welcome Pending Pull-Requests Open Issues star this repo fork this repo Github All Releases Open Source Love

Data model

The following is a sample record from DynamoDB for the Identity table.

{
  "uid": "ccole",
  "primaryName": {
    "firstName": "Curtis",
    "firstInitial": "C",
    "middleName": "L",
    "middleInitial": "L",
    "lastName": "Cole"
  },
  "alternateNames": [
    {
      "firstName": "Curtis",
      "firstInitial": "C",
      "middleName": "L.",
      "middleInitial": "L",
      "lastName": "Cole"
    },
    {
      "firstName": "Curtis",
      "firstInitial": "C",
      "middleName": "Leland",
      "middleInitial": "L",
      "lastName": "Cole"
    }
  ],
  "emails": [
    "[email protected]"
  ],
  "knownRelationships": [
    {
      "uid": "lgolight",
      "name": {
        "firstName": "Linnie",
        "firstInitial": "L",
        "middleName": "M",
        "middleInitial": "M",
        "lastName": "Golightly"
      },
      "type": "CO_INVESTIGATOR"
  ],
  "organizationalUnits": [
    {
      "organizationalUnitLabel": "Library",
      "organizationalUnitType": "DEPARTMENT",
      "startDate": "2010-10-01",
      "endDate": ""
    },
    {
      "organizationalUnitLabel": "Health Informatics",
      "organizationalUnitType": "DIVISION",
      "startDate": "2018-01-01",
      "endDate": "2019-02-30"
    }
  ],  
  "title": "Associate Professor of Clinical Medicine",
  "institutions": [
    "Weill Cornell Medical College, Cornell University",
    "NewYork-Presbyterian Hospital",
    "Bowdoin College",
    "Cornell University Medical College",
    "Weill Cornell Medical College"
  ],
  "degreeYear": {
    "bachelorYear": 1986,
    "doctoralYear": 1994
  },
  "personTypes": [
    "academic",
    "academic-faculty",
    "academic-faculty-weillfulltime",
    "academic-faculty-associate",
    "employee-nonacademic",
    "employee-exempt",
    "employee",
    "affiliate",
    "affiliate-nyp",
    "affiliate-nyp-weillcampus-credentialed"
  ],
  "grants": [
    "TR000457",
    "HS017029"
  ],
  "primaryOrganizationalUnit": "Medicine (Infectious Disease)"
  "primaryInstitution": "Weill Cornell Medical College, Cornell University"
}
edu.cornell.weill.reciter

Weill Cornell Medicine ITS

Versions

Version
2.0.3
2.0.2
2.0.1