GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAuthor
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
author names should be in the order specified in the paper
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
Comment
(type:String.t
, default:nil
)
- -
Department
(type:String.t
, default:nil
)
- not in bibtex - from paper -
Email
(type:String.t
, default:nil
)
- -
GuessOrderType
(type:integer()
, default:nil
)
- Tracks the GuessNameOrder case used to parse this author name, defaults to 0 simply means that GuessNameOrder wasn't used. -
ID
(type:list(String.t)
, default:nil
)
- Author ID. Formatted as idtype:id -
Institution
(type:String.t
, default:nil
)
- not in bibtex - from paper -
IsCJKForeignName
(type:boolean()
, default:nil
)
- -
IsCorrespondingAuthor
(type:boolean()
, default:nil
)
- -
LastName
(type:String.t
, default:nil
)
- -
OtherNames
(type:String.t
, default:nil
)
- -
SourceText
(type:String.t
, default:nil
)
- -
Type
(type:integer()
, default:nil
)
- Type is one of the contributors types. Writers are the default.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAuthor{
Comment: String.t() | nil,
Department: String.t() | nil,
Email: String.t() | nil,
GuessOrderType: integer() | nil,
ID: [String.t()] | nil,
Institution: String.t() | nil,
IsCJKForeignName: boolean() | nil,
IsCorrespondingAuthor: boolean() | nil,
LastName: String.t() | nil,
OtherNames: String.t() | nil,
SourceText: String.t() | nil,
Type: integer() | nil
}
Comment: String.t() | nil,
Department: String.t() | nil,
Email: String.t() | nil,
GuessOrderType: integer() | nil,
ID: [String.t()] | nil,
Institution: String.t() | nil,
IsCJKForeignName: boolean() | nil,
IsCorrespondingAuthor: boolean() | nil,
LastName: String.t() | nil,
OtherNames: String.t() | nil,
SourceText: String.t() | nil,
Type: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAuthor