Package | Description |
---|---|
com.elsevier.scopus |
Provides classes of Scopus data.
|
jp.ac.tokushima_u.db.logistics |
Provides classes and interfaces for handling Logistics for Tokushima University.
|
jp.ac.tokushima_u.db.logistics.edb |
Provides classes and interfaces for handling EDB Data.
|
jp.ac.tokushima_u.db.logistics.orcid |
Provides classes and interfaces for handling ORCID Data.
|
jp.ac.tokushima_u.db.logistics.pa |
Provides classes and interfaces for handling Personnel Affairs for Tokushima University.
|
jp.ac.tokushima_u.db.logistics.scopus |
Provides classes and interfaces for handling Scopus Data of Elsevier.
|
jp.ac.tokushima_u.edb |
Provides classes and interfaces for handling EDB.
|
jp.ac.tokushima_u.edb.erd |
Provides classes for Educator and Researcher Directory of Tokushima University.
|
jp.ac.tokushima_u.edb.extdb |
Provides external database specific classes and interfaces.
|
jp.ac.tokushima_u.edb.tuple |
Provides tuple specific classes and interfaces.
|
jp.ac.tokushima_u.edb.works |
Provides Works modules for Tokushima University.
|
Modifier and Type | Field and Description |
---|---|
Logistics.Id<Scopus.AffiliationIdHandler> |
ArticleAbstract.AuthorInfo.afid |
Logistics.Id<Scopus.AuthorIdHandler> |
ArticleAbstract.AuthorInfo.auid |
Logistics.Id<Scopus.ArticleIdHandler> |
ArticleAbstract.AuthorInfo.eid |
Logistics.Id<ORCID.IDHandler> |
ArticleAbstract.AuthorInfo.orcid |
Modifier and Type | Method and Description |
---|---|
static UDate |
Article.extrdbGetDate(Logistics.Id<Scopus.ArticleIdHandler> scopusid) |
static List<ArticleAbstract.AuthorInfo> |
ArticleAbstract.extrdbRetrieveAuthorInfo(Logistics.Id<Scopus.ArticleIdHandler> scopusid) |
Modifier and Type | Method and Description |
---|---|
Set<Logistics.Id<Scopus.ArticleIdHandler>> |
Scopus.AuthorIdHandler.getArticleIds(Logistics.Id<Scopus.AuthorIdHandler> auid) |
<I extends Logistics.IdHandler> |
Logistics.EqIdRetriever.retrieveEqIds(UTLFId id,
I idhdr)
Retrieving the set of IDs which are equivalent to specified id and handled specfied handlers.
|
Set<Logistics.Id> |
Logistics.EqIdRetriever.retrieveEqIds(UTLFId id,
Logistics.IdHandler... idhdrs)
Retrieving the set of IDs which are equivalent to specified id and handled specfied handlers.
|
Modifier and Type | Method and Description |
---|---|
Set<Logistics.Id<Scopus.ArticleIdHandler>> |
Scopus.AuthorIdHandler.getArticleIds(Logistics.Id<Scopus.AuthorIdHandler> auid) |
ArticleMetrics.Values |
Scopus.ArticleIdHandler.getMetricValues(Logistics.Id<Scopus.ArticleIdHandler> id) |
AuthorProfile |
Scopus.AuthorIdHandler.getProfile(Logistics.Id<Scopus.AuthorIdHandler> auid) |
static boolean |
Logistics.isValid(Logistics.Id id)
Validate Id
|
U |
Logistics.IdHandlerSpi.resolveAndCreateUTLFHandler(Logistics.Id<I> id,
PrintWriter err) |
Logistics.Id |
Logistics.IdHandler.standardize(Logistics.Id id)
標準化したIdを生成する.
DOI等大小文字の区別が無い場合などに,小文字に揃えるなど.
|
Logistics.Id<I> |
Logistics.IdHandlerSpi.standardize(Logistics.Id id) |
Logistics.Id<DOI.IDHandler> |
DOI.IDHandler.standardize(Logistics.Id id) |
Modifier and Type | Method and Description |
---|---|
static Logistics.Id |
ExtRDBTables.extrdbRetrieveIdByEID(String eid,
Logistics.IdHandler idhdr) |
Modifier and Type | Method and Description |
---|---|
Set<Logistics.Id<Scopus.AuthorIdHandler>> |
Person.getScopusAuthorIds() |
Modifier and Type | Method and Description |
---|---|
Logistics.Id<PA.PersonnelCodeHandler> |
PersonnelBook.getPID() |
Modifier and Type | Field and Description |
---|---|
Logistics.Id<Scopus.AuthorIdHandler> |
AuthorProfile.Values.auid |
Logistics.Id<Scopus.AuthorIdHandler> |
AuthorProfile.Values.moveto |
Logistics.Id |
AuthorProfile.Values.orcid |
Modifier and Type | Method and Description |
---|---|
Logistics.Id<Scopus.AuthorIdHandler> |
AuthorProfile.getAuthorId() |
Logistics.Id<Scopus.AuthorIdHandler> |
AuthorProfile.getId() |
Logistics.Id<Scopus.SubjectIdHandler> |
Subject.getId() |
Logistics.Id<Scopus.SubjectAreaIdHandler> |
SubjectArea.getId() |
Logistics.Id<ORCID.IDHandler> |
AuthorProfile.getORCID() |
Logistics.Id<Scopus.SubjectIdHandler> |
SubjectArea.getSubjectId() |
Modifier and Type | Method and Description |
---|---|
static Set<Logistics.Id<Scopus.ArticleIdHandler>> |
AuthorArticle.extrdbRetrieveArticleIds(Logistics.Id auid)
Retrieve Author Article Ids from ExtRDB.
|
Set<Logistics.Id<Scopus.AuthorIdHandler>> |
AuthorProfile.getAliases() |
List<Logistics.Id<Scopus.SubjectAreaIdHandler>> |
Subject.getAreaIds() |
Set<Logistics.Id<Scopus.ArticleIdHandler>> |
AuthorArticle.getArticleIds() |
Set<Logistics.Id<Scopus.AuthorIdHandler>> |
AuthorProfile.getUnifiedAuthorIds() |
Modifier and Type | Method and Description |
---|---|
static Set<Logistics.Id<Scopus.ArticleIdHandler>> |
AuthorArticle.extrdbRetrieveArticleIds(Logistics.Id auid)
Retrieve Author Article Ids from ExtRDB.
|
static ArticleMetrics.Values |
ArticleMetrics.extrdbRetrieveMetricValues(Logistics.Id<Scopus.ArticleIdHandler> scopusid)
Retrieve Metric Values from ExtRDB
|
static AuthorProfile.Values |
AuthorProfile.extrdbRetrieveProfile(Logistics.Id<Scopus.AuthorIdHandler> auid)
Retrieve Author Profile from ExtRDB.
|
static SubjectArea |
SubjectArea.retrieve(Logistics.Id<Scopus.SubjectAreaIdHandler> id) |
Modifier and Type | Method and Description |
---|---|
Logistics.Id |
EdbExtDBSpi.createId(String id)
Create UTLFId.
|
Logistics.Id |
EdbExtDBSpi.createId(String[] id)
Create UTLFId.
|
default Logistics.Id |
EdbEIDHolder.createLogisticsId()
Logistics.Id を作成する.
|
Modifier and Type | Method and Description |
---|---|
Set<Logistics.Id> |
EdbTuple.getLogisticsIds() |
Modifier and Type | Method and Description |
---|---|
(package private) Set<Logistics.Id<PA.PersonnelCodeHandler>> |
ErdPerson.getPersonnelIds() |
Modifier and Type | Method and Description |
---|---|
static Logistics.Id |
Scopus.Author.createId_Profile(String author) |
static Logistics.Id |
Scopus.Author.createId_SearchArticleByAuthor(String author) |
static Logistics.Id<Logistics.DefaultIdHandler> |
WebOfScience.createId_SearchByDOI(String doi) |
static Logistics.Id<Logistics.DefaultIdHandler> |
WebOfScience.createId_SearchByPMID(String pmid) |
static Logistics.Id<Logistics.DefaultIdHandler> |
WebOfScience.createId_SummaryWOS(String wos) |
Logistics.Id |
CiNii.createRDFXMLId(String ciniiid) |
Logistics.Id |
Scopus.AuInfo.getId() |
Logistics.Id |
Scopus.AffInfo.getId() |
Logistics.Id |
Scopus.AuInfo.getORCID() |
Modifier and Type | Method and Description |
---|---|
Set<Logistics.Id> |
Scopus.Article.getAffiliationIds() |
Set<Logistics.Id> |
Scopus.Article.getForeignAffiliationIds() |
Modifier and Type | Method and Description |
---|---|
Logistics.Id |
EdbArticle.getScopusId()
Scopus (Logistics.Id).
|
Modifier and Type | Method and Description |
---|---|
Set<Logistics.Id> |
EdbArticle.getLogisticsIds() |
Set<Logistics.Id> |
EdbPerson.getORCID()
Get ORCID.
|
Set<Logistics.Id<Scopus.AuthorIdHandler>> |
EdbPerson.getScopusIds()
Get Scopus Author UTLF-ID.
|
Modifier and Type | Method and Description |
---|---|
Set<Logistics.Id<Scopus.ArticleIdHandler>> |
WorksRetriever.retrieveScopusArticleIdsViaAUID(EdbPerson person) |
EDB Working Group at Tue Jun 10 17:08:59 JST 2025