ScienceCitationDownloadURL

GoogleApi.ContentWarehouse.V1.Model.ScienceCitationDownloadURL


Table of Contents ▼

Jump to a specific part of the page:

Description

Download URL mentioned in citation; we keep up to K of them LINT.IfChange

Attributes List

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

View Attributes

Attributes

  1. DownloadDay (type: integer(), default: nil)
    -
  2. LegalMustInclude (type: boolean(), default: nil)
    - e.g., in law_articles.pat
  3. DisplayPriority (type: integer(), default: nil)
    - display preference score
  4. PageCount (type: integer(), default: nil)
    - Number of pages in the pdf2html conversion output. Only set for PDFs. For a partitioned PDF, this is the page count of the entire volume.
  5. LikelyWorldViewable (type: boolean(), default: nil)
    - Likely to be free-to-read for everyone, after accounting for library links etc.
  6. MetadataUrl (type: String.t, default: nil)
    - url of publisher metadata file
  7. NoIndex (type: boolean(), default: nil)
    - metatag: don't display this url
  8. ReferencesInPrevIndex (type: boolean(), default: nil)
    - were references parsed in a previous index
  9. CanonicalUrlfp (type: String.t, default: nil)
    -
  10. NoSnippet (type: boolean(), default: nil)
    - metatag: don't show snippet
  11. BrokenLandingPage (type: boolean(), default: nil)
    - set if we know the landing page is broken
  12. DownloadYear (type: integer(), default: nil)
    - no abbrv
  13. WorldViewable (type: boolean(), default: nil)
    - metatag: is viewable by world
  14. UrlAfterRedirects (type: String.t, default: nil)
    -
  15. ContentChecksum (type: String.t, default: nil)
    - checksum of the page
  16. ExcerptDebugLabel (type: String.t, default: nil)
    - label for excerpt (abstract, summary, ..)
  17. ContentType (type: integer(), default: nil)
    - makes gws display nicer :)
  18. LongChunkCount (type: integer(), default: nil)
    - number of long paragraphs
  19. MustInclude (type: boolean(), default: nil)
    - e.g., in science_articles.pat
  20. FirstDiscovered (type: String.t, default: nil)
    - seconds since the epoch
  21. IndexPriority (type: integer(), default: nil)
    - indexing preference score
  22. HtmlTitle (type: String.t, default: nil)
    - html title of the page
  23. NoArchive (type: boolean(), default: nil)
    - metatag: don't show cached version
  24. DownloadMonth (type: integer(), default: nil)
    - DownloadMonth is a zero-indexed field (0 is January).
  25. CrawlTimestamp (type: String.t, default: nil)
    - seconds since the epoch
  26. LikelyDifferentMetricsVenue (type: boolean(), default: nil)
    - In the context of a given venue in Scholar Metrics, whether this URL likely does not link to the current venue.
  27. UrlStr (type: String.t, default: nil)
    -
  28. HostedStartPage (type: integer(), default: nil)
    -
  29. OutLinkCount (type: integer(), default: nil)
    - number of external URLs (in PDF).
  30. LikelyNoCache (type: boolean(), default: nil)
    - badurls_nocache at indexing time
  31. LikelyLegalJournal (type: boolean(), default: nil)
    - e.g., in legal_journals.pat
  32. Type (type: integer(), default: nil)
    - ArticleType for this particular url
  33. MaybeNoIndexReparse (type: boolean(), default: nil)
    - Incremental only: mark as NoIndexed if this is a reparse and the base version is NoIndexed.
  34. LikelyAheadPrint (type: boolean(), default: nil)
    - Whether this is likely the URL for an ahead print, at indexing time.
  35. InPrevIndex (type: boolean(), default: nil)
    - is url included in a previous index
  36. DisplayOrg (type: String.t, default: nil)
    - publisher display name
  37. WordCount (type: integer(), default: nil)
    - number of words in content/body
  38. OceanView (type: GoogleApi.ContentWarehouse.V1.Model.ScienceOceanView, default: nil)
    - describes whether url is viewable in ocean
  39. DMCANotice (type: String.t, default: nil)
    - metatag: URL; result was taken down
  40. LikelyNoIndex (type: boolean(), default: nil)
    - badurls_noreturngws at indexing time
  41. ExcerptContent (type: String.t, default: nil)
    - first few lines of abstract'ish excerpt
  42. HostedNumPages (type: integer(), default: nil)
    - explicit zero means hosting failed

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ScienceCitationDownloadURL{
BrokenLandingPage: boolean() | nil,
CanonicalUrlfp: String.t() | nil,
ContentChecksum: String.t() | nil,
ContentType: integer() | nil,
CrawlTimestamp: String.t() | nil,
DMCANotice: String.t() | nil,
DisplayOrg: String.t() | nil,
DisplayPriority: integer() | nil,
DownloadDay: integer() | nil,
DownloadMonth: integer() | nil,
DownloadYear: integer() | nil,
ExcerptContent: String.t() | nil,
ExcerptDebugLabel: String.t() | nil,
FirstDiscovered: String.t() | nil,
HostedNumPages: integer() | nil,
HostedStartPage: integer() | nil,
HtmlTitle: String.t() | nil,
InPrevIndex: boolean() | nil,
IndexPriority: integer() | nil,
LegalMustInclude: boolean() | nil,
LikelyAheadPrint: boolean() | nil,
LikelyDifferentMetricsVenue: boolean() | nil,
LikelyLegalJournal: boolean() | nil,
LikelyNoCache: boolean() | nil,
LikelyNoIndex: boolean() | nil,
LikelyWorldViewable: boolean() | nil,
LongChunkCount: integer() | nil,
MaybeNoIndexReparse: boolean() | nil,
MetadataUrl: String.t() | nil,
MustInclude: boolean() | nil,
NoArchive: boolean() | nil,
NoIndex: boolean() | nil,
NoSnippet: boolean() | nil,
OceanView: GoogleApi.ContentWarehouse.V1.Model.ScienceOceanView.t() | nil,
OutLinkCount: integer() | nil,
PageCount: integer() | nil,
ReferencesInPrevIndex: boolean() | nil,
Type: integer() | nil,
UrlAfterRedirects: String.t() | nil,
UrlStr: String.t() | nil,
WordCount: integer() | nil,
WorldViewable: boolean() | nil
}

Function

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

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