Source¶
Sources are where works are hosted. There are several types, including journals, conferences, preprint repositories, and institutional repositories.
Info
For further details about Sources
objects, consult the OpenAlex documentation.
Sources models from OpenAlex API Schema definition.
Source ¶
Bases: DehydratedSource
Where works are hosted.
issn_l
class-attribute
instance-attribute
¶
The ISSN-L identifying this source. The ISSN-L designating a single canonical ISSN for all media versions of the title. It's usually the same as the print ISSN.
issn
class-attribute
instance-attribute
¶
The ISSNs used by this source. An ISSN identifies all continuing resources, irrespective of their medium (print or electronic). More info.
host_organization
class-attribute
instance-attribute
¶
The host organization for this source as an OpenAlex ID. This will be an Institution.id if the source is a repository, and a Publisher.id if the source is a journal, conference, or eBook platform
host_organization_name
class-attribute
instance-attribute
¶
The display_name from the host_organization.
type
instance-attribute
¶
The type of source, which will be one of: journal
, repository
, conference
,
ebook platform
, or book series
.
homepage_url
class-attribute
instance-attribute
¶
The homepage for this source's website.
is_in_doaj
instance-attribute
¶
Whether this is a journal listed in the Directory of Open Access Journals (DOAJ).
summary_stats
instance-attribute
¶
summary_stats: SourceSummaryStats
Citation metrics for this source.
counts_by_year
instance-attribute
¶
counts_by_year: list[SourceYearCount]
works_count and cited_by_count for each of the last ten years, binned by year.
DehydratedSource ¶
Bases: BaseModel
Stripped-down Source Model.
issn_l
class-attribute
instance-attribute
¶
The ISSN-L identifying this source. The ISSN-L designating a single canonical ISSN for all media versions of the title. It's usually the same as the print ISSN.
issn
class-attribute
instance-attribute
¶
The ISSNs used by this source. An ISSN identifies all continuing resources, irrespective of their medium (print or electronic). More info.
is_in_doaj
instance-attribute
¶
Whether this is a journal listed in the Directory of Open Access Journals (DOAJ).
host_organization
class-attribute
instance-attribute
¶
The host organization for this source as an OpenAlex ID. This will be an Institution.id if the source is a repository, and a Publisher.id if the source is a journal, conference, or eBook platform
host_organization_name
class-attribute
instance-attribute
¶
The display_name from the host_organization.
type
instance-attribute
¶
The type of source, which will be one of: journal
, repository
, conference
,
ebook platform
, or book series
.
SourceSummaryStats ¶
Bases: BaseModel
Citation metrics for this Source.
two_yr_mean_citedness
class-attribute
instance-attribute
¶
The 2-year mean citedness for this source. Also known as impact factor.
SourceYearCount ¶
Bases: BaseModel
Summary of published papers and number of citations in a year.