> For the complete documentation index, see [llms.txt](https://docs.cmnpd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cmnpd.org/acknowledgments.md).

# Acknowledgments

## Funding

#### This project was supported by grants from the following funding:

* National Major Scientific and Technological Special Project for "Significant New Drugs Development" (No. 2018ZX09735001-003)
* National Key Technology R\&D Program "New Drug Innovation" of China (No. 2019YFC1708902)
* National Major Scientific and Technological Special Project for "Significant New Drugs Development" (No. 2019ZX09201005-001-002)

## Public Resources

CMNPD cites data from the following public resources:&#x20;

* [ChEMBL](https://www.ebi.ac.uk/chembl/)
* [PubChem](https://pubchem.ncbi.nlm.nih.gov/)
* [DrugBank](https://www.drugbank.ca/)
* [SpectraBase](https://spectrabase.com/)
* [Catalogue of Life (CoL)](https://www.catalogueoflife.org/)&#x20;
* [World Register of Marine Species (WoRMS)](http://www.marinespecies.org/)
* [Integrated Taxonomic Information System (ITIS)](https://www.itis.gov/)
* [Index Fungorum](http://www.indexfungorum.org/)
* [Universal Protein Resource (UniProt)](https://www.uniprot.org/)
* [Protein Data Bank in Europe (PDBe)](https://www.ebi.ac.uk/pdbe/)
* [Gene Ontology Annotation (GOA) resource](https://www.ebi.ac.uk/QuickGO/)
* [Therapeutic Target Database (TTD)](http://db.idrblab.net/ttd/)
* [Open Targets Platform](https://www.targetvalidation.org/)
* [Cell Line Ontology (CLO)](http://www.clo-ontology.org/)
* [Cell Ontology (CL)](http://www.ontobee.org/ontology/cl)
* [Experimental Factor Ontology (EFO)](https://www.ebi.ac.uk/efo/)
* [Cellosaurus](https://web.expasy.org/cellosaurus/)
* [Library of Integrated Network-based Cellular Signatures (LINCS) NIH program](http://www.lincsproject.org/)

## Open Source Project

This website is modelled on the[ New Web Interface of ChEMBL](https://www.ebi.ac.uk/chembl). We sincerely thank the ChEMBL group for providing open source resources on [GitHub](https://github.com/chembl).


---

# 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.cmnpd.org/acknowledgments.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.
