ScienceCitationFundingExtractionInfo

AI Overview😉

  • The potential purpose of this module is to extract and analyze information about the funding sources of scientific research or publications, such as grants, institutions, or organizations that supported the research. This helps to provide more context and transparency about the research and its potential biases.
  • This module could impact search results by influencing the ranking of scientific publications or research papers based on the credibility and transparency of their funding sources. For example, research funded by reputable organizations or institutions may be ranked higher than those with unclear or questionable funding sources.
  • To be more favorable for this function, a website may want to ensure that they clearly and transparently disclose the funding sources of their research or publications. This could include providing detailed information about the funding organizations, grants, or institutions that supported the research, as well as making this information easily accessible and machine-readable.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFundingExtractionInfo (google_api_content_warehouse v0.4.0)

Holds information about the source of the funding entry.

Attributes

  • ClearedFunding (type: String.t, default: nil) - Set when we clear all extracted funding from this citation in the parser.
  • DebugFundingTextBlock (type: String.t, default: nil) - Text block context from which the funding entry was extracted. Optionally filled and intended to be used for offline analysis.
  • DocPart (type: String.t, default: nil) -
  • ParseSection (type: String.t, default: nil) -
  • Source (type: String.t, default: nil) -

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationFundingExtractionInfo{
    ClearedFunding: String.t() | nil,
    DebugFundingTextBlock: String.t() | nil,
    DocPart: String.t() | nil,
    ParseSection: String.t() | nil,
    Source: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.