> For the complete documentation index, see [llms.txt](https://docs.therisk.global/nexus-paradigm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.therisk.global/nexus-paradigm/overview/forms/nomination/ec-fellow.md).

# EC Fellow

### <mark style="color:purple;">**Eligibility and Qualifications**</mark>

* **Academic Excellence**: Candidates must hold a PhD or equivalent degree in engineering or a closely related field that aligns with the research focus areas of the Global Center for Risk and Innovation (GCRI).
* **Research Experience**: A track record of conducting high-quality, independent research is essential.
* **Alignment with GCRI’s Mission**: Your research proposal should support GCRI’s goals in advancing engineering solutions for risk management, innovation, and related areas.

### <mark style="color:purple;">**Application Process**</mark>

* **Personal and Contact Information**: Provide comprehensive personal details, ensuring all contact information is current.
* **Academic Background**: Describe your highest academic qualification, including your field of study, awarding institution, and year of graduation.
* **Research Proposal**: Outline your proposed research project, specifying objectives, methodology, and anticipated outcomes. Demonstrate how your work will contribute to GCRI’s strategic areas.
* **Curriculum Vitae (CV)**: Attach an up-to-date CV highlighting your publications, research projects, and any other pertinent academic or professional achievements.
* **References**: List at least two referees who can vouch for your research acumen and academic credentials.

### <mark style="color:purple;">**Submission Instructions**</mark>

* **Review the Application Form**: Familiarize yourself with the form to ensure you understand the requirements for each section.
* **Prepare Your Documents**: Assemble all required documents, including your research proposal and CV, and prepare them in the specified format.
* **Complete the Form**: Fill in every part of the application carefully. Recheck your entries to confirm their accuracy and completeness.
* **Attach Required Documents**: Upload the necessary files, including your research proposal, CV, and any other relevant documentation.
* **Submit Your Application**: Finalize your application by clicking the submission button once all sections are completed and documents attached.

### <mark style="color:purple;">**After Submission**</mark>

* **Acknowledgment of Receipt**: You will receive an email confirming that GCRI has received your application.
* **Review Process**: The GCRI selection committee will thoroughly review your application, focusing on the merits of your research proposal and your fit for the fellowship.
* **Notification of Outcome**: All applicants will be informed about the outcome. Successful candidates will be provided with further details on the next steps.

### <mark style="color:purple;">Submission Form</mark> 👇

{% embed url="<https://docs.google.com/forms/d/e/1FAIpQLSe8lhMc6pb8y8yHT8kwMAR4A-8EK8ISmLB1ufsWulRNGeSehw/viewform?usp=sharing>" %}


---

# 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.therisk.global/nexus-paradigm/overview/forms/nomination/ec-fellow.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.
