-
Notifications
You must be signed in to change notification settings - Fork 0
/
hire.html
580 lines (482 loc) · 31.9 KB
/
hire.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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Add CSS -->
<link rel="stylesheet" href="index.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Raleway:wght@400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- UConn Banner -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/uconn/[email protected]/banner.css">
<!-- AOS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/michalsnik/[email protected]/dist/aos.css">
<title>Mobile Apps, Web Apps,
UX Design at UConn | UConn Digital Experience Group</title>
</head>
<body>
<div id="uconn-banner">
<div id="uconn-header-container">
<div class="row-container">
<div class="row-fluid">
<div id="home-link-container">
<a id="home-link" href="https://uconn.edu/">
<span id="wordmark" aria-hidden="true">UConn</span>
<span id="university-of-connecticut" style="text-transform: uppercase;">
University of Connecticut
</span>
</a>
</div>
</div>
</div>
</div>
</div>
<nav class="upper-nav">
<div class="container">
<a class="parent-title" href="https://core.uconn.edu/news">Center For Open Research Resources and Equipment</a>
</div>
</nav>
<nav class="navbar navbar-expand-lg navbar-light shift">
<div class="container">
<a class="navbar-brand" href="index.html">Digital Experience Group</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html#cap">Capabilities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#fees">Fees</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#team">Our Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hire.html">Join</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="alert alert-info">
<div class="container">
<h3>Note</h3>
<p>
We are a group of student developers, designers, content specialists, and illustrators, dedicated to cultivating a relationship between the sciences and the arts at UConn. As a part of the Center for Open Research Resources and Equipment (COR²E), the DXG provides the UConn research community with access to high quality app development, web design, UI/UX design, and other technology and design services.
</p>
<p>
At the UConn Digital Experience Group, we're all about designing products that work for a wide variety of users. Topics of accessibility, universal design, and inclusion are critical to the creation of effective digital experiences. This means that our success depends on the combined perspective of team members from all backgrounds, worldviews and identities; it makes our work stronger. We intend to keep this core value at the forefront of our recruiting process.
</p>
</div>
</div>
<section class="job-header container-fluid">
<div class="container">
<div class="grid-container">
<div class="job-cell">
<h2>
Student Web Developer
</h2>
<br>
<p><strong>Search #:</strong> 14159</p>
<p><strong>About:</strong> Digital Experience Group is seeking experienced, talented, and highly motivated Student Web Developers. Our team builds interactive web applications to promote and support the growth of research at UConn. We are fast-moving and committed to a culture of open communication and collaboration. We strive to use the best tools for the job, and we have no hesitation to experiment with new and exciting technologies (e.g., ES6, Vue, React, Jest, Docker, etc.). Required skills include but are not limited to:
<ul>
<li>Proficiency in HTML and CSS</li>
<li>Proficiency in at least one programming language: JavaScript, Python, PHP, Ruby, Java, Go, C/C#/C++ (code samples will be expected) </li>
<li>Intuition with finding bugs and narrowing down problems using debugging tools. </li>
</ul></p>
<p><strong>Rate:</strong> $18.50/hr</p>
<p><strong>Hours:</strong> 10-15 per week</p>
<a href="https://studentjobs.uconn.edu" target="_blank"><button type="button" class="btn btn-primary">Apply Now</button></a>
<a href="#student-web-developer"><button type="button" class="btn btn-primary">Full Job Description</button></a>
</div>
<div class="job-cell">
<h2>
Student UI/UX Designer
</h2>
<br>
<p><strong>Search #:</strong> 14161</p>
<p><strong>About:</strong> The Digital Experience Group is seeking experienced, talented, and highly motivated graphic, web, and/or UX designers to join our team. In this role, you would work as a graphic artist using both physical and digital mediums to design websites, interfaces, print media, and more. This is an excellent opportunity for any DMD student wishing to gain significant professional and portfolio-building experience. Required skills include but are not limited to:
<ul>
<li>A strong understanding of typography (hierarchy, composition), spatial composition, and color. </li>
<li>Experience with and interest in designing for the web and screens. </li>
<li>Proficiency/familiarity with industry-standard programs (Illustrator, Sketch) and willingness to learn new tools/adapt to team's toolset and workflow. </li>
</ul></p>
<p><strong>Rate:</strong> $17.50/hr</p>
<p><strong>Hours:</strong> 10-15 per week</p>
<a href="https://studentjobs.uconn.edu" target="_blank"><button type="button" class="btn btn-primary">Apply Now</button></a>
<a href="#student-web-designer"><button type="button" class="btn btn-primary">Full Job Description</button></a>
</div>
<div class="job-cell">
<h2>
Student illustrator
</h2>
<br>
<p><strong>Search #:</strong> 14162</p>
<p><strong>About:</strong>The Digital Experience Group is seeking experienced, talented, and highly motivated illustrators to join our team. In this role, you would work with University faculty, creating cover artwork for publication in professional research journals. Topics span over a variety of scientific disciplines. This is an excellent opportunity for any Fine Arts student wishing to gain significant professional and portfolio-building experience in the field of scientific illustration. Required skills include but are not limited to:
<ul>
<li>Exceptional drawing abilities (evidenced by a portfolio). </li>
<li>The ability to create communicative sketches, color schemes, and ideas to relay to clients. </li>
<li>Proficiency in industry-standard programs (Illustrator and Photoshop), and willingness to learn and expand ones toolkit. </li>
</ul></p>
<p><strong>Rate:</strong> $17.50/hr</p>
<p><strong>Hours:</strong> 10 per week</p>
<a href="https://studentjobs.uconn.edu" target="_blank"><button type="button" class="btn btn-primary">Apply Now</button></a>
<a href="#student-illustrator"><button type="button" class="btn btn-primary">Full Job Description</button></a>
</div>
<div class="job-cell">
<h2>
Student Project Manager
</h2>
<br>
<p><strong>Search #:</strong> 14163</p>
<p><strong>About:</strong> The Digital Experience Group is seeking an experienced, talented, and highly motivated communications coordinator to join our team. In this role, you would create written content and oversee creative communications projects. This position requires a combination of skills from writing content for flyers and social media posts, to working with our creative team to complete marketing projects such as websites, social media, posters, handouts, etc.
<ul>
<li>Excellent writing ability. </li>
<li>Experience in creating/maintaining/growing a social media presence (Twitter, Instagram)</li>
<li>Desire to take part in projects that have broad ranging impacts on the UConn community.</li>
</ul></p>
<p><strong>Rate:</strong> $17.50/hr</p>
<p><strong>Hours:</strong> 10 per week</p>
<a href="https://studentjobs.uconn.edu" target="_blank"><button type="button" class="btn btn-primary">Apply Now</button></a>
<a href="#student-manager"><button type="button" class="btn btn-primary">Full Job Description</button></a>
</div>
</div>
</div>
</section>
<div class="job-title" id="student-web-developer">
<div class="container">
<h2>Student Web Developer</h2>
<p><strong>Search #:</strong> 14159
<br>
<strong>Wage:</strong> $18.50/hr
<br>
<strong>Hours:</strong> 10-15hrs/week
<br>
<strong>Location:</strong> Storrs Campus
</p>
</div>
</div>
<section class="container job-body">
<div class="job-sec">
<h3>Job Description</h3>
<hr id="purple">
<p>
The <a href="index.html">The Digital Experience Group</a> within the <a href="https://core.uconn.edu" target="_blank">Center for Open Research Resources and Equipment (COR²E)</a> is seeking experienced, talented, and highly motivated Student Web Developers. Our team builds interactive web applications to promote and support the growth of research at UConn. We are fast-moving and committed to a culture of open communication and collaboration. We believe in continual improvement and embrace the fact that change is constant and inevitable. We strive to use the best tools for the job, and we have no hesitation to experiment with new and exciting technologies (e.g., ES6, Vue, React, Jest, Docker, etc.).
</p>
<p>
This is an excellent opportunity for any qualified undergraduate student wishing to gain significant experience in the ever-growing and constantly changing fields of software engineering and web development. In addition to applying through the student employment website, please be prepared to share CV, GitHub profile, samples of work, and code samples. Because we have multiple openings, we encourage students with any combination of the below-mentioned skills to apply!
</p>
</div>
<div class="job-sec">
<h3>Required Qualifications</h3>
<hr id="purple">
<ul>
<li>
Proficiency in HTML and CSS
</li>
<li>
Proficiency in at least one programming language: JavaScript, Python, PHP, Ruby, Java, Go, C/C#/C++ (code samples will be expected)
</li>
<li>
Intuition with finding bugs and narrowing down problems using debugging tools
</li>
<li>
Strives to write code that is readable, maintainable, and well documented
</li>
<li>
Ability and willingness to learn new programming languages/frameworks on the job
</li>
<li>
Good written communication skills (e.g., communicating via GitHub issues, Slack chat, etc.)
</li>
<li>
Has ability to recognize areas of improvement in source code and refactor appropriate parts
</li>
</ul>
</div>
<div class="job-sec">
<h3>Preferred Qualifications</h3>
<hr id="purple">
<ul>
<li>
Comfortable working in a command-line UNIX/Linux base environment
</li>
<li>
Experience using a version control system on a team
</li>
<li>
Experience with an MVC framework (Rails, Laravel, Django, etc.)
</li>
<li>
Experience using JS frameworks (Angular, React, etc.)
</li>
<li>
Experience with the University’s Aurora content management platform
</li>
<li>
An eye for aesthetics and creative visualizations as evidenced by previous web designs (sample work will be expected)
</li>
</ul>
</div>
<div class="job-sec">
<h3>Desired Qualifications</h3>
<hr id="purple">
<p>
The below skills are a bonus for an applicant. Web developers that have been with us for a while acquire these while working on our team
</p>
<ul>
<li>
Experience developing/maintaining Single Page Applications (SPA)
</li>
<li>
Experience with software testing methods (unit testing, integration testing, etc.) and frameworks (Jest, Mocha, etc.)
</li>
<li>
Knowledge of common web security vulnerabilities such as CSRF, XSS, and SQL injection
</li>
<li>
Experience with parallelism using an asynchronous execution model
</li>
<li>
Experience in writing SQL and knowledge of relational database design principles
</li>
</ul>
</div>
<div class="job-sec">
<h3>To Apply</h3>
<hr id="purple">
<p>Please apply online at <a href="https://studentjobs.uconn.edu" target="_blank">https://studentjobs.uconn.edu</a>, Staff Positions, Search #14159 to upload a resume, cover letter, and contact information for three (3) professional references.
</p>
<p>
For more information regarding the Digital Experience Group please visit the group website at <a href="index.html">https://dxgroup.core.uconn.edu/</a>
</p>
<p>Employment of the successful candidate is contingent upon the successful completion of a pre-employment criminal background check.</p>
<p>
All employees are subject to adherence to the State Code of Ethics which may be found at <a href="http://www.ct.gov/ethics/site/default.asp" target="_blank">http://www.ct.gov/ethics/site/default.asp</a>.
</p>
<p>
The University of Connecticut is committed to building and supporting a multicultural and diverse community of students, faculty and staff. The diversity of students, faculty and staff continues to increase, as does the number of honors students, valedictorians and salutatorians who consistently make UConn their top choice. More than 100 research centers and institutes serve the University’s teaching, research, diversity, and outreach missions, leading to UConn’s ranking as one of the nation’s top research universities. UConn’s faculty and staff are the critical link to fostering and expanding our vibrant, multicultural and diverse University community. As an Affirmative Action/Equal Employment Opportunity employer, UConn encourages applications from women, veterans, people with disabilities and members of traditionally underrepresented populations.</p>
</p>
<p><strong>Advertised:</strong> Aug 9 2023</p>
<a href="https://studentjobs.uconn.edu" target="_blank"><button type="button" class="btn btn-primary">Apply Now</button></a>
</div>
</section>
<div class="job-title" id="student-web-designer">
<div class="container">
<h2>Student UI/UX Designer</h2>
<p><strong>Search #:</strong> 14161
<br>
<strong>Wage:</strong> $17.50/hr
<br>
<strong>Hours:</strong> 10-15hrs/week
<br>
<strong>Location:</strong> Storrs Campus
</p>
</div>
</div>
<section class="container job-body">
<div class="job-sec">
<h3>Job Description</h3>
<hr id="purple">
<p>The <a href="index.html">The Digital Experience Group</a> is seeking experienced, talented, and highly motivated graphic, web, and/or UX designers to join our team. In this role, you would work as a graphic artist using both physical and digital mediums to design websites, interfaces, print media, and more. This is an excellent opportunity for any DMD student wishing to gain significant professional and portfolio-building experience.
<p>
This position is for someone with a wide range of skills and a strong desire to learn. You will work closely with our faculty directors, designers, web developers, and student staff, as well as with our clients and partners at the University of Connecticut, to ensure that our mission of “supporting research at UConn through digital innovation” is fulfilled. From day to day, your tasks will include facilitating stand-up meetings with student staff and directors, interfacing with clients and partners to translate feedback into actionable items for our production teams, and performing content reviews, audits, and updates to our digital products.</p>
</p>
</div>
<div class="job-sec">
<h3>Minimum Qualifications</h3>
<hr id="purple">
<ul>
<li>
A strong understanding of typography (hierarchy, composition), spatial composition, and color
</li>
<li>
Experience with and interest in designing for the web and screens
</li>
<li>
Proficiency/familiarity with industry-standard programs (Illustrator, Sketch) and willingness to learn new tools/adapt to team's toolset and workflow
</li>
<li>
Openness to collaboration
</li>
<li>
Exhibit exceptional skill, interest, and dedication through portfolio, work experience, and personal projects/interests.
</li>
</ul>
</div>
<div class="job-sec">
<h3>Preferred Qualifications</h3>
<hr id="purple">
<ul>
<li>
Experience working with clients: receiving briefs, conceptualizing responses, constructing proposals, defending ideas, integrating feedback/accepting criticism
</li>
<li>
Familiarity with UI & UX heuristics
</li>
<li>
Familiarity with storyboarding, wireframing, user flows, and user stories
</li>
</ul>
</div>
<div class="job-sec">
<h3>To Apply</h3>
<hr id="purple">
<p>Please apply online at <a href="https://studentjobs.uconn.edu" target="_blank">https://studentjobs.uconn.edu</a>, Staff Positions, Search #14161 to upload a resume, cover letter, and contact information for three (3) professional references.
</p>
<p>
For more information regarding the Digital Experience Group please visit the group website at <a href="index.html">https://dxgroup.core.uconn.edu/</a>
</p>
<p>Employment of the successful candidate is contingent upon the successful completion of a pre-employment criminal background check.</p>
<p>
All employees are subject to adherence to the State Code of Ethics which may be found at <a href="http://www.ct.gov/ethics/site/default.asp" target="_blank">http://www.ct.gov/ethics/site/default.asp</a>.
</p>
<p>
The University of Connecticut is committed to building and supporting a multicultural and diverse community of students, faculty and staff. The diversity of students, faculty and staff continues to increase, as does the number of honors students, valedictorians and salutatorians who consistently make UConn their top choice. More than 100 research centers and institutes serve the University’s teaching, research, diversity, and outreach missions, leading to UConn’s ranking as one of the nation’s top research universities. UConn’s faculty and staff are the critical link to fostering and expanding our vibrant, multicultural and diverse University community. As an Affirmative Action/Equal Employment Opportunity employer, UConn encourages applications from women, veterans, people with disabilities and members of traditionally underrepresented populations.</p>
</p>
<p><strong>Advertised:</strong> Aug 9 2023</p>
<a href="https://studentjobs.uconn.edu" target="_blank"><button type="button" class="btn btn-primary">Apply Now</button></a>
</div>
</section>
<div class="job-title" id="student-illustrator">
<div class="container">
<h2>Student Illustrator</h2>
<p><strong>Search #:</strong> 14162
<br>
<strong>Wage:</strong> $17.50/hr
<br>
<strong>Hours:</strong> 10hrs/week
<br>
<strong>Location:</strong> Storrs Campus
</p>
</div>
</div>
<section class="container job-body">
<div class="job-sec">
<h3>Job Description</h3>
<hr id="purple">
<p>
The <a href="index.html">The Digital Experience Group</a> is seeking experienced, talented, and highly motivated illustrators to join our team. In this role, you would work with University faculty, creating cover artwork for publication in professional research journals. Topics span over a variety of scientific disciplines. This is an excellent opportunity for any Fine Arts student wishing to gain significant professional and portfolio-building experience in the field of scientific illustration.
</p>
</div>
<div class="job-sec">
<h3>Minimum Qualifications</h3>
<hr id="purple">
<ul>
<li>Bachelor’s Degree in design, liberal arts, business, or related field;</li>
<li>Prior coursework or professional experience in web design, digital marketing, or related field;</li>
<li>Prior coursework or professional experience in managing design and development projects;</li>
<li>Experience with WordPress or similar content management systems.</li>
</ul>
</div>
<div class="job-sec">
<h3>Preferred Qualifications</h3>
<hr id="purple">
<ul>
<li>Experience with HTML and CSS;</li>
<li>Experience with Agile software development and related processes.</li>
</ul>
</div>
<div class="job-sec">
<h3>To Apply</h3>
<hr id="purple">
<p>Please apply online at <a href="https://studentjobs.uconn.edu" target="_blank">https://studentjobs.uconn.edu</a>, Staff Positions, Search #14162 to upload a resume, cover letter, and contact information for three (3) professional references.
</p>
<p>
For more information regarding the Digital Experience Group please visit the group website at <a href="index.html">https://dxgroup.core.uconn.edu/</a>
</p>
<p>Employment of the successful candidate is contingent upon the successful completion of a pre-employment criminal background check.</p>
<p>
All employees are subject to adherence to the State Code of Ethics which may be found at <a href="http://www.ct.gov/ethics/site/default.asp" target="_blank">http://www.ct.gov/ethics/site/default.asp</a>.
</p>
<p>
The University of Connecticut is committed to building and supporting a multicultural and diverse community of students, faculty and staff. The diversity of students, faculty and staff continues to increase, as does the number of honors students, valedictorians and salutatorians who consistently make UConn their top choice. More than 100 research centers and institutes serve the University’s teaching, research, diversity, and outreach missions, leading to UConn’s ranking as one of the nation’s top research universities. UConn’s faculty and staff are the critical link to fostering and expanding our vibrant, multicultural and diverse University community. As an Affirmative Action/Equal Employment Opportunity employer, UConn encourages applications from women, veterans, people with disabilities and members of traditionally underrepresented populations.</p>
</p>
<p><strong>Advertised:</strong> Aug 9 2023</p>
<a href="https://studentjobs.uconn.edu" target="_blank"><button type="button" class="btn btn-primary">Apply Now</button></a>
</div>
</section>
<div class="job-title" id="student-manager">
<div class="container">
<h2>Student Project Manager</h2>
<p><strong>Search #:</strong> 14163
<br>
<strong>Wage:</strong> $17.50/hr
<br>
<strong>Hours:</strong> 10hrs/week
<br>
<strong>Location:</strong> Storrs Campus
</p>
</div>
</div>
<section class="container job-body">
<div class="job-sec">
<h3>Job Description</h3>
<hr id="purple">
<p>The <a href="index.html">The Digital Experience Group</a> is seeking an experienced, talented, and highly motivated communications coordinator to join our team. In this role, you would create written content and oversee creative communications projects. This position requires a combination of skills from writing content for flyers and social media posts, to working with our creative team to complete marketing projects such as websites, social media, posters, handouts, etc.
</p>
<p>
This is an excellent opportunity for a business student wishing to gain project management experience in the fields of business development or marketing. Please be prepared to show writing samples and discuss specific details regarding past projects.
</p>
</div>
<div class="job-sec">
<h3>Minimum Qualifications</h3>
<hr id="purple">
<ul>
<li>Excellent writing ability</li>
<li>Personable team player, with strong communication skills</li>
<li>Responsible and independent (with a solid work ethic)</li>
<li>Experience in creating/maintaining/growing a social media presence (Twitter, Instagram)</li>
<li>Desire to take part in projects that have broad ranging impacts on the UConn community</li>
</ul>
</div>
<div class="job-sec">
<h3>Preferred Qualifications</h3>
<hr id="purple">
<ul>
<li>Experience serving as a communications manager overseeing multiple projects at once</li>
<li>Able to work with peers to track a project to completion</li>
<li>Experience with a variety of communication tools</li>
<li>Experience working directly with clients</li>
<li>Aptitude in STEM disciplines</li>
</ul>
</div>
<div class="job-sec">
<h3>To Apply</h3>
<hr id="purple">
<p>Please apply online at <a href="https://studentjobs.uconn.edu" target="_blank">https://studentjobs.uconn.edu</a>, Staff Positions, Search #14163 to upload a resume, cover letter, and contact information for three (3) professional references.
</p>
<p>
For more information regarding the Digital Experience Group please visit the group website at <a href="index.html">https://dxgroup.core.uconn.edu/</a>
</p>
<p>Employment of the successful candidate is contingent upon the successful completion of a pre-employment criminal background check.</p>
<p>
All employees are subject to adherence to the State Code of Ethics which may be found at <a href="http://www.ct.gov/ethics/site/default.asp" target="_blank">http://www.ct.gov/ethics/site/default.asp</a>.
</p>
<p>
The University of Connecticut is committed to building and supporting a multicultural and diverse community of students, faculty and staff. The diversity of students, faculty and staff continues to increase, as does the number of honors students, valedictorians and salutatorians who consistently make UConn their top choice. More than 100 research centers and institutes serve the University’s teaching, research, diversity, and outreach missions, leading to UConn’s ranking as one of the nation’s top research universities. UConn’s faculty and staff are the critical link to fostering and expanding our vibrant, multicultural and diverse University community. As an Affirmative Action/Equal Employment Opportunity employer, UConn encourages applications from women, veterans, people with disabilities and members of traditionally underrepresented populations.</p>
</p>
<p><strong>Advertised:</strong> Aug 9 2023</p>
<a href="https://studentjobs.uconn.edu" target="_blank"><button type="button" class="btn btn-primary">Apply Now</button></a>
</div>
</section>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/gh/michalsnik/[email protected]/dist/aos.js"></script>
<!-- Optional JavaScript -->
<script src="main.js"></script>
</body>
</html>