Voting helps other researchers find interesting modules.
author names should be in the order specified in the paper
Comment
String.t
nil
Department
Email
GuessOrderType
integer()
ID
list(String.t)
Institution
IsCJKForeignName
boolean()
IsCorrespondingAuthor
LastName
OtherNames
SourceText
Type
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()