Skip to content

[pyos][docs] "content type" selection appears inaccurate #8

@sneakers-the-rat

Description

@sneakers-the-rat

Part of: pyOpenSci/software-submission#267 (comment)

The documentation (

Working with Different Data Sources
------------------------------------
OneCite routes queries to data sources based on content type:
**For Biomedical Literature**
Add search terms related to medicine, biology, or health::
onecite process medical_refs.txt
This will prioritize PubMed when available.
**For Computer Science**
Add search terms related to CS topics::
onecite process cs_refs.txt
This will prioritize DBLP and arXiv.
**For General Academic Work**
Mixed references will use CrossRef and Semantic Scholar::
onecite process general_refs.txt
) reads:

OneCite routes queries to data sources based on content type:

For Biomedical Literature

Add search terms related to medicine, biology, or health:

onecite process medical_refs.txt

This will prioritize PubMed when available.

For Computer Science

Add search terms related to CS topics:

onecite process cs_refs.txt

This will prioritize DBLP and arXiv.

For General Academic Work

Mixed references will use CrossRef and Semantic Scholar:

onecite process general_refs.txt

This appears to suggest that the filename used when defining input references affects the program operation somehow. However i find no mechanism for that.

The file is read here:

input_content = f.read()

and the filename is never referenced again

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions