> 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/barriers-to-participation.md).

# Barriers to participation

Making meaningful contributions to a field of research is difficult and requires extensive training. The scientific community has adopted a meritocracy of academic credentials to ensure that the limited financial and educational resources earmarked for research are distributed to members of the scientific community who have the expertise to effectively utilize them. This academic hierarchy serves a necessary role that helps maintain a productive research ecosystem. Unfortunately, like most social hierarchies it also marginalizes certain socioeconomic groups and puts restrictions on who can learn from and participate in the scientific community. It results in:&#x20;

* **Reduced Diversity of Thought**: The demographics of advanced degree holders in STEM does not accurately mirror the global population. In addition, by requiring formal academic training, STEM research makes it difficult for experts in professions outside of academia to contribute to scientific discussion. For example, It is not hard to imagine how a life-long farmer without academic credentials could contribute to advances in the field of botany if given the opportunity and incentive.&#x20;
* **Reduced Size of the Scientific Community**: For many, the decade of formal training required to receive an advanced STEM degree and participate in research is not an option. Science should follow in the footsteps of the open-source code community and leverage the internet to provide an avenue for anyone to teach themselves the minimum required skills to contribute.&#x20;

While the academic-hierarchy of research science serves an important purpose, it ultimately holds the community back from reaching its full potential by leaving sources of potential creativity and contribution untapped. Modern technology has made the academic hierarchy redundant, and it is time the research community adopt a more inclusive meritocracy to govern scientific expertise.&#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/barriers-to-participation.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.
