Skip to content

Commit

Permalink
Merge branch 'rawan-events'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawan-Abdellatif committed Jul 22, 2024
2 parents 9e8244f + 439ac6a commit 1c8672a
Showing 1 changed file with 40 additions and 11 deletions.
51 changes: 40 additions & 11 deletions src/pages/geminai.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ import GEMinAI_Launch_Event170 from "./GEMinAI_Launch_Event170.jpg";
import GEMinAI_Launch_Event176 from "./GEMinAI_Launch_Event176.jpg";
import GEMinAI_Launch_Event179 from "./GEMinAI_Launch_Event179.jpg";
import GEMinAI_Launch_Event191 from "./GEMinAI_Launch_Event191.jpg";
import styles from "./index.module.css";
import Link from "@docusaurus/Link";

export const InstitutionList = [
{
// title: "Participating Universities",
members: [
{
name: "SE4AI",
log: require("../../logos/se4ai.png").default,
log: require("../../logos/se4ai_news.png").default,
url: "https://se4ai.org/",
},
{
Expand All @@ -32,8 +34,12 @@ export const InstitutionList = [
]}]
const GEMinAIProgramPage = () => {
return (
<Layout title="GEMinAI Program" description="The project's GEMinAI Program.">
<PageHeader title="GEMinAI Program" />
<Layout title="2024-25 GEMinAI Program - Applications Now Open " description="The project's GEMinAI Program.">

<PageHeader title="2024-25 GEMinAI Program - Applications Now Open">

</PageHeader>

<main style={{
// border: '2px solid red',
// maxWidth: '950px',
Expand All @@ -50,12 +56,34 @@ const GEMinAIProgramPage = () => {


<p>
The <strong>GEMinAI (Gender Equity Mentoring in AI)</strong> Program addresses gender inequity within artificial intelligence fields, where women make up only 25% of AI specialists (World Economic Forum, 2021). <strong>GEMinAI</strong> aims to narrow this gap by connecting women and gender non-conforming undergraduate and graduate students with AI industry professionals for support, encouragement, and assistance along their career journey.
</p>
<p>
Mentors and mentees commit to at least 4 one-hour sessions across 2 semesters (2 in Fall and 2 in Winter) with a recommended 6 sessions. Meetings can be in person at the mentor’s workplace, a nearby location, or virtually based on mutual agreement and convenience.
</p>
Together with the Applied AI institute at Concordia, we are excited to announce the launch of our recruitment campaign for the next cohort of the
<strong> Gender Equity Mentoring in AI (GEMinAI)</strong> Program. </p>
<p>
If you are a professional working in the field of AI, please consider mentoring a student for 6 months during the 2024-25 academic year. For more information and to apply, please complete the </p>
<p><strong>Mentor Application Form</strong> here:</p>

{/* <p><a href="https://airtable.com/appRSDpicOuCifPPL/pag5pFp28pzutcEh1/form">https://airtable.com/appRSDpicOuCifPPL/pag5pFp28pzutcEh1/form </a></p> */}
<p className={styles.buttons}>
<Link className="button button--primary button--lg" to="https://airtable.com/appRSDpicOuCifPPL/pag5pFp28pzutcEh1/form">
Apply Now
</Link>
</p>
<p>Mentees must be currently enrolled as Concordia undergraduate or graduate students and identify as a woman or non-binary person. CREATE SE4AI trainees from all institutions are eligible to join. To apply, please complete the
<strong> Mentee Application Form</strong> here:</p>
{/* <p><a href="https://airtable.com/appRSDpicOuCifPPL/pagQHgB1Re4kX97DA/form">https://airtable.com/appRSDpicOuCifPPL/pagQHgB1Re4kX97DA/form</a></p> */}
<p className={styles.buttons}>
<Link className="button button--primary button--lg" to="https://airtable.com/appRSDpicOuCifPPL/pagQHgB1Re4kX97DA/form">
Apply Now
</Link>
</p>




{/* <p>
Read more about <strong>GEMinAI</strong> <a href="https://www.concordia.ca/news/stories/2023/11/28/new-concordia-mentoring-project-geminai-addresses-gender-inequity-in-artificial-intelligence.html?c=/research/applied-ai-institute">here</a>.
</p>
<p>
Expand All @@ -73,7 +101,7 @@ const GEMinAIProgramPage = () => {
<br />
Mitali Ruths, Applied AI Institute <a href="mailto:[email protected]">[email protected]</a>.
</p>

*/}


</div >
Expand All @@ -93,8 +121,9 @@ const GEMinAIProgramPage = () => {
}}
/> */}
{/* <Institutions src={AIinstitute} alt="AI Institute" className="AI" /> */}
<main>
<Institutions list={InstitutionList} /></main>
{/* <main>
<Institutions list={InstitutionList} />
</main> */}
</main>
{/* </div> */}
</Layout>
Expand Down

0 comments on commit 1c8672a

Please sign in to comment.