> For the complete documentation index, see [llms.txt](https://farran.gitbook.io/personal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://farran.gitbook.io/personal/portfolio/science-research.md).

# Science research

## Future research projects

I have a number of upcoming research projects that are in the planning phase.

These include:

* effects of sonic standing waves plant growth
* bioengineering plants for resilience to extreme climate changes
* bioengineering plants to make them more proactive in biome maintenance

You can read more about our research project plans here:

{% content-ref url="/spaces/nCGaI48cwt6GU0yMEDkK/pages/Z6QE5b9g19NildM762k7" %}
[Status of research projects](https://scnc.gitbook.io/science/research-plans/status-of-research-projects)
{% endcontent-ref %}

***

## Past research projects

You can access my past scientific research works for free:

{% content-ref url="/spaces/D4QXEa8gwRRM9JUCdSVA/pages/M3lsxNgkr9d6aH0GMCHh" %}
[The Genetics of Asthma (2023)](https://scnc.gitbook.io/science/farrans-science-works/asthma-genetics/the-genetics-of-asthma-2023)
{% endcontent-ref %}

{% content-ref url="/spaces/D4QXEa8gwRRM9JUCdSVA/pages/Cy0MKvE9q2YJ7kdof28T" %}
[Regenerating Urban Habitat for Biodiversity & Sequestering Carbon (2022)](https://scnc.gitbook.io/science/farrans-science-works/urban-biodiversity/regenerating-urban-habitat-for-biodiversity-and-sequestering-carbon-2022)
{% endcontent-ref %}

And the main page, in case I haven't updated this website recently:

{% content-ref url="/spaces/D4QXEa8gwRRM9JUCdSVA/pages/LwU4UL2yX5X2yOTyrIX1" %}
[My Scientific Works](https://scnc.gitbook.io/science/farrans-science-works)
{% endcontent-ref %}


---

# 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://farran.gitbook.io/personal/portfolio/science-research.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.
