Paper Results

Typification of the paper results.

Results of this type are rendered in the paper.html template.

Related topics:


final class searx.result_types.paper.Paper(title: str = '', img_src: str = '', thumbnail: str = '', publishedDate: ~datetime.datetime | None = None, pubdate: str = '', length: ~time.struct_time | None = None, views: str = '', author: str = '', metadata: str = '', priority: ~typing.Literal['', 'high', 'low'] = '', engines: set[str] = <factory>, open_group: bool = False, close_group: bool = False, positions: list[int] = <factory>, score: float = 0, category: str = '', *, content: str = '', url: str | None = None, template: str = 'paper.html', engine: str | None = '', parsed_url: ~urllib.parse.ParseResult | None = None, date_of_publication: ~searx.weather.DateTime | None = None, comments: str = '', tags: list[str] = <factory>, type: str = '', authors: list[str] | set[str] = <factory>, editor: str = '', publisher: str = '', journal: str = '', volume: str | int = '', pages: str = '', number: str = '', doi: str = '', issn: list[str] = <factory>, isbn: list[str] = <factory>, pdf_url: str = '', html_url: str = '')[source]

Bases: MainResult

Result type suitable for displaying scientific papers and other documents.

date_of_publication: DateTime | None

Date the document was published.

comments: str

Free text display in italic below the content.

tags: list[str]

Free tag list.

type: str

Short description of medium type, e.g. book, pdf or html

authors: list[str] | set[str]

List of authors of the work (authors with a “s” suffix, the “author” is in the MainResult.author).

editor: str

Editor of the book/paper.

publisher: str

Name of the publisher.

journal: str

Name of the journal or magazine the article was published in.

volume: str | int

Volume number.

pages: str

Page range where the article is.

number: str

Number of the report or the issue number for a journal article.

doi: str

DOI number (like 10.1038/d41586-018-07848-2).

issn: list[str]

List of ISSN numbers like 1476-4687

isbn: list[str]

List of ISBN numbers like 9780201896831

pdf_url: str

URL to the full article, the PDF version

html_url: str

URL to full article, HTML version