> For the complete documentation index, see [llms.txt](https://docs.desci.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.desci.com/find-help/faq/nodes-and-journals.md).

# Nodes and Journals

### Do Nodes have an impact factor?

<details>

<summary>No. Nodes are infrastructure, not a scientific journal.</summary>

Authors can use Nodes as a repository and archival solution for their research and publish their manuscripts in the scientific journals that are most relevant for them.&#x20;

</details>

### Which journals allow posting of preprints and research materials prior to submission?

<details>

<summary>Most scientific journals will consider manuscripts that were posted on Nodes or preprint servers or open repositories prior to submission.</summary>

A list of journal policies can be found on [Wikipedia](https://en.wikipedia.org/wiki/List_of_academic_journals_by_preprint_policy), as maintained by individual publishers, and [SHERPA/RoMEO](http://www.sherpa.ac.uk/romeo/journalbrowse.php?la=en\&fIDnum=%7C\&mode=simple). Authors should consult these lists and other sources of information before posting on Nodes.&#x20;

</details>

### Can the content contained in my Nodes also be posted elsewhere?

<details>

<summary>Yes, provided that the licensing agreements of the places you previously posted or published your content on (or plan to do so) allow this.</summary>

The responsibility for the shared content lies entirely with the authors. Please see our Terms of Service for additional information.

</details>

### Can I post an article on Nodes that I have submitted to a journal?

<details>

<summary>Yes. The only thing to note is whether posting your work on an open-state repository like Nodes is accepted by the respective publisher.</summary>

Certain journals require you to inform the editor about this. A list of journal policies can be found on [Wikipedia](https://en.wikipedia.org/wiki/List_of_academic_journals_by_preprint_policy), as maintained by individual publishers, and [SHERPA/RoMEO](http://www.sherpa.ac.uk/romeo/journalbrowse.php?la=en\&fIDnum=%7C\&mode=simple). Make sure to check first. The responsibility for the shared content lies entirely with the authors. Please see our Terms of Service for additional information.

</details>

### How can my materials on Nodes be linked to the journal version when it is published?

<details>

<summary>We are working on this.</summary>

In the near future, content from a Node can be linked to the published version of the manuscript via the Node’s PID embedded into the PDF version of the manuscript and the publisher’s HTML, provided the publisher agrees. Authors can already post the [green open access](https://en.wikipedia.org/wiki/Open_access) version of their manuscript on Nodes, which will be linked to the publisher’s server via its DOI.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.desci.com/find-help/faq/nodes-and-journals.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
