-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy patheconference.html
More file actions
535 lines (441 loc) · 20.7 KB
/
econference.html
File metadata and controls
535 lines (441 loc) · 20.7 KB
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
<!DOCTYPE HTML>
<html>
<head>
<link rel="shortcut icon" href="images/favicon.ico"/>
<title>UCSD Undergraduate Economics Society</title>
<meta name="robots" content="noindex">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/slides.css">
<link rel="stylesheet" href="assets/css/slider.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-100145628-1', 'auto');
ga('send', 'pageview');
</script>
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
* {box-sizing: border-box;}
.main {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
/* img {vertical-align: middle;} */
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Caption text */
.text {
font-size: 20px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.text {font-size: 11px}
}
</style>
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html"><img src = "images/favicon.ico"> <b class="logoUpperLeft">UES</b> ‖ UCSD</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="board.html">Executive Board</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="recruitment.html">Recruitment</a></li>
<li><a href="econference.html">Econference</a></li>
<!-- <li><a href="committees.html">Committees</a></li> -->
<!-- <li><a href="resources.html">Resources</a></li> -->
<!-- <li><a href="join.html">Join Us</a></li> -->
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner -->
<section id="banner">
<h2>ECONference</h2>
</section>
<!-- Image -->
<section id="main" class="wrapper">
<div class="container">
<h2>What is ECONference?</h2>
<span class="image left"><img src="images/w18econf.JPG"></span>
<p style="font-size:17px;color:black">
This TED-style conference will consist of multiple panels revolving around topics such as emerging technologies, economic research and its applications, and other related topics. While we have a focus on economics, this conference is open to all majors and we promise everyone will learn something from the event.
<br>
<p style="font-size:17px;color:black">
The purpose is to expose undergraduate students to varying professional pathways by giving them the opportunity to learn about innovative companies and to interact with distinguished speakers. This year’s panels will focus on topics like the diverse career opportunities available with a degree in economics, the potential benefits of obtaining a Masters and/or Ph.D., and more!
Attire is business professional, and food will be provided.
</p>
<br><span class="image right"><img src="images/exec+famulari2022.JPG"></span><br>
<p style="font-size:17px;color:black">
<!-- ECONference is on <strong>Saturday, April 22nd, 2023 from 3:00 to 7:00pm</strong> in <strong>Wells Fargo Hall (WFH 1N108)</strong>.<br><br> -->
ECONference 2024 will be on <b>Saturaday, April 20th 2024 from 2:30pm to 6:30pm</b> at Seventh College West Tower.<br>
<!-- <b>Registration</b> can be found on our <a href=https://www.eventbrite.com/e/the-2023-econference-tickets-597333008107>Eventbrite page!</a> -->
<!-- You can register on this <a href="https://www.eventbrite.com/e/playing-now-econference-tickets-317209049807"> Eventbrite page here!</a> -->
<br>For more information and updates, be sure to follow our <a href="https://instagram.com/ues_ucsd?igshid=YmMyMTA2M2Y="> Instagram </a> page!
</p>
<br><br><br><br>
</p>
<br>
<div class="container">
<button type="button" class="collapsible">What will speakers be expected to prepare? / Who is my audience?</button>
<div class="content">
<p>As a speaker at ECONference, each individual is expected to share about their career journey, with an emphasis on advice and general college guidance for current UC San Diego students seeking careers in finance and other related fields. </p>
</div>
<button type="button" class="collapsible">Who is my event contact? </button>
<div class="content">
<p>Any logistics questions about ECONference can be directed to the UES VP of External Committee: Florina Yee | VP of External | [email protected] | (510) 408-8653</p>
</div>
<button type="button" class="collapsible">When should I arrive for my presentation? </button>
<div class="content">
<p>Please plan to arrive at least 30 minutes before your presentation, to account for parking and walking to the venue. You are welcome to attend the event from the beginning. </p>
</div>
<button type="button" class="collapsible">Is there time to interact with the students one-on-one? </button>
<div class="content">
<p>Yes, we expect students to have interest in meeting you or asking questions immediately following your speaking presentation. There will also be networking time during dinner.</p>
</div>
<button type="button" class="collapsible">Can speakers sit in on other presentations & meet fellow speakers? </button>
<div class="content">
<p>Yes. You are free to go in and out of presentations as you desire. You are able to meet other speakers informally prior to and following their presentations as well.
</p>
</div>
</div>
<!--<hr>
<h2> Speaker Highlights </h2>
TBD
<br>
<span class="image left"><img src="images/jason.jpeg"></span>
<p style="font-size:17px;color:black">
<h1>Jason Emmons</h1><br> Jason Emmons is currently a partner at Moss Adams. He helps public and private companies reduce the cost of managing cyber risk while complying with SEC & PCAOB regulations. He earned his B.A. Economics at UC San Diego and HIS MBA at the Paul Merage School of Business at UC Irvine.
</p>
-->
<!--- <br> -->
<!-- <span class="image left"><img src="images/econf19/ryan.png"></span>
<p style="font-size:17px;color:black">
<h1>Sophia Luo</h1><br> Sophia is currently a Senior Associate at Insight Economics. Sophia is a UCSD alumni, graduating in 2019 with a B.S. in Management Science with a minor in accounting. She was involved on campus in Lumnus Consulting.
</p> -->
<!---
<br>
<span class="image left"><img src="images/vincent.jpeg"></span>
<p style="font-size:17px;color:black">
<h1>Vincent Tseng</h1><br> Vincent Tseng is currently a senior at UCSD, double majoring in Economics and International Business, and minoring in Supply Chain. He is President of Business Council of UCSD and serves as both Project Manager and Strategy Consultant for Lumnus Consulting.
</p>
-->
<!--
<br>
<span class="image left"><img src="images/econf19/ryan.png"></span>
<p style="font-size:17px;color:black">
<h1>Ryan Kuriakose</h1><br> Ryan is currently a senior at UCSD, majoring in Joint Mathematics-Economics. He has completed two internships in investment banking and finance, and was involved on campus as the VP Finance of Delta Sigma Pi.
</p>
<br><br><br> -->
<hr>
<h2> Speakers and Panelists </h2>
<p style="font-size:20px;color:black">
<h3>Keynote Speaker</h3>
<ul>
<li><a href="https://www.linkedin.com/in/seankim/"><u>Sean (Solme) Kim</u></a> - President and Chief Product Office at <i>Kajabi</i></li>
</ul>
<h3>Industry Panel</h3>
<ul>
<li><a href="https://www.linkedin.com/in/moet-hodson-0253301a8/"><u>Moet Hodson (Class of 2022)</u></a> - Senior Financial Analyst at <i>Legoland California Resort</i></li>
<li><a href="https://www.linkedin.com/in/g-plascencia/"><u>Gerardo Plascencia (Class of 2018)</u></a> - Senior Data Scientist at <i>RYVYL</i></li>
<li><a href="https://www.linkedin.com/in/jasmineperez20/"><u>Jasmine Perez (Class of 2022)</u></a> - GPS Risk and Financial Advisory Analysts at <i>Deloitte</i></li>
<li><a href="https://www.linkedin.com/in/yanik-kammerer-19b825175/"><u>Yanik Kammerer (Class of 2022)</u></a> - Investment Product Associate Analyst at <i>LPL Financial</i></li>
</ul>
<h3>Academia Panel</h3>
<ul>
<li><a href="https://rady.ucsd.edu/faculty-research/faculty/vincent-nijs.html"><u>Vincent Nijs (Marketing PhD.)</u></a> - Associate Professor at UC San Diego</li>
<li><a href="https://www.linkedin.com/in/kennethcwilbur/"><u>Kenneth C. Wilbur (Economics PhD.)</u></a> - Professor at UC San Diego</li>
<li><a href="https://www.linkedin.com/in/alexiscramirez/"><u>Alex Chavez (Class of 2024)</u></a> - Master of Accounting Candidate at UC San Diego Rady</li>
<li><a href="https://www.linkedin.com/in/rohit-kalkundre/"><u>Rohit Kalkundre (Class of 2024)</u></a> - Master of Business Analytics Candidate at UC San Diego Rady</li>
</ul>
</ul>
</p>
<hr>
<h2>Schedule</h2>
<p style="font-size:20px;color:black">
<ul>
<li>2:30pm - 2:55pm: <b>Arrival, Doors Open</b></li>
<li>3:00pm - 3:10pm: <b>Introductions</b></li>
<li>3:10pm - 3:45pm: <b>Academia Panel</b></li>
<li>3:45pm - 4:20pm: <b>Keynote Address</b></li>
<li>4:20pm - 5:30pm: <b>Dinner and Networking</b></li>
<li>5:30pm - 6:15pm: <b>Industry Panel</b></li>
<li>6:15pm - 6:25pm: <b>Closing Remarks</b></li>
</ul>
</p>
<a href="https://www.eventbrite.com/e/econference-tickets-881640760247" target="_blank">
<button id="Econference">REGISTER NOW!</button></a>
<section id="companies" class="slider__wrapper">
<div class="container">
<h2 style="text-align:center">Places where our Honored Guests are Working!</h2>
<div class="slider">
<div class="slide-track" id="Econference">
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/Kajabi.jpg" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/Legoland.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/LPL.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/Rady.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/RYVYL.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/UCSD.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/Kajabi.jpg" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/Legoland.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/LPL.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/Rady.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/RYVYL.png" alt="" />
</div>
</div>
<div class="slide">
<div class="slider__images">
<img src="images/Econference2024Logos/UCSD.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <br>
<hr>
<h2> Honored Guests </h2>
<p style="font-size:17px;color:black">
We will have honored guests from the following companies attending! </p>
<div class="slide_wrapper">
<input type="radio" id="radio1" name="image-slide" checked="checked">
<div class="slide_image">
<a href="https://anaplan.com/"><img src="images\Anaplan.png" style="width:105%"></a>
</div>
<input type="radio" id="radio2" name="image-slide">
<div class="slide_image">
<a href="https://www.ingrammicro.com/"><img src="images\Ingram_Micro.png" style="width:105%"></a>
</div>
<input type="radio" id="radio3" name="image-slide">
<div class="slide_image">
<a href="https://www.insighteconomics.com/"><img src="images\Insight_Economics.png" style="width:75%"></a>
</div>
<input type="radio" id="radio4" name="image-slide">
<div class="slide_image">
<a href="https://www.morganstanley.com/"><img src="images\Morgan_Stanley.png" style="width:85%"></a>
</div>
<input type="radio" id="radio5" name="image-slide">
<div class="slide_image">
<a href="https://www.toastmasters.org/"><img src="images\Toastmasters.png" style="width:90%"></a>
</div>
<input type="radio" id="radio6" name="image-slide">
<div class="slide_image">
<a href="https://www.usda.gov/"><img src="images\USDA.png" style="width:38%"></a>
</div>
<input type="radio" id="radio7" name="image-slide">
<div class="slide_image">
<a href="https://www.unionbank.com/"><img src="images\Union_Bank.png" style="width:95%"></a>
</div>
<input type="radio" id="radio8" name="image-slide">
<div class="slide_image">
<a href="https://www.verizon.com/"><img src="images\Verizon.png" style="width:80%"></a>
</div>
<script type="text/javascript">
var counter = 1;
setInterval(function(){
document.getElementById('radio' + counter).checked = true;
counter++;
if(counter>8) {
counter = 1;
}
}, 5000);
</script>
</div> -->
<!--<h2> Honored Guests </h2>
<p style="font-size:17px;color:black">
TBD
We will have honored guests from the following companies attending! </p>
<div class="slideshow-container">
<div class="mySlides fade">
<a href="https://home.kpmg/xx/en/home.html"><img src="images\kpmg.png" style="width:100%"></a>
</div>
<div class="mySlides fade">
<a href="https://www.qualcomm.com/"><img src="images\qualcomm.png" style="width:100%"></a>
</div>
<div class="mySlides fade">
<a href="https://www.mossadams.com/home"><img src="images\mossadams.png" style="width:100%"></a>
</div>
<div class="mySlides fade">
<a href="https://www.wellsfargo.com/"><img src="images\wellsfargo.jpg" style="width:100%"></a>
</div>
<div class="mySlides fade">
<a href="https://www2.deloitte.com/us/en.html"><img src="images\deloitte.png" style="width:100%"></a>
</div>
<div class="mySlides fade">
<a href="https://www.ey.com/en_us"><img src="images\ey.png" style="width:100%"></a>
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides fade");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 5000); // Change image every 2 seconds
}
</script>-->
<br>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style3 special">
<div class="container">
<header class="major">
<h2>Questions? Message Us!</h2>
</header>
<ul class="actions">
<!-- <li><a href="https://m.me/ues.ucsd" class="button special big">FB Message</a></li> -->
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
</ul>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
</ul>
<header>
<h2>Contact Us!</h2>
</header>
<ul class="icons">
<li><a href="https://instagram.com/ues_ucsd" target='_blank' class="icon fa-instagram"><span
class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/company/ues-ucsd/" target='_blank' class="icon fa-linkedin"><span
class="label">LinkedIn</span></a></li>
<!-- <li><a href="https://snapchat.com/add/ues_ucsd" class="icon alt fa-snapchat"><span class="label">Snapchat</span></a></li> -->
<li><a href="https://discord.gg/qk2JAtVN3K"> <img src="images/discord.png" width="55" height="45" style="position: relative; top:0.4rem;"/></a></li>
<li><a href="mailto:[email protected]" target='_blank' class="icon alt fa-envelope"><span class="label">Mail</span></a></li>
</ul>
<ul class="copyright">
<li>© UES</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!--
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us17.list-manage.com","uuid":"507548567298488a2e278d037","lid":"1b8d3f67a8"}) })</script>
-->
</body>
</html>