> For the complete documentation index, see [llms.txt](https://docs.researchhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.researchhub.com/welcome/the-problem/infrastructural-deficiencies/outdated-format-of-research-outputs.md).

# Outdated format of research outputs

The predominant format for communicating research outputs is the scientific paper. This structure was developed during the scientific revolution and is responsible for bringing the necessary order required for scientists to validate and build upon one another’s findings. The typical of a scientific paper employs the following structure:&#x20;

* **Abstract**: A short summary of the entire paper&#x20;
* **Introduction**: The relevant background required to interpret the paper’s findings&#x20;
* **Methods**: A description of the methodology employed to obtain the results&#x20;
* **Results**: The experimental data discovered during the study represented in figures&#x20;
* **Discussion**: The author’s interpretation of the significance of the results&#x20;

Scientific research has grown in complexity to the point that this format no longer serves its intended purpose. There are estimates that over 50% of studies do not include the methodological detail required for independent replication. With the ever-increasing complexity of research methods and statistical analysis techniques, this is not surprising. Traditional text and pictures will never do the information captured by an f-MRI or genomic sequencing justice.&#x20;

Furthermore, the narrative nature of the scientific paper is severely flawed because it inherently introduces an element of bias. Even the most ethical researcher is unable to avoid the bias inherent to human cognition when presented with the challenge of finding a pattern within large amounts of information. By definition the results section contains hand-picked experiments meant to derive signal from noise to fit a compelling story worthy of publication in a high-impact factor journal.&#x20;

Fortunately, researchers have recognized the need to improve upon the traditional structure of the scientific paper:&#x20;

* In 2015, Dr. Lawrence Rajendran founded ScienceMatters.io, an online, open-access journal for stand-alone observations.&#x20;
* A 2018 pre-print from Hartgerink and van Zelst calls for an “as-you-go” approach to scholarly publishing, where researchers share modular collections of research outputs in a chronological fashion that’s more representative of the research cycle.&#x20;


---

# 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.researchhub.com/welcome/the-problem/infrastructural-deficiencies/outdated-format-of-research-outputs.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.
