ScienceCitationAuthor

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAuthor


Table of Contents ▼

Jump to a specific part of the page:

Description

author names should be in the order specified in the paper

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. Comment (type: String.t, default: nil)
    -
  2. Department (type: String.t, default: nil)
    - not in bibtex - from paper
  3. Email (type: String.t, default: nil)
    -
  4. 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.
  5. ID (type: list(String.t), default: nil)
    - Author ID. Formatted as idtype:id
  6. Institution (type: String.t, default: nil)
    - not in bibtex - from paper
  7. IsCJKForeignName (type: boolean(), default: nil)
    -
  8. IsCorrespondingAuthor (type: boolean(), default: nil)
    -
  9. LastName (type: String.t, default: nil)
    -
  10. OtherNames (type: String.t, default: nil)
    -
  11. SourceText (type: String.t, default: nil)
    -
  12. 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
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ScienceCitationAuthor