-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathall-members.json
2224 lines (2224 loc) · 71.8 KB
/
all-members.json
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
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"semesterJoined": "Fall 2024",
"major": "Mathematics",
"subteams": [
"courseplan"
],
"college": "cas",
"firstName": "Arsh",
"email": "[email protected]",
"netid": "aa2724",
"linkedin": "https://www.linkedin.com/in/arshagga/",
"minor": null,
"hometown": "Bryn Mawr, PA",
"website": null,
"about": "Freshman studying Mathematics with a minor in Biometry & Statistics. Apart from DTI, I'm involved in Pi Sigma Epsilon, Cornell Venture Capital, and also am the Co-President of Cornell Club Golf. For fun, I love playing golf and tennis, following F1, woodworking, and DJing/producing electronic music. ",
"formerSubteams": [
"cuapts"
],
"lastName": "Aggarwal",
"graduation": "May 2028",
"coffeeChatLink": "https://calendly.com/aa2724-cornell/30min",
"role": "apm",
"roleDescription": "Associate PM",
"pronouns": "he/him",
"doubleMajor": null,
"github": null
},
{
"formerSubteams": [],
"roleDescription": "Designer",
"lastName": "Paik",
"firstName": "Ashley",
"netid": "aep227",
"email": "[email protected]",
"role": "designer",
"subteams": [
"cornellgo"
],
"graduation": "May 2027",
"semesterJoined": "Fall 2024",
"college": "cals",
"github": null,
"hometown": "Fairfax, VA",
"website": null,
"minor": null,
"major": "Information Science",
"doubleMajor": null,
"coffeeChatLink": null,
"about": "i love design and matcha",
"pronouns": "she/her",
"linkedin": null
},
{
"formerSubteams": [],
"pronouns": "he/him",
"roleDescription": "Technical PM",
"netid": "ajq22",
"college": "cas",
"website": null,
"semesterJoined": "Spring 2024",
"role": "tpm",
"subteams": [
"reviews"
],
"minor": null,
"email": "[email protected]",
"coffeeChatLink": null,
"doubleMajor": "Economics",
"hometown": "Pennington, NJ",
"firstName": "Andrew",
"major": "Computer Science",
"github": "https://github.com/qiandrewj",
"graduation": "May 2027",
"lastName": "Qian",
"linkedin": "https://www.linkedin.com/in/andrew-qian/",
"about": "I love to study in a Duff high chair."
},
{
"formerSubteams": [],
"email": "[email protected]",
"lastName": "Lee",
"roleDescription": "Developer",
"role": "developer",
"netid": "al2589",
"subteams": [
"idol"
],
"firstName": "Adrienne",
"semesterJoined": "Spring 2025",
"college": "eng",
"github": null,
"hometown": "Plano, Texas",
"website": null,
"minor": null,
"major": "Computer Science",
"doubleMajor": null,
"graduation": "2028",
"coffeeChatLink": null,
"about": "Dev on Idol!",
"pronouns": "she/her",
"linkedin": "www.linkedin.com/in/adrienne-lee-b71799343"
},
{
"formerSubteams": [],
"roleDescription": "Developer",
"major": "Computer Science",
"graduation": "May 2027",
"coffeeChatLink": null,
"college": "eng",
"email": "[email protected]",
"pronouns": "she/her",
"github": "https://github.com/anchen9",
"linkedin": "https://www.linkedin.com/in/annie-chen09",
"firstName": "Annie",
"website": null,
"hometown": "Bridgewater, NJ",
"netid": "anc76",
"semesterJoined": "Fall 2024",
"doubleMajor": null,
"minor": "ORIE",
"subteams": [
"queuemein"
],
"lastName": "Chen",
"role": "developer",
"about": "Hi! I'm Annie and I'm a sophomore majoring in CS and minoring in ORIE! I'm a developer on Queue Me In and I'm interested in pursuing a career in SWE or Biotech! "
},
{
"formerSubteams": [],
"email": "[email protected]",
"firstName": "Amelie",
"semesterJoined": "Fall 2024",
"lastName": "Rosso",
"website": null,
"about": "Hi, I'm Amelie. I am a sophomore studying Information Science, Systems, and Technology in the College of Engineering and minoring in Artificial Intelligence. After college, I am interested in pursuing a career in Product Engineering. I joined DTI Fall 2024 and am currently PM of IDOL.\n\nIn my free time, I love to read, travel, craft, cook/bake, and go on fall walks! Feel free to reach out if you want to coffee chat :)",
"subteams": [
"idol"
],
"role": "pm",
"pronouns": "she/her",
"college": "eng",
"github": null,
"linkedin": "https://www.linkedin.com/in/amelie-rosso-5b9034296",
"roleDescription": "Product Manager",
"doubleMajor": null,
"hometown": "Redlands, CA",
"graduation": "May 2027",
"major": "ISST",
"minor": "AI",
"netid": "ar2345",
"coffeeChatLink": "https://calendly.com/amelie-rosso/dti-coffee-chat"
},
{
"formerSubteams": [],
"lastName": "Sahle",
"netid": "as3734",
"semesterJoined": "Spring 2025",
"subteams": [
"cornellgo"
],
"roleDescription": "Business",
"firstName": "Addis",
"role": "business",
"email": "[email protected]",
"college": "cals",
"github": null,
"hometown": "Arlington, VA",
"website": null,
"minor": "Data Science",
"major": "Information Science",
"doubleMajor": null,
"graduation": "May 2028",
"coffeeChatLink": null,
"about": "Hey everyone! My name is Addis Sahle, and I'm currently a freshman studying Information Science with intended minors in Data Science and Business. I'm part of the Cornell Mundial Club Soccer Team and serve as the treasurer for Underrepresented Minorities in Computing. Additionally, I'm a Product Marketing Manager for CornellGo. For fun, I love playing and watching soccer, playing table tennis and chess, and I'm also a guitarist (both electric and bass).",
"pronouns": "He/Him",
"linkedin": null
},
{
"subteams": [],
"formerSubteams": [],
"firstName": "Arsh",
"lastName": "Singh",
"email": "[email protected]",
"role": "developer",
"semesterJoined": "Spring 2025",
"netid": "as4274",
"roleDescription": "Developer",
"college": "eng",
"github": "https://github.com/Arsh-S",
"hometown": "Bethpage, NY",
"website": "https://arshsingh.net/",
"minor": "Business, AI",
"major": "Computer Science",
"doubleMajor": null,
"graduation": "2028",
"coffeeChatLink": null,
"about": "hi guys",
"pronouns": "he/him",
"linkedin": "https://www.linkedin.com/in/arshsingh5/"
},
{
"formerSubteams": [],
"github": null,
"hometown": "Queens, NYC ",
"website": null,
"semesterJoined": "Fall 2024",
"netid": "as4288",
"linkedin": "https://www.linkedin.com/in/amber-shen7/",
"role": "developer",
"email": "[email protected]",
"minor": "Business",
"doubleMajor": null,
"pronouns": "she/her",
"graduation": "May 2028",
"roleDescription": "Developer",
"major": "Computer Science",
"firstName": "Amber",
"subteams": [
"cornellgo"
],
"lastName": "Shen",
"college": "eng",
"coffeeChatLink": null,
"about": "Hello! I'm Amber, a freshman planning to major in CS. I'm a part of CornellGO, and I love to ski, visit new cafes, and read! "
},
{
"formerSubteams": [],
"email": "[email protected]",
"subteams": [
"carriage"
],
"netid": "asc344",
"semesterJoined": "Spring 2025",
"roleDescription": "Developer",
"firstName": "Anika",
"role": "developer",
"lastName": "Chandra",
"college": "cas",
"github": "https://github.com/anika-4444",
"hometown": "Vienna, Virginia",
"website": null,
"minor": "Business",
"major": "Computer Science",
"doubleMajor": "Italian",
"graduation": "2028",
"coffeeChatLink": null,
"pronouns": "she/her",
"linkedin": "www.linkedin.com/in/anika-chandra44",
"about": "Hi! I'm Anika, and I am a developer on Carriage. In my free time, I love running, reading, and cooking!"
},
{
"formerSubteams": [],
"firstName": "Andrew",
"email": "[email protected]",
"roleDescription": "Business",
"subteams": [
"business"
],
"netid": "aw867",
"lastName": "Wilmott",
"semesterJoined": "Spring 2025",
"role": "business",
"college": "cas",
"github": null,
"hometown": "Bronxville NY",
"website": null,
"minor": "Data Science",
"major": "Economics",
"doubleMajor": null,
"graduation": "2028",
"coffeeChatLink": null,
"about": "Hi y'all, my name is Andrew and I am a first-year studying Economics in CAS. I am a Corporate & Alumni Relations Manager for the business team, but am also a part of the Cornell Club Lacrosse team, and loosely CSA.",
"pronouns": "He/Him",
"linkedin": "www.linkedin.com/in/andrewwilmott28"
},
{
"formerSubteams": [],
"roleDescription": "Developer",
"netid": "bek76",
"firstName": "Benjamin",
"subteams": [
"carriage"
],
"lastName": "Koppe",
"semesterJoined": "Spring 2025",
"role": "developer",
"email": "[email protected]",
"college": "eng",
"github": "github.com/benkoppe",
"hometown": "Las Vegas",
"website": null,
"minor": null,
"major": "Computer Science",
"doubleMajor": null,
"graduation": "2026",
"coffeeChatLink": null,
"pronouns": "he/him",
"linkedin": "go.thekoppe.com/linkedin",
"about": "Hey! I'm Ben, and I'm a developer @Carriage. I'm also the creator of BearTrak. :) I like to code (static type addict), and I'd love to sit down with you and discuss LeBron's legacy at length sometime."
},
{
"formerSubteams": [],
"minor": "ECE",
"linkedin": "https://www.linkedin.com/in/cchrischen/",
"pronouns": "he/him",
"major": "Computer Science",
"firstName": "Chris",
"lastName": "Chen",
"netid": "cc2785",
"doubleMajor": null,
"about": "I enjoy hitting all 5 house dinners each Wednesday.",
"subteams": [
"idol"
],
"github": "https://github.com/cchrischen",
"email": "[email protected]",
"semesterJoined": "Spring 2024",
"college": "eng",
"website": null,
"graduation": "May 2027",
"role": "tpm",
"roleDescription": "Technical PM",
"hometown": "Flushing, NY",
"coffeeChatLink": null
},
{
"formerSubteams": [],
"major": "",
"about": "",
"linkedin": "",
"github": "",
"minor": "",
"role": "business",
"netid": "ch2224",
"graduation": "May 2027",
"website": "",
"doubleMajor": "",
"email": "[email protected]",
"lastName": "Hahn",
"hometown": "",
"roleDescription": "Business",
"pronouns": "",
"subteams": [
"business"
],
"firstName": "Claire",
"semesterJoined": "Fall 2024"
},
{
"formerSubteams": [],
"email": "[email protected]",
"firstName": "Casper",
"hometown": "Taiwan",
"netid": "cl2622",
"linkedin": "https://www.linkedin.com/in/casper-liao",
"roleDescription": "Developer",
"website": null,
"role": "developer",
"doubleMajor": null,
"subteams": [
"cuapts"
],
"about": "Hi! I am Casper! I am a freshman at the College of Art & Science. ",
"minor": null,
"pronouns": "he/him",
"graduation": "May 2027",
"major": "Computer Science",
"lastName": "Liao",
"github": "https://github.com/CasperL1218",
"semesterJoined": "Spring 2024"
},
{
"formerSubteams": [],
"subteams": [
"cornellgo"
],
"lastName": "Lan",
"role": "business",
"netid": "cl2683",
"email": "[email protected]",
"graduation": "May 2027",
"firstName": "Cynthia",
"roleDescription": "Business",
"semesterJoined": "Fall 2024",
"college": "cals",
"github": null,
"hometown": "San Jose, CA",
"website": null,
"minor": "Business",
"major": "Information Science",
"doubleMajor": null,
"coffeeChatLink": null,
"about": "Product Marketing Manager @ CornellGO\nHi! I’m a sophomore majoring in Info Sci + minoring in Business, with interests in marketing and product management. Outside of DTI, I’m also involved in CUSD and WICC! ",
"pronouns": "she/her",
"linkedin": "https://www.linkedin.com/in/cynthia-lan-0b845a203?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app"
},
{
"formerSubteams": [],
"subteams": [
"curaise"
],
"lastName": "She",
"firstName": "Chelsea",
"semesterJoined": "Spring 2025",
"role": "developer",
"netid": "cms556",
"email": "[email protected]",
"roleDescription": "Developer",
"college": "cas",
"hometown": "Chicago, IL",
"website": "https://chelsea-she.github.io/landing_page/",
"minor": null,
"major": "CS",
"doubleMajor": "Cognitive Science",
"graduation": "May 2028",
"coffeeChatLink": null,
"about": "Hello! I am Chelsea. On my free time I like baking/cooking, and am trying to train for a half marathon. I am a dev for CURaise :))\nI am always excited to reach out to new people, so please feel free to reach out!",
"pronouns": "she/her",
"linkedin": "https://www.linkedin.com/in/chelsea-she-44344a247/",
"github": "https://github.com/chelsea-she"
},
{
"formerSubteams": [],
"hometown": "New York City",
"pronouns": "he/him",
"role": "designer",
"semesterJoined": "Fall 2024",
"roleDescription": "Designer",
"major": "Information Science",
"doubleMajor": null,
"subteams": [
"idol"
],
"graduation": "May 2028",
"netid": "cpr58",
"coffeeChatLink": null,
"email": "[email protected]",
"college": "cas",
"linkedin": "https://www.linkedin.com/in/clementroze/",
"website": "https://clementroze.com/",
"firstName": "Clément",
"minor": null,
"github": "https://github.com/Bookie0",
"lastName": "Rozé",
"about": "👋 Hi! I’m Clément and I’m a Freshman studying Information Science with a concentration in User Experience Design. \n\n🌐 I was born in New York City and grew up in London. My family is from France and Singapore; je parle français 🇫🇷 and 我在学中文 🇨🇳 (I speak French and I’m learning Chinese).\n\n💼 I started designing when I was 13, creating mock-ups in Google Slides, before I discovered Figma. Since then, I’ve interned and freelanced with companies like Replit, General Counsel AI, and most recently, at a Roblox game called Deadline. My favorite things to design are design systems, presentation decks, and micro-details that make an experience memorable. I also do frontend programming and frequently code my designs.\n\n🎨 For me, design is about building meaningful connection between people and the world around them. I believe in the power of human-centered design and accessibility – ”Solve for one, extend to many.” I aim to balance aesthetics and functionality, ensuring every creation is both beautiful and practical. Quality and attention to detail are central to my work, but I also strive to create moments of joy that elevate the user experience.\n\n🏓 Outside of design, I enjoy playing piano and ping pong, though not at the same time. I’m also an avid reader – whether it’s news or literature, I love staying curious about the world.\n\n📧 Please feel free to get in touch! :)"
},
{
"formerSubteams": [],
"subteams": [
"cuapts"
],
"lastName": "Lee",
"semesterJoined": "Spring 2025",
"firstName": "Celline",
"role": "apm",
"netid": "csl238",
"email": "[email protected]",
"roleDescription": "Associate PM",
"college": "cals",
"github": null,
"hometown": "Orange County, California",
"website": null,
"minor": "Communication",
"major": "Information Science",
"doubleMajor": null,
"graduation": "Spring 2027",
"coffeeChatLink": null,
"about": "Hi! My name is Celline and I'm an information science major. Some of my passions include fashion, napping, and matcha hunting!",
"pronouns": "she/her",
"linkedin": "https://www.linkedin.com/in/celline-lee/"
},
{
"formerSubteams": [],
"role": "pm",
"firstName": "Carolyn",
"minor": null,
"email": "[email protected]",
"linkedin": "https://www.linkedin.com/in/carolyn-wang258",
"subteams": [
"cornellgo"
],
"graduation": "May 2027",
"netid": "cw945",
"website": null,
"lastName": "Wang",
"roleDescription": "Product Manager",
"github": null,
"doubleMajor": "Communication",
"hometown": "Jericho, NY",
"about": "CornellGO PM",
"major": "Information Science",
"pronouns": "she/her",
"semesterJoined": "Fall 2024",
"college": "cals"
},
{
"formerSubteams": [],
"lastName": "Atikpui",
"website": null,
"hometown": "Ghana",
"github": "https://github.com/Atikpui007",
"role": "tpm",
"minor": null,
"doubleMajor": null,
"netid": "dka34",
"about": "👋🏽 Hi, my name is Desmond\n\n🎓 Sophomore at Cornell University majoring in Computer Science (2025)\n\n💻 Software engineer specializing in scalable, reliable, and secure solutions. Strong background in \n multiple programming languages and experience in both front-end and back-end development. \n Committed to delivering top-quality software and staying up-to-date with industry trends",
"linkedin": "https://www.linkedin.com/in/desmond-atikpui-3003/",
"firstName": "Desmond",
"major": "Computer Science",
"graduation": "December 2025",
"pronouns": "He/Him",
"subteams": [
"carriage"
],
"roleDescription": "Technical PM",
"email": "[email protected]",
"semesterJoined": "Spring 2023"
},
{
"formerSubteams": [],
"lastName": "Anderson",
"role": "developer",
"netid": "dka36",
"firstName": "Dwain",
"subteams": [
"carriage"
],
"roleDescription": "Developer",
"email": "[email protected]",
"hometown": "Long Island, NY",
"website": null,
"minor": null,
"major": "Computer Science",
"doubleMajor": "Statistics ",
"graduation": "May 2027",
"about": "Hello, my name is Dwain. I am a sophomore studying Computer Science + Statistics. My interests lie in software development and machine learning. ",
"pronouns": "he/him",
"linkedin": "https://www.linkedin.com/in/dwain-anderson/",
"github": "https://github.com/Dwain-Anderson",
"semesterJoined": "Fall 2024"
},
{
"formerSubteams": [],
"major": "Applied Economics and Management",
"semesterJoined": "Spring 2024",
"doubleMajor": null,
"website": null,
"linkedin": "https://www.linkedin.com/in/diyalavu",
"email": "[email protected]",
"netid": "dl979",
"graduation": "May 2027",
"role": "business",
"pronouns": "she/her",
"firstName": "Diya",
"lastName": "Lavu",
"about": "Hi!! I'm a current corporate relations and alumni coordinator in the internal business sub team. While I am passionate about the intersectionality between tech and business, I love to do lots of things in my free time as well. Some of my pastimes include making and selling my own jewelry, intensely straining my brain over sudoku, and baking. ",
"roleDescription": "Business",
"hometown": "Bay Area, CA",
"github": null,
"subteams": [
"courseplan"
],
"minor": "Information Science"
},
{
"formerSubteams": [],
"email": "[email protected]",
"netid": "drk229",
"semesterJoined": "Spring 2025",
"roleDescription": "Business",
"firstName": "Daphne",
"subteams": [
"business"
],
"lastName": "Ku",
"role": "business",
"college": "eng",
"github": null,
"hometown": "Taipei, Taiwan",
"website": null,
"minor": null,
"major": "Information Science",
"doubleMajor": null,
"graduation": "Spring 2028",
"pronouns": "she/her",
"about": "I’m from Taiwan and I love dogs, happy to coffee chat whenever! :D",
"coffeeChatLink": "https://calendly.com/drk229-cornell/30min",
"linkedin": "https://www.linkedin.com/in/daphne-k-37b5bb26a/"
},
{
"formerSubteams": [],
"subteams": [
"courseplan"
],
"linkedin": "https://www.linkedin.com/in/ericcheng-software/",
"hometown": "Cary, NC",
"about": "Hi, I'm Eric! I'm a first-year in the College of Engineering planning to major in Computer Science.",
"email": "[email protected]",
"pronouns": "he/him",
"minor": null,
"lastName": "Cheng",
"major": "Computer Science",
"roleDescription": "Developer",
"role": "developer",
"doubleMajor": null,
"website": null,
"netid": "ejc264",
"graduation": "May 2027",
"firstName": "Eric",
"semesterJoined": "Fall 2024",
"college": "eng",
"coffeeChatLink": null,
"github": "https://github.com/ejcheng"
},
{
"roleDescription": "Designer",
"github": null,
"formerSubteams": [
"reviews"
],
"major": "Information Science",
"hometown": "Queens, NY",
"netid": "el728",
"minor": "Business",
"lastName": "Lee",
"email": "[email protected]",
"firstName": "Erica",
"graduation": "May 2027",
"doubleMajor": null,
"pronouns": "she/her",
"semesterJoined": "Spring 2024",
"subteams": [
"cuapts"
],
"coffeeChatLink": null,
"linkedin": "https://www.linkedin.com/in/ericazoelee",
"role": "designer",
"website": "https://www.ericazoelee.com",
"about": "Hi everyone :) I'm a designer on CUReviews, but also a part-time boba drinker, avid k-drama watcher, and ribbon dance enthusiast :) Feel free to reach out to me about anything and everything! "
},
{
"formerSubteams": [],
"hometown": "Brooklyn, NY",
"github": null,
"pronouns": "She/her",
"roleDescription": "Designer",
"doubleMajor": null,
"major": "Information Science",
"minor": null,
"role": "designer",
"netid": "em849",
"subteams": [
"curaise"
],
"graduation": "May 2027",
"website": null,
"firstName": "Evelyn",
"lastName": "Mai",
"email": "[email protected]",
"semesterJoined": "Fall 2024",
"college": "cas",
"coffeeChatLink": "https://calendly.com/em849-cornell/30min?back=1&month=2025-01",
"about": "Hi everyone! I'm a product designer on CURaise and I joined FA24. I'm from NYC, and I love to try new restaurants, watch tv shows, and collect blind box figurines. I also have a 1 year old hamster named hammy (I love showing pictures of her so feel free to ask hehe). Feel free to chat with me :))",
"linkedin": "https://www.linkedin.com/in/evelyn-mai1/"
},
{
"formerSubteams": [],
"firstName": "Esperanza",
"lastName": "Roman-Carrera",
"email": "[email protected]",
"role": "business",
"semesterJoined": "Spring 2025",
"subteams": [
"business"
],
"netid": "er549",
"roleDescription": "Business",
"college": "cas",
"github": null,
"hometown": "Chicago",
"website": null,
"minor": null,
"major": "Information Science",
"doubleMajor": null,
"graduation": "2028",
"coffeeChatLink": null,
"about": "Hey! My name is Esperanza and I'm a freshman studying Information Science in CAS. I'm the social media manager and I love music, photography, videography, language learning, and traveling.",
"pronouns": "she/her",
"linkedin": "https://www.linkedin.com/in/esperanzarc/"
},
{
"formerSubteams": [],
"major": "Computer Science",
"linkedin": "https://www.linkedin.com/in/esha-shah04",
"about": "Hi! Thanks for stopping by my profile :) \n\nA little about me: I'm a computer science student at Cornell, hold leadership roles in SWE and HSC, and contribute to machine learning research in the PoRTaL lab. I also adore building intricate miniature models, singing, and Severance (the show). I'm down to chat about literally anything, so feel free to reach out!",
"lastName": "Shah",
"graduation": "Dec 2027",
"netid": "es999",
"subteams": [
"cornellgo"
],
"website": null,
"github": "https://github.com/shah-esha",
"firstName": "Esha",
"roleDescription": "Technical PM",
"email": "[email protected]",
"doubleMajor": null,
"semesterJoined": "Fall 2024",
"minor": null,
"college": "eng",
"pronouns": "she/her",
"coffeeChatLink": null,
"hometown": "Paramus, NJ",
"role": "tpm"
},
{
"formerSubteams": [],
"lastName": "Weng",
"role": "developer",
"netid": "ew522",
"firstName": "Eric",
"subteams": [
"queuemein"
],
"roleDescription": "Developer",
"email": "[email protected]",
"github": "https://github.com/EricWeng23",
"hometown": "Brooklyn, NY",
"website": null,
"minor": null,
"major": "Computer Science",
"doubleMajor": null,
"graduation": "May 2027",
"about": "I am a Computer Science student at Cornell University with a strong interest in software development, ML/AI, and web development. I am passionate about exploring how technology can solve real-world problems and eager to apply my skills in innovative projects. Currently, I am focused on deepening my knowledge in these areas and looking for opportunities to contribute to impactful tech solutions.",
"pronouns": "He/Him",
"linkedin": "https://www.linkedin.com/in/ericweng2005/",
"semesterJoined": "Fall 2024",
"college": "cas",
"coffeeChatLink": null
},
{
"formerSubteams": [],
"firstName": "Grace",
"subteams": [
"cuapts"
],
"website": null,
"pronouns": "she/her",
"doubleMajor": null,
"minor": "Game Design",
"linkedin": "https://www.linkedin.com/in/gunyasorn-sawatyanon-86610825b/",
"netid": "gs622",
"email": "[email protected]",
"major": "Computer Science",
"hometown": "Bangkok, Thailand",
"github": "https://github.com/ggsawatyanon",
"about": "CUApts Dev :)",
"roleDescription": "Technical PM",
"graduation": "May 2026",
"role": "tpm",
"lastName": "Sawatyanon",
"semesterJoined": "Spring 2023"
},
{
"formerSubteams": [],
"coffeeChatLink": null,
"minor": null,
"subteams": [
"reviews"
],
"firstName": "Helen",
"semesterJoined": "Fall 2023",
"roleDescription": "Developer",
"about": "I'm a junior studying CS!",
"email": "[email protected]",
"github": "https://github.com/leihelen",
"doubleMajor": null,
"linkedin": null,
"lastName": "Lei",
"graduation": "May 2026",
"pronouns": "she/her",
"role": "developer",
"website": null,
"hometown": "Dallas, TX",
"netid": "hl883",
"college": "cas",
"major": "Computer Science"
},
{
"formerSubteams": [],
"hometown": "Holliston",
"subteams": [
"courseplan"
],
"major": "Computer Science",
"linkedin": "https://www.linkedin.com/in/hannah-yunzi-zhou/",
"pronouns": "she/her",
"graduation": "May 2027",
"doubleMajor": null,
"github": "https://github.com/plumshum",
"lastName": "Zhou",
"website": null,
"role": "developer",
"roleDescription": "Developer",
"about": "Hi! My name is Hannah Zhou. I'm interested technology accessibility and education. As a freshman, I'm open to so many CS field, such as web dev and how we can apply AI. Outside of academics, I love to play games, draw, and every once in and a while I get a whole new obsession. ",
"firstName": "Hannah",
"minor": null,
"email": "[email protected]",
"netid": "hyz4",
"semesterJoined": "Spring 2024"
},
{
"roleDescription": "Business Advisor",
"major": "",
"subteams": [
"leads"
],
"formerSubteams": [
"courseplan"
],
"graduation": "May 2025",
"netid": "jcm533",
"hometown": "",
"pronouns": "",
"semesterJoined": "Spring 2023",
"email": "[email protected]",
"doubleMajor": "",
"college": "dyson",
"linkedin": "",
"minor": "",
"lastName": "Mak",
"about": "",
"github": "",
"role": "business-advisor",
"website": "",
"firstName": "Jonathan"
},
{
"formerSubteams": [],
"lastName": "Green",
"linkedin": "https://www.linkedin.com/in/jacobgreen06",
"minor": "Law and Society",
"netid": "jig47",
"hometown": "Monroe, LA",
"role": "business",
"roleDescription": "Business",
"about": "I am a motivated freshman at the Dyson School of Applied Economics and Management with a passion for learning about the intersection between finance and litigation. I am currently involved in several Cornell clubs, including Diversity on the Street (DOTS) and Scholars Working Ambitiously to Graduate (SWAG), and I’m currently serving as the president of my dorm. In my free time, I enjoy analyzing movies, meeting new people, and playing video games. My dream at the moment is to attend a top law school, though my goals continue to evolve!",
"firstName": "Jacob",
"graduation": "May 2028",
"website": null,
"email": "[email protected]",
"subteams": [
"cuapts"
],
"doubleMajor": "N/A",
"pronouns": "he/him",
"github": null,
"major": "Applied Economics and Management",
"semesterJoined": "Fall 2024"
},
{
"formerSubteams": [],
"hometown": "",
"pronouns": "",
"role": "developer",
"subteams": [
"idol"
],
"email": "[email protected]",
"github": "https://github.com/JasonMun7",
"minor": "",
"website": "",
"firstName": "Jason",
"lastName": "Mun",
"major": "",
"about": "",
"linkedin": "",
"doubleMajor": "",
"roleDescription": "Developer",
"netid": "jjm493",
"graduation": "May 2026",
"semesterJoined": "Spring 2023"
},
{
"hometown": "San Francisco",
"pronouns": "He/Him",
"graduation": "May 2025",
"role": "ops-lead",
"firstName": "James",
"linkedin": "https://www.linkedin.com/in/james-spokes/",
"lastName": "Spokes",
"doubleMajor": "Information Science",
"minor": null,
"formerSubteams": [
"cornellgo"
],
"netid": "jjs464",
"roleDescription": "Full Team Lead",
"github": null,
"major": "Sociology",
"email": "[email protected]",
"subteams": [
"leads"
],
"website": "https://jspokes.com/",
"coffeeChatLink": null,
"about": "Full Team Lead, Former Designer @ CornellGo ",
"semesterJoined": "Fall 2023"
},
{
"formerSubteams": [],
"website": null,
"pronouns": "she/her/hers",
"major": "Computer Science",
"firstName": "Jimin",
"netid": "jk2756",
"email": "[email protected]",
"semesterJoined": "Spring 2025",
"role": "developer",
"coffeeChatLink": "",
"subteams": [
"cornellgo"
],
"doubleMajor": null,
"lastName": "Kim",
"roleDescription": "Developer",
"college": "cas",
"about": "Hi there, I'm Jimin! I love listening to a different genres of music and drinking bubble tea :)",
"github": null,
"graduation": "May 2027",
"hometown": "Connecticut/Seoul",
"linkedin": "www.linkedin.com/in/ziminyk",
"minor": null
},
{
"formerSubteams": [],
"email": "[email protected]",
"subteams": [
"cornellgo"
],
"minor": null,
"doubleMajor": null,
"pronouns": "she/her",
"role": "designer",
"hometown": "Brooklyn, New York",
"firstName": "Jessica",
"linkedin": "https://www.linkedin.com/in/jessica-gexi-liu",
"major": "Information Science ",
"graduation": "May 2027",
"github": null,
"lastName": "Liu",
"website": null,
"roleDescription": "Designer",
"netid": "jl4229",
"semesterJoined": "Fall 2024",
"college": "cas",
"coffeeChatLink": null,
"about": "product designer on CornellGO :))"
},
{
"pronouns": "she/her",
"formerSubteams": [
"reviews"
],
"college": "cals",
"about": "I am a junior at Cornell University planning on double majoring in Information Science and Communication with a minor in Business. ",
"linkedin": "https://www.linkedin.com/in/jaeyoung-lee-jyl/",
"role": "pm",
"major": "Information Science",
"hometown": "South Korea",
"semesterJoined": "Spring 2024",
"roleDescription": "Product Manager",
"firstName": "Jaeyoung",
"doubleMajor": "Communication",
"website": null,
"coffeeChatLink": null,
"netid": "jl4427",
"subteams": [
"cuapts"
],
"graduation": "May 2026",
"email": "[email protected]",
"lastName": "Lee",
"github": null,
"minor": "Business"
},
{
"formerSubteams": [],
"website": null,
"graduation": "May 2028",
"lastName": "Crane",
"doubleMajor": "Mathematics",
"netid": "jlc565",
"pronouns": "she/her",
"email": "[email protected]",
"role": "developer",
"hometown": "Ithaca NY",
"subteams": [
"idol"