-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
339 lines (303 loc) · 15.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>CMU IS Consulting | Home</title>
<!-- JavaScript -->
<script defer src="src/index.js"></script>
<script defer src="src/overall.js"></script>
<!-- Bootstrap 5.3.2 -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- CSS Stylesheets -->
<link href="static/css/overall.css" rel="stylesheet">
<link href="static/css/index.css" rel="stylesheet">
<style>
@font-face {
font-family: open-sans;
src: url(static/Open-Sans/OpenSans-Light.ttf);
}
body {
font-family: open-sans;
}
</style>
</head>
<body>
<nav id="navbar" class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="https://www.cmu.edu/"><img src="static/images/overall-images/cmulogo.png"
alt="carnegie mellon unversity logo" class="navbar-logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsExample05"
aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample05">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="apply.html">Apply</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item dropdown">
<a id="location-specific" class="nav-link dropdown-toggle" href="courseOverview.html" data-bs-toggle="dropdown"
aria-expanded="false">Courses</a>
<ul class="dropdown-menu">
<li><a id="location-specific" class="dropdown-item" href="courseOverview.html">Courses Overview</a></li>
<li><a class="dropdown-item" href="67-373.html">67-373: IS Consulting Project</a></li>
<li id="not-qatar"><a class="dropdown-item" href="67-240.html">67-240: Mobile Web Sesign and Development</a></li>
<li id="not-qatar"><a class="dropdown-item" href="67-206.html">67-206: IS Community Engagement</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="row row1">
<div class="col">
<a href="https://www.cmu.edu/information-systems/"><img src="static/images/index-images/homepageimg2-2.png"
alt="cmu photo" width="100%"></a>
</div>
</div>
<main id="main-content">
<div class="container">
<div class="row row2">
<div class="col">
<h1>Partnering With CMU IS Student Consultants</h1>
</div>
<div id="quick-access" class="container mx-auto">
<div class="row gx-3 justify-content-center">
<a class="category col-md-4 tinted-image h-md-50 h-lg-75 d-flex align-items-center justify-content-center text-center"
id="quick-access-image1" href="projects.html">
Past Project
</a>
<a class="category col-md-4 tinted-image h-md-50 h-lg-75 d-flex align-items-center justify-content-center text-center"
id="quick-access-image2" href="apply.html">
Become Our Community Partner
</a>
</div>
</div>
</div>
</div>
<div class="info-box-container row row4">
<div class="info-box col">
<p>In the Information Systems Consulting Project Course, small student teams collaborate with community-based
organizations to develop useful information system solutions to meet real management needs. Each project
team proposes, defines, designs and implements a working information system or application with the project
client. Teams act as consultants working 'with' and not 'for' their project clients. At the completion of
the project, each team must provide a sustainable solution that fits the client's objectives, organization
constraints and capabilities.</p>
<p>Organizations interested in designing / redesigning their mobile web applications might consider another
project-based course called “Mobile Web Design and Development.” This course is taught in the Fall semester
and emphasizes design and user-experience with either a web or app interface. In Mobile Web, small student
teams work with partners over 6 weeks to rapidly solidify the project vision and deliver multiple solution
prototypes. The students leverage a user-centered approach to designing wireframes, capturing client
feedback, and implementing the prototype. Through this process, clients gain clarity about the direction and
priorities for their website or app interface. Engagement in this course serves as a great precursory step
for a full-semester Spring engagement in the Information Systems Consulting Project Course.</p>
<p>For information on becoming a community partner for either course, contact Julia Poepping,
Associate Director of Partner Development (<a
href="mailto:jpoeppin@andrew.cmu.edu">jpoeppin@andrew.cmu.edu</a>).</p>
</div>
</div>
<div class="row row5">
<div class="col">
<h1> A Word From Our Past Community Partners</h1>
</div>
</div>
<div class="row row6">
<div class="col">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="3"
aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="static/images/index-images/testimonialbackimg1.jpg" class="d-block w-100 testimonial-back-img"
alt="...">
<div class="carousel-caption background">
<img class="profileimg" src="static/images/index-images/GregVictor.png">
<h4>Greg Victor</h4>
<h5>Founder, CEO of International Free Expression Project</h5>
<p>"The International Free Expression Project has been a CMU Information Systems Community Partner
twice,
and I cannot say enough about the efficiency of the program administration, the quality of the
students,
and the excellence of the work they produced. The first group of students helped us develop a
contact/donor database. The second group worked with us and a startup, Roadies Lab, to create a
unique
online art gallery featuring the work of suppressed and persecuted artists. Both groups were
organized,
dedicated, hardworking, creative and a pleasure to work with."</p>
</div>
</div>
<div class="carousel-item">
<img src="static/images/index-images/testimonialbackimg2.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption background">
<img class="profileimg" src="static/images/index-images/AshleyPriore.png">
<h4>Ashley Lynn Priore</h4>
<h5>Founder, President, CEO of Queen's Gambit</h5>
<p>"The CMU IS Consulting Project connects nonprofit organizations with top-tier IS student
consultants to
deliver high-quality solutions and strategic advising to enhance missions and visions. Through this
program,
my nonprofit organization was able to increase the number of schools we impact by close to 60%
thanks to the
development of software to strengthen our community mapping directory. The student consultants
became a part
of our small but mighty team and continue to impact our work to this day. "</p>
</div>
</div>
<div class="carousel-item">
<img src="static/images/index-images/testimonialbackimg3.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption background">
<img class="profileimg" src="static/images/index-images/ProfM.jpg">
<h4>Sara Moussawi</h4>
<h5>IS Proffessor</h5>
<p>"The course offers a great opportunity for students to develop their skills while benefiting the
society,
particularly as the work involved enriches their learning experience and civic responsibility.
Personally,
it brings me great joy to see my students flourish as young professionals, all while providing
meaningful
community service. "</p>
</div>
</div>
<div class="carousel-item">
<img src="static/images/index-images/testimonialbackimg4.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption background">
<img class="profileimg" src="static/images/index-images/ProfQ.jpg">
<h4>Jeria Quesenberry</h4>
<h5>IS Proffessor</h5>
<p>"67-373 follows a service-learning model, but student teams act as consultants working “with” and
not “for”
their clients. Students do not merely provide technical support or software development. Instead,
they work
in partnership with their clients to solve an organization problem with an IS solution. "</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
<div class="row row7">
<div class="col">
<h1>Frequently Asked Questions</h1>
</div>
</div>
<div class="faq">
<div class="faq-item">
<div class="faq-header">
<span class="arrow">▼</span> <!-- Downward arrow -->
<h3 class="faq-question">Do Students Pick Their Teams?</h3>
</div>
<div class="faq-answer">
<p>No students do not get to pick their teams. Teams are picked out by the professor based on skill level to
make things more fair.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-header">
<span class="arrow">▼</span> <!-- Downward arrow -->
<h3 class="faq-question">What Kind of Project Are You Looking For?</h3>
</div>
<div class="faq-answer">
<p>We are looking for projects that have to do with web design.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-header">
<span class="arrow">▶</span> <!-- Right-pointing arrow for collapsed state -->
<h3 class="faq-question">What Is The Time Commitment?</h3>
</div>
<div class="faq-answer" style="display: none;">
<p>We ask our community partners to dedicate at least 4 hours a week to work with student teams to answer any
questions/give feedback. And at least 1 hour every week for weekly meetings with the team.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-header">
<span class="arrow">▶</span> <!-- Right-pointing arrow for collapsed state -->
<h3 class="faq-question">What Is The Cost?</h3>
</div>
<div class="faq-answer" style="display: none;">
<p>Three strawberry sprinkled donuts.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-header">
<span class="arrow">▶</span> <!-- Right-pointing arrow for collapsed state -->
<h3 class="faq-question">Can I Hire The Students?</h3>
</div>
<div class="faq-answer" style="display: none;">
<p>Answer to question 3.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-header">
<span class="arrow">▶</span> <!-- Right-pointing arrow for collapsed state -->
<h3 class="faq-question">What About Non-Disclousure of Confidential Information</h3>
</div>
<div class="faq-answer" style="display: none;">
<p>Answer to question 4.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-header">
<span class="arrow">▶</span> <!-- Right-pointing arrow for collapsed state -->
<h3 class="faq-question">I Want To Commercialize The Solution, Do I Own the IP?</h3>
</div>
<div class="faq-answer" style="display: none;">
<p>Answer to question 3.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-header">
<span class="arrow">▶</span> <!-- Right-pointing arrow for collapsed state -->
<h3 class="faq-question">What Are My Chances of Getting Picked As A Community Partner?</h3>
</div>
<div class="faq-answer" style="display: none;">
<p>Answer to question 4.</p>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="footer-content">
<p class="info">© Information Systems at Carnegie Mellon University | 5000 Forbes Avenue, Pittsburgh, PA 15213 |
(412) 268-3259</p>
<p class="acknowledgements">Acknowledgements: This website is the outcome of a student project in Mobile Web
Design and Development (67-240) and is maintained by student-led effort. Credits: Website prototyping and
development © Erin Dieringer, Zoe Feng, Arnav Luthra, Abbey Mui, and Pooja Penninti. Website maintenance ©
Stephanie Pang, Samara McCallum, Emmet Mack, Allen Yao, Benjamin Chen, and Chloe Deng. Faculty advisors: Prof.
Sara Moussawi, Prof. Larry Heimann, and Prof. Julia Poepping.</p>
</div>
</footer>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>