Skip to content

Commit 0ca1183

Browse files
Merge pull request #92784 from DarrinEide/patch-1
Updated paper entity attribute fields
2 parents 2bf5af6 + d28b68f commit 0ca1183

File tree

1 file changed

+49
-49
lines changed

1 file changed

+49
-49
lines changed

articles/cognitive-services/Academic-Knowledge/PaperEntityAttributes.md

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Paper entity attributes - Academic Knowledge API
33
titlesuffix: Azure Cognitive Services
44
description: Learn the attributes you can use with the Paper entity in the Academic Knowledge API.
55
services: cognitive-services
6-
author: alch-msft
6+
author: DarrinEide
77
manager: nitinme
88

99
ms.service: cognitive-services
1010
ms.subservice: academic-knowledge
1111
ms.topic: conceptual
12-
ms.date: 03/31/2017
13-
ms.author: alch
12+
ms.date: 10/22/2019
13+
ms.author: darrine
1414
ROBOTS: NOINDEX
1515
---
1616

@@ -20,52 +20,52 @@ ROBOTS: NOINDEX
2020
*Below attributes are specific to paper entity. (Ty = '0')
2121
</sub>
2222

23-
24-
Name |Description |Type | Operations
25-
------- | ------------------------------------------------- | --------- | ----------------------------
26-
Id |Entity ID |Int64 |Equals
27-
Ti |Paper title |String |Equals,<br/>StartsWith
28-
L |Paper language code separated by "\@\@\@" |String |Equals
29-
Y |Paper year |Int32 |Equals,<br/>IsBetween
30-
D |Paper date |Date |Equals,<br/>IsBetween
31-
CC |Citation count |Int32 |none
32-
ECC |Estimated citation Count |Int32 |none
33-
AA.AuN |Author name |String |Equals,<br/>StartsWith
34-
AA.AuId |Author ID |Int64 |Equals
35-
AA.AfN |Author affiliation name |String |Equals,<br/>StartsWith
36-
AA.AfId |Author affiliation ID |Int64 |Equals
37-
AA.S |Author order for the paper |Int32 |Equals
38-
F.FN |Field of study name |String |Equals,<br/>StartsWith
39-
F.FId |Field of study ID |Int64 |Equals
40-
J.JN |Journal name |String |Equals,<br/>StartsWith
41-
J.JId |Journal ID |Int64 |Equals
42-
C.CN |Conference series name |String |Equals,<br/>StartsWith
43-
C.CId |Conference series ID |Int64 |Equals
44-
RId |Referenced papers' ID |Int64[] |Equals
45-
W |Words from paper title and Abstract |String[] |Equals
46-
E |Extended metadata (see table below) |String |none
47-
48-
23+
Name | Description | Type | Operations
24+
--- | --- | --- | ---
25+
AA.AfId | Author affiliation ID | Int64 | Equals
26+
AA.AfN | Author affiliation name | String | Equals, StartsWith
27+
AA.AuId | Author ID | Int64 | Equals
28+
AA.AuN | Normalized author name | String | Equals, StartsWith
29+
AA.DAuN | Original author name | String | None
30+
AA.DAfN | Original affiliation name | String | None
31+
AA.S | Numeric position in author list | Int32 | Equals
32+
CC | Citation count | Int32 | None
33+
C.CId | Conference series ID | Int64 | Equals
34+
C.CN | Conference series name | String | Equals, StartsWith
35+
D | Date published in YYYY-MM-DD format | Date | Equals, IsBetween
36+
E | Extended metadata (see table below) | String | N/A
37+
ECC | Estimated citation count | Int32 | None
38+
F.DFN | Original field of study name | String | None
39+
F.FId | Field of study ID | Int64 | Equals
40+
F.FN | Normalized field of study name | String | Equals, StartsWith
41+
Id | Paper ID | Int64 | Equals
42+
J.JId | Journal ID | Int64 | Equals
43+
J.JN | Journal name | String | Equals, StartsWith
44+
Pt | Publication type (0:Unknown, 1:Journal article, 2:Patent, 3:Conference paper, 4:Book chapter, 5:Book, 6:Book reference entry, 7:Dataset, 8:Repository | String | Equals
45+
RId | List of referenced paper IDs | Int64[] | Equals
46+
Ti | Normalized title | String | Equals, StartsWith
47+
W | Unique words in title | String[] | Equals
48+
Y | Year published | Int32 | Equals, IsBetween
4949

5050
## Extended Metadata Attributes ##
5151

52-
Name | Description
53-
--------|---------------------------
54-
DN | Display Name of the paper
55-
S | Sources - list of web sources of the paper, sorted by static rank
56-
S.Ty | Source Type (1:HTML, 2:Text, 3:PDF, 4:DOC, 5:PPT, 6:XLS, 7:PS)
57-
S.U | Source URL
58-
VFN | Venue Full Name - full name of the Journal or Conference
59-
VSN | Venue Short Name - short name of the Journal or Conference
60-
V | Volume - journal volume
61-
BV | Journal Name
62-
BT |
63-
PB | Journal Abbreviations
64-
I | Issue - journal issue
65-
FP | FirstPage - first page of paper
66-
LP | LastPage - last page of paper
67-
DOI | Digital Object Identifier
68-
CC | Citation Contexts – List of referenced paper ID’s and the corresponding context in the paper (e.g. [{123:[“brown foxes are known for jumping as referenced in paper 123”, “the lazy dogs are a historical misnomer as shown in paper 123”]})
69-
IA | Inverted Abstract
70-
IA.IndexLength| Number of items in the index (abstract's word count)
71-
IA.InvertedIndex| List of abstract words and their corresponding position in the original abstract (e.g. [{“the”:[0, 15, 30]}, {“brown”:[1]}, {“fox”:[2]}])
52+
Name | Description
53+
--- | ---
54+
BT | BibTex document type ('a':Journal article, 'b':Book, 'c':Book chapter, 'p':Conference paper)
55+
BV | BibTex venue name
56+
CC | Citation Contexts – List of referenced paper ID’s and the corresponding context in the paper (e.g. [{123:[“brown foxes are known for jumping as referenced in paper 123”, “the lazy dogs are a historical misnomer as shown in paper 123”]})
57+
DN | Original paper title
58+
DOI | Digital Object Identifier
59+
FP | First page of paper in publication
60+
I | Publication issue
61+
IA | Inverted Abstract
62+
IA.IndexLength | Number of items in the index (abstract's word count)
63+
IA.InvertedIndex | List of abstract words and their corresponding position in the original abstract (e.g. [{“the”:[0, 15, 30]}, {“brown”:[1]}, {“fox”:[2]}])
64+
LP | Last page of paper in publication
65+
PB | Publisher
66+
S | Sources - list of web sources of the paper, sorted by static rank
67+
S.Ty | Source Type (1:HTML, 2:Text, 3:PDF, 4:DOC, 5:PPT, 6:XLS, 7:PS)
68+
S.U | Source URL
69+
V | Publication volume
70+
VFN | Full name of the Journal or Conference venue
71+
VSN | Short name of the Journal or Conference venue

0 commit comments

Comments
 (0)