@@ -7,7 +7,7 @@ import GEMinAI_Launch_Event179 from "./GEMinAI_Launch_Event179.jpg";
7
7
import GEMinAI_Launch_Event191 from "./GEMinAI_Launch_Event191.jpg" ;
8
8
import group from "./group.jpg" ;
9
9
import { Institutions } from "../components/Institutions" ;
10
-
10
+ // import styles from "../css/custom.css"
11
11
import IMG_3070 from "./IMG_3070.jpg" ;
12
12
13
13
import styles from "./index.module.css" ;
@@ -48,12 +48,13 @@ export const InstitutionList = [
48
48
members : [
49
49
{
50
50
name : "SE4AI" ,
51
- log : require ( "../../logos/Create .png" ) . default ,
51
+ log : require ( "../../logos/creat2 .png" ) . default ,
52
52
url : "https://se4ai.org/" ,
53
+
53
54
} ,
54
55
{
55
56
name : "GEMinA" ,
56
- log : require ( "../../logos/GEMin .png" ) . default ,
57
+ log : require ( "../../logos/GEMinAIprogramm .png" ) . default ,
57
58
url : "https://www.concordia.ca/research/applied-ai-institute/initiatives/geminai.html" ,
58
59
} ,
59
60
{
@@ -65,39 +66,76 @@ export const InstitutionList = [
65
66
66
67
67
68
] } ]
68
- const GEMinAIProgramPage = ( ) => {
69
+ const GEMinAIProgramPage = ( ) => {
69
70
return (
70
71
< Layout title = "2024-25 GEMinAI Program - Applications Now Open " description = "The project's GEMinAI Program." >
71
72
72
- < PageHeader title = "2024-25 GEMinAI Program - Applications Now Open" >
73
+ < PageHeader title = " GEMinAI Program " / >
73
74
74
- </ PageHeader >
75
+ < main >
76
+ < section >
75
77
76
- < main className = "container" >
77
- < div className = "col col--12" >
78
- < img src = { IMG_3070 } alt = "IMG_3070" class = "spaced-image" width = "250" />
79
- < img src = { GEMinAI_Launch_Event176 } alt = "GEMinAI_Launch_Event176" class = "spaced-image" width = "280" />
80
- < img src = { group } alt = "group" class = "spaced-image" width = "250" />
81
- < img src = { GEMinAI_Launch_Event179 } alt = "GEMinAI_Launch_Event179" class = "spaced-image" width = "280" />
78
+ < div className = 'container' >
79
+ < div class = "row margin-bottom--lg" >
80
+
81
+ < h2 class = "col col--12 section" > Applications Now Open </ h2 >
82
82
83
83
84
84
85
- < p >
86
- 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
87
- < strong > Gender Equity Mentoring in AI (GEMinAI)</ strong > Program. </ p >
88
- < p >
85
+ < p className = 'GEMI2' >
86
+ Together with the Applied AI institute at Concordia,
87
+ we are excited to announce the launch of our recruitment
88
+ campaign for the next cohort of the
89
+ < strong > Gender Equity Mentoring in AI (GEMinAI) </ strong > Program.
90
+ The GEMinAI (Gender Equity Mentoring in AI) Program seeks to address gender
91
+ inequity within artificial intelligence fields, where women make up only 25% of
92
+ AI specialists (World Economic Forum, 2021). GEMinAI aims to narrow this gap by
93
+ connecting women and gender non-conforming undergraduate and graduate students with like-minded
94
+ AI professionals for support, encouragement, and assistance along their career journey.</ p >
95
+
96
+ { /* <div className="card__image"> */ }
97
+ < div class = "col col--4 margin-bottom--lg member_src-components-TeamMembers-module memberLarge_src-components-TeamMembers-module" > < div class = "card" > < div class = "card__image" >
98
+ < img src = { group } alt = "group" />
99
+ </ div > </ div > </ div >
100
+ < div class = "col col--4 margin-bottom--lg member_src-components-TeamMembers-module memberLarge_src-components-TeamMembers-module" > < div class = "card" > < div class = "card__image" >
101
+ { /* <img src={GEMinAI_Launch_Event176} alt="GEMinAI_Launch_Event176" height="300" /> */ }
102
+ < img src = { GEMinAI_Launch_Event179 } alt = "GEMinAI_Launch_Event179" height = "300" />
103
+
104
+
105
+ </ div > </ div > </ div >
106
+ < div class = "col col--4 margin-bottom--lg member_src-components-TeamMembers-module memberLarge_src-components-TeamMembers-module" > < div class = "card" > < div class = "card__image" >
107
+ < img src = { IMG_3070 } alt = "IMG_3070" />
108
+ </ div > </ div > </ div >
109
+ { /* <div class="col col--3 margin-bottom--lg member_src-components-TeamMembers-module memberLarge_src-components-TeamMembers-module"><div class="card"><div class="card__image">
110
+
111
+ <img src={GEMinAI_Launch_Event179} alt="GEMinAI_Launch_Event179" height="217" />
112
+ </div></div> */ }
113
+ { /* </div> */ }
114
+
115
+
116
+ </ div >
117
+ </ div >
118
+ < div className = 'container' >
119
+
120
+ < div class = "space" >
121
+ < h2 class = "col col--12 section" > Mentor Application </ h2 >
122
+
123
+ < p className = 'GEMI2' >
89
124
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
90
- < strong > Mentor Application Form</ strong > here:</ p >
91
-
92
- { /* <p><a href="https://airtable.com/appRSDpicOuCifPPL/pag5pFp28pzutcEh1/form">https://airtable.com/appRSDpicOuCifPPL/pag5pFp28pzutcEh1/form </a></p> */ }
125
+ Mentor Application Form here:
126
+ </ p >
93
127
< p className = { styles . buttons } >
94
128
< Link className = "button button--primary button--lg" to = "https://airtable.com/appRSDpicOuCifPPL/pag5pFp28pzutcEh1/form" >
95
129
Apply Now
96
130
</ Link >
97
- </ p >
98
- < 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
99
- < strong > Mentee Application Form</ strong > here:</ p >
100
- { /* <p><a href="https://airtable.com/appRSDpicOuCifPPL/pagQHgB1Re4kX97DA/form">https://airtable.com/appRSDpicOuCifPPL/pagQHgB1Re4kX97DA/form</a></p> */ }
131
+ </ p > </ div >
132
+
133
+
134
+ < h2 class = "col col--12 section" > Mentee Application </ h2 >
135
+
136
+ < p className = 'GEMI2' >
137
+ 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
138
+ Mentee Application Form here:</ p >
101
139
< p className = { styles . buttons } >
102
140
< Link className = "button button--primary button--lg" to = "https://airtable.com/appRSDpicOuCifPPL/pagQHgB1Re4kX97DA/form" >
103
141
Apply Now
@@ -107,31 +145,18 @@ const GEMinAIProgramPage = () => {
107
145
108
146
109
147
110
- </ div >
148
+ </ div >
111
149
150
+ < div class = "row margin-bottom--lg" >
151
+ </ div >
112
152
113
- { /* <div className="Group"> */ }
114
-
115
- { /* <img
116
- src={GEMinA}
117
- alt="GEMinAI"
118
- className="GEMinAI"
119
- style={{
120
- backgroundColor: 'white',
121
- width: '33.3%',
122
- marginTop:'5px',
123
- marginBottom:'10px',
124
- }}
125
- /> */ }
126
- { /* <Institutions src={AIinstitute} alt="AI Institute" className="AI" /> */ }
127
- < main className = "geminAI-prtner" >
153
+ { /* <main className="geminAI-prtner">
128
154
<Institutions list={InstitutionList} />
129
- </ main >
155
+ </main> */ }
156
+ </ section >
130
157
</ main >
131
- { /* </div> */ }
132
158
</ Layout >
133
159
) ;
134
160
} ;
135
161
136
- export default GEMinAIProgramPage ;
137
-
162
+ export default GEMinAIProgramPage ;
0 commit comments