ScienceCitationFunding

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFunding


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. Agency (type: integer(), default: nil)
    - values are from FundingAgency enum
  2. AgencyName (type: String.t, default: nil)
    - Text name of the agency. For analysis. Plus for agencies that don't have an enum.
  3. DebugExtractionInfo (type: list(GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFundingExtractionInfo), default: nil)
    - Funding entries for the same agency and grant number can be merged during our extraction process so we maintain a record of all the deduped ExtractionInfo messages within the remaining entry.
  4. DebugFundingTextBlock (type: String.t, default: nil)
    - Text block from which the funding entry was extracted. Intended to be used for offline analysis. DEPRECATED
  5. GrantNumber (type: String.t, default: nil)
    -
  6. Recipient (type: String.t, default: nil)
    - funding recipient
  7. SourceText (type: String.t, default: nil)
    - Original text for the funding acknowledgement
  8. UrlBasedFundingSource (type: boolean(), default: nil)
    - Whether this funding info was added because this article was at the exclusive repository for this agency.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFunding{
Agency: integer() | nil,
AgencyName: String.t() | nil,
DebugExtractionInfo: [ GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFundingExtractionInfo.t() ] | nil,
DebugFundingTextBlock: String.t() | nil,
GrantNumber: String.t() | nil,
Recipient: String.t() | nil,
SourceText: String.t() | nil,
UrlBasedFundingSource: boolean() | nil
}

Function

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

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