forked from mit-ccc/acl-nuse-personal-narratives
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Saldias&Roy-RTN_data.csv
We can't make this file beautiful and searchable because it's too large.
10297 lines (10297 loc) · 958 KB
/
Saldias&Roy-RTN_data.csv
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
story_id,clause_idx,clause_text,mode_label,top_count,Orientation,Action,Evaluation,Not Story,partition,narrators_gender
0,0,"In college, I was figuring my life out.",Orientation,1,1,1,1,0,val,Male
0,1,I didn't have an exact plan in terms of what I wanted to do.,Evaluation,2,1,0,2,0,val,Male
0,2,Everybody that acted in the capacity of a guidance counselor to me helped mold me into where I am today.,Orientation,1,1,1,1,0,val,Male
0,3,"For instance, when I was in high school, my guidance counselor told me",Action,3,0,3,0,0,val,Male
0,4,", Chris, based on what I know about you, I know you love to be in big cities.",Evaluation,3,0,0,3,0,val,Male
0,5,I know you love to study human behavior and psychology.,Evaluation,3,0,0,3,0,val,Male
0,6,We discussed where I might end up in college,Action,3,0,3,0,0,val,Male
0,7,", so I chose to go to NYU based on that feedback.",Action,3,0,3,0,0,val,Male
0,8,"And when I got my first job in marketing analytics, it's when I realized that hey, this is really cool, I actually really like this.",Evaluation,2,0,1,2,0,val,Male
0,9,Don't feel like you have to know all the answers right now.,Evaluation,2,1,0,2,0,val,Male
0,10,"The more strict you are in terms of what you think you want to do, plus options you'll have.",Evaluation,3,0,0,3,0,val,Male
0,11,So think outside the box and keep an open mind.,Evaluation,1,1,1,1,0,val,Male
1,0,My name is I'm a professor at Harvard Business School and Harvard Law School.,Orientation,3,3,0,0,0,val,Male
1,1,I teach finance at the business school.,Orientation,3,3,0,0,0,val,Male
1,2,And I teach taxation and tax policy at the law school.,Orientation,3,3,0,0,0,val,Male
1,3,I've been on the faculty for about 19 years.,Orientation,3,3,0,0,0,val,Male
1,4,So the really fun thing about teaching is it's a way to learn things.,Evaluation,2,0,1,2,0,val,Male
1,5,So when I teach something is when I understand the deeper.,Action,1,1,1,1,0,val,Male
1,6,And so I just have really come to love it,Evaluation,3,0,0,3,0,val,Male
1,7," and I think as I've gotten older, I value it even more and more.",Evaluation,3,0,0,3,0,val,Male
1,8,Teaching has become a bigger and bigger part of my life.,Evaluation,2,0,1,2,0,val,Male
1,9,I can't say there was like some grand design.,Orientation,2,2,1,0,0,val,Male
1,10,There certainly wasn't.,Orientation,2,2,1,0,0,val,Male
1,11,I'm not one of those people who saw my future with precision and was simply going down a path with clarity.,Evaluation,2,1,0,2,0,val,Male
1,12,That's just not the way I was.,Evaluation,3,0,0,3,0,val,Male
1,13,And in fact when I was doing my PhD was the worst.,Evaluation,2,0,1,2,0,val,Male
1,14,Because I had gone to business school.,Action,3,0,3,0,0,val,Male
1,15,People I graduated with from business school are out there in the world making money,Orientation,1,1,1,1,0,val,Male
1,16,and I was not.,Action,3,0,3,0,0,val,Male
1,17,Like I was studying economics.,Action,3,0,3,0,0,val,Male
1,18,And so that was when I questioned myself the most.,Action,2,1,2,0,0,val,Male
1,19,"And I kind of really thought, what the heck am I doing?",Evaluation,2,0,1,2,0,val,Male
1,20,Take the time in your 20s to invest in yourself.,Evaluation,2,0,1,2,0,val,Male
1,21,"That can be formal education, that can just be experiences, that can be exposures.",Evaluation,2,0,1,2,0,val,Male
1,22,You're more likely to under-invest in your experiences than over-invest.,Evaluation,2,0,1,2,0,val,Male
2,0,from college at Brown University.,Orientation,3,3,0,0,0,val,Male
2,1,And we were driving in the car.,Orientation,2,2,1,0,0,val,Male
2,2,"And ah, my father was just making conversation and said, "" So, so what do you want "" to study? ''",Action,3,0,3,0,0,val,Male
2,3,I said,Action,3,0,3,0,0,val,Male
2,4,", um, "" Well, you know, "" I think I want to study philosophy. ''",Evaluation,2,0,1,2,0,val,Male
2,5,And my mother was a philosopher.,Orientation,3,3,0,0,0,val,Male
2,6,"So he pulled the car over, looked back at me, and said, "" When you finish your medical residency, "" you can do anything you want. ''",Action,2,1,2,0,0,val,Male
2,7,You know,Not Story,3,0,0,0,3,val,Male
2,8,", I think all immigrant families understand this to an extent, that your parents want you to do something safe.",Evaluation,2,0,1,2,0,val,Male
2,9,"Have a skill that no one can take away from you, no matter what.",Action,2,0,2,1,0,val,Male
2,10,So I ended up being able to do that which I most wanted to do anyway,Evaluation,2,0,1,2,0,val,Male
2,11,", but I went through it, through the sciences.",Action,3,0,3,0,0,val,Male
2,12,Following your dreams,Action,2,0,2,0,1,val,Male
2,13," is one thing, but you're going to be much better at following your dreams if you have some sort of skill.",Evaluation,2,0,1,2,0,val,Male
2,14,"And that paying your dues and getting some sort of, uh, rigorous training so that you actually know how to do something, uh, is very much worthwhile.",Evaluation,2,0,1,2,0,val,Male
3,0,"Before college, I was in a very traditional, like my dad's an engineer, my mom's a social worker.",Orientation,3,3,0,0,0,val,Female
3,1,They immigrated from India,Orientation,3,3,0,0,0,val,Female
3,2,", it was very traditional in that when I went to design school",Orientation,2,2,0,1,0,val,Female
3,3,", unlike you, Martha, I wasn't an outwardly very creative family.",Orientation,2,2,0,1,0,val,Female
3,4,So it was very new to me,Evaluation,2,1,0,2,0,val,Female
3,5,", I don't even understand what is beautiful in the design.",Evaluation,2,1,0,2,0,val,Female
3,6,And I was introverted,Orientation,3,3,0,0,0,val,Female
3,7,and I wasn't a communicator when I went through school or when I came out.,Orientation,2,2,0,1,0,val,Female
3,8,"And if you don't talk about your ideas or your passions, it's never gon na change.",Action,2,1,2,0,0,val,Female
3,9,I did pick Carnegie Mellon because at the time I was there,Orientation,1,1,1,1,0,val,Female
3,10,", Vivian was the Dean of the School of Architecture.",Orientation,2,2,0,1,0,val,Female
3,11,And she is a very strong environmentalist.,Evaluation,3,0,0,3,0,val,Female
3,12,"A lot of the ideas that she brought to this school were about passive design and architecture, like okay, how to use the sun?",Action,2,0,2,1,0,val,Female
3,13,So that was really inspiring to me,Evaluation,3,0,0,3,0,val,Female
3,14,", but I think it is important to surround yourself with people who you can learn from, someone who is in your community, that really helps you and you help them.",Evaluation,2,0,1,2,0,val,Female
4,0,two things I loved : new media and audio.,Evaluation,2,1,0,2,0,val,Female
4,1,And it was very easy to get.,Evaluation,2,0,1,2,0,val,Female
4,2,And they were very easy to listen to.,Evaluation,3,0,0,3,0,val,Female
4,3,And it was always like so passionate.,Evaluation,3,0,0,3,0,val,Female
4,4,"And so, Tom Merit, who's also one of my best friends, we decided early on that, "" Hey, we love doing podcasts.",Action,2,0,2,1,0,val,Female
4,5,""" We love doing a show together.",Evaluation,2,0,1,2,0,val,Female
4,6,"Let's start a new show "" based on this other thing we love, which is science fiction "" and fantasy. ''",Action,3,0,3,0,0,val,Female
4,7,"It's so easy now to do, to get started in this industry.",Evaluation,2,0,1,2,0,val,Female
4,8,And I'm not saying it's easy to succeed in the industry,Evaluation,2,0,1,2,0,val,Female
4,9,", but the barrier to entry for doing podcasts, for doing online video, for doing a blog or an online magazine is so low.",Evaluation,3,0,0,3,0,val,Female
4,10,"The only advice I tend to ever give is, "" If you want to work in this field "" or do anything remotely like what I'm doing, ah, start.",Action,2,0,2,1,0,val,Female
5,0,"So at Alchemy we are taking the concept of chemistry and science and turning them into game based learning tools for students and for instructors, but in a way that allows for experimentation and play.",Evaluation,2,1,0,2,0,val,Female
5,1,The path was going toward academic chemistry.,Evaluation,2,1,0,2,0,val,Female
5,2,I was good at chemistry,Evaluation,2,1,0,2,0,val,Female
5,3,", I was good at research and all that stuff.",Evaluation,2,1,0,2,0,val,Female
5,4,But I realized that I always liked working with young people.,Evaluation,3,0,0,3,0,val,Female
5,5,"So I actually, in 1994, went and worked at Detroit Country Day School, which is a private school.",Orientation,2,2,1,0,0,val,Female
5,6,"And started my job there and loved it, and raised my children.",Orientation,2,2,1,0,0,val,Female
5,7,They went through the school,Evaluation,1,1,1,1,0,val,Female
5,8,", they went to U of M. And after that I started sort of feeling like not as connected to my school as it used to be, because my kids were gone.",Orientation,2,2,0,1,0,val,Female
5,9,So I started to look for new things and that was the beginning of Alchemy.,Evaluation,2,1,0,2,0,val,Female
5,10,And if my learning tools can be shown to help students from everywhere get better.,Evaluation,2,0,1,2,0,val,Female
5,11,And there's like 50 % fail organic chemistry.,Evaluation,2,1,0,2,0,val,Female
5,12,"If I could cut that down to 40 %, I think that would be success.",Action,2,0,2,1,0,val,Female
5,13,"But, this is not an easy path, it's really hard.",Evaluation,3,0,0,3,0,val,Female
5,14,"But if you're solving a problem that you know needs to be solved, then the hurdles don't feel quite so high.",Evaluation,2,0,1,2,0,val,Female
6,0,"I have a very gradual retinitis pigmentosa, real gradual degeneration of the retina.",Orientation,3,3,0,0,0,val,Male
6,1,"So I went through all the phases of low vision and now to just about total, total blindness.",Orientation,2,2,1,0,0,val,Male
6,2,It started to become an issue when I was 21 and was diagnosed with this disability.,Orientation,3,3,0,0,0,val,Male
6,3,"And then, I was aware of what my future was going to be like, that I was gon na be going blind.",Evaluation,3,0,0,3,0,val,Male
6,4,So having a disability,Orientation,1,1,1,1,0,val,Male
6,5,is like playing a puzzle.,Evaluation,2,0,1,2,0,val,Male
6,6,"If you like puzzles, boy, having a disability is great, because you are You",Evaluation,3,0,0,3,0,val,Male
6,7," are always trying to figure out how to do something, how to make it work, how to find technology that work.",Evaluation,3,0,0,3,0,val,Male
6,8,You got ta make it work for you,Action,3,0,3,0,0,val,Male
6,9,", but you accepted this ability",Action,2,0,2,1,0,val,Male
6,10,", and I think it's very important for everybody to say, hey, I got a disability and get to work on having a great life.",Evaluation,2,0,1,2,0,val,Male
6,11,That's absolutely essential,Evaluation,2,0,1,2,0,val,Male
6,12,", and I see a lot of people that do not accept their disability.",Evaluation,2,1,0,2,0,val,Male
6,13,"They're waiting for a cure or something like this, and the wonderful advances in medicine.",Action,2,0,2,1,0,val,Male
6,14,That's great,Evaluation,3,0,0,3,0,val,Male
6,15,", but you can't build a life around hoping for something to come and cure you.",Evaluation,2,0,1,2,0,val,Male
6,16,You just have to figure out ways of making things work.,Action,2,0,2,1,0,val,Male
7,0,We are creating soft multi-layered forms that interact with environments.,Orientation,2,2,1,0,0,val,Female
7,1,And create a space in cities that open up our imagination and allow us to think about a different way of being.,Orientation,1,1,1,1,0,val,Female
7,2,So I had $ 300,Orientation,2,2,0,1,0,val,Female
7,3,and for graduation I got a plane ticket to Bali.,Action,2,1,2,0,0,val,Female
7,4,And I went off on my own and started walking through the rice fields until I found a little house to rent.,Orientation,2,2,1,0,0,val,Female
7,5,"I went as a painter, I shipped all my paints and they got lost",Orientation,3,3,0,0,0,val,Female
7,6,", and that is how I became a sculpture, because I had no paint.",Evaluation,1,1,1,1,0,val,Female
7,7,I was in a fishing village,Orientation,3,3,0,0,0,val,Female
7,8,", they had fishing twine, and began just experimenting, and from there I had this dream of bringing it back home.",Orientation,2,2,1,0,0,val,Female
7,9,I applied to seven art schools,Action,3,0,3,0,0,val,Female
7,10,and I was rejected by all seven.,Evaluation,2,1,0,2,0,val,Female
7,11,"And that turned out to be the luckiest thing ever in my life, because it forced me to have to learn how to teach myself.",Evaluation,2,1,0,2,0,val,Female
7,12,"The education to do what I do, there is no program.",Orientation,3,3,0,0,0,val,Female
7,13,"If I had gone to a program, it might have led me somewhere",Evaluation,2,0,1,2,0,val,Female
7,14,", but it wouldn't have been as authentic a direction.",Evaluation,3,0,0,3,0,val,Female
7,15,"Any kind of life where you're trying to do something new, and creative, your gon na hit rejections all the time.",Evaluation,2,0,1,2,0,val,Female
7,16,"My mom had a saying for that too, it's like just toughen up, let it come at me.",Orientation,1,1,1,1,0,val,Female
7,17,"Just because you're rejecting me from every single art school I've applied to, that doesn't mean you get to say that I'm not an artist.",Evaluation,2,0,1,2,0,val,Female
7,18,"The thing I had to teach myself after college, was how to hear my own voice, like honestly I just didn't even know it to recognize it.",Evaluation,2,0,1,2,0,val,Female
7,19,Making decisions is gon na happen to you your whole life,Action,2,0,2,1,0,val,Female
7,20,", they are always hard, you've got to figure out how to make them.",Evaluation,2,0,1,2,0,val,Female
7,21,And you have to listen to yourself,Evaluation,2,0,1,2,0,val,Female
7,22,", and so getting to know yourself is maybe the work of this phase of your life.",Evaluation,2,0,1,2,0,val,Female
8,0,"you know, heavy civil tunneling for-for railroads, for highway tunnels, for that kind of stuff.",Orientation,3,3,0,0,0,val,Male
8,1,"So at 20, I was going to school at Colorado State University, majoring in construction management.",Orientation,3,3,0,0,0,val,Male
8,2,"Someone that we were buying stuff from said, "" Hey",Orientation,2,2,1,0,0,val,Male
8,3,", I'm selling a bunch "" of tunneling stuff out to Napa Valley. ''",Orientation,2,2,1,0,0,val,Male
8,4,"I was like, "" Ne-never even heard of it, never",Orientation,2,2,0,1,0,val,Male
8,5,...,Not Story,3,0,0,0,3,val,Male
8,6," '' I mean, I never even drank wine",Evaluation,2,0,1,2,0,val,Male
8,7,", I drank beer.",Action,2,0,2,1,0,val,Male
8,8,So I-I didn't even have any idea where Napa Valley was.,Evaluation,2,1,0,2,0,val,Male
8,9,So we came out here,Action,3,0,3,0,0,val,Male
8,10,", and thank goodness there was another contractor digging a tunnel that was, they were in trouble.",Orientation,2,2,0,1,0,val,Male
8,11,We talked to them.,Action,3,0,3,0,0,val,Male
8,12,""" Sure, we can do that. ''",Orientation,1,1,1,1,0,val,Male
8,13,And we did,Action,3,0,3,0,0,val,Male
8,14,", and we, and we built a beautiful cave",Action,2,0,2,1,0,val,Male
8,15,", and it's just been going since then.",Evaluation,2,0,1,2,0,val,Male
8,16,"Right now, you guys have got nothing to lose.",Evaluation,3,0,0,3,0,val,Male
8,17,"And that's like when we started this company, my wife and I.",Orientation,3,3,0,0,0,val,Male
8,18,We sat down and talked,Action,3,0,3,0,0,val,Male
8,19,", we were still young enough that if we lost everything, so what?",Action,2,0,2,1,0,val,Male
8,20,I just have to go get a job,Action,1,1,1,1,0,val,Male
8,21,", that's where I came from anyhow.",Orientation,2,2,0,1,0,val,Male
9,0,I was the first one to go to college in my family.,Orientation,3,3,0,0,0,val,Female
9,1,"As an undergraduate, I found a passion for science",Orientation,3,3,0,0,0,val,Female
9,2," and I focused all my attention on biology, neuroscience.",Action,2,1,2,0,0,val,Female
9,3,"And then all of a sudden, my passion shifted from doing research, research, research to understanding how do I get my invention to the market.",Orientation,2,2,0,1,0,val,Female
9,4,And then I did an internship with an investment firm and so after doing that,Action,3,0,3,0,0,val,Female
9,5,", well, okay?",Not Story,2,0,0,1,2,val,Female
9,6,I know how they get funded,Orientation,2,2,0,1,0,val,Female
9,7,", I really",Action,1,1,1,1,0,val,Female
9,8,", really like the startup environment.",Evaluation,2,1,0,2,0,val,Female
9,9,I'm gon na jump into a startup company that I'm really passionate about,Action,3,0,3,0,0,val,Female
9,10,", and I met the CEO of Recovery Force.",Action,3,0,3,0,0,val,Female
9,11,So I was brought onto Recovery Force to help promote the research and support the research through funding through the National Institute of Health.,Action,2,1,2,0,0,val,Female
9,12,"And like I say, it wasn't a straight road, what I thought I was gon na be doing today was not what I originally planned 10 or 15 years ago.",Evaluation,3,0,0,3,0,val,Female
9,13,There's so many avenues into every type of career path.,Evaluation,3,0,0,3,0,val,Female
9,14,"You have to figure out what is best for you, cuz you can go political",Evaluation,2,0,1,2,0,val,Female
9,15,", you can go into academics",Action,2,0,2,1,0,val,Female
9,16,", you can stay.",Action,2,0,2,1,0,val,Female
9,17,There's so many areas where you can provide value.,Evaluation,2,1,0,2,0,val,Female
10,0,I gre up in Nigeria.,Orientation,3,3,0,0,0,val,Female
10,1,But we came from a very entrepreneurial family.,Orientation,3,3,0,0,0,val,Female
10,2,And that meant that people were doers.,Evaluation,2,1,0,2,0,val,Female
10,3,"And I believe in life, that you actually have the capacity to do whatever it is you want to do.",Action,2,0,2,1,0,val,Female
10,4,Nobody else is going to do it.,Evaluation,2,0,1,2,0,val,Female
10,5,There are so many things you see in life that you feel like there's injustice.,Evaluation,2,1,0,2,0,val,Female
10,6,But often times you just relax and say somebody else is gon na do it.,Action,3,0,3,0,0,val,Female
10,7,Well that's somebody else is you.,Evaluation,2,1,0,2,0,val,Female
10,8,And you seem very controlled about your own life and very driven.,Action,1,0,1,1,1,val,Female
10,9,So I'm wondering was there a time when you were less sure about yourself?,Not Story,1,0,1,1,1,val,Female
10,10,Yes.,Evaluation,2,0,0,2,1,val,Female
10,11,Okay.,Not Story,3,0,0,0,3,val,Female
10,12,Oh yeah.,Not Story,2,0,0,1,2,val,Female
10,13,Tell me about that.,Action,2,0,2,0,1,val,Female
10,14,Computer scientists know nothing ever works the first time,Evaluation,2,1,0,2,0,val,Female
10,15,", that's the beauty of it.",Evaluation,2,1,0,2,0,val,Female
10,16,It's a problem solving thing,Evaluation,2,1,0,2,0,val,Female
10,17,", and so failure is built into the act of learning.",Evaluation,2,1,0,2,0,val,Female
10,18,"You have to like trip and trip, and trip, and trip.",Action,3,0,3,0,0,val,Female
10,19,"And then, once you figure out all the ways you can trip, you finally learn how to walk.",Action,2,0,2,1,0,val,Female
10,20,It's little baby steps to build that muscle of courage and confidence.,Action,2,0,2,1,0,val,Female
10,21,"Just take a deep breath, and just tell your feet to move",Action,3,0,3,0,0,val,Female
10,22,", and your feet will move.",Evaluation,2,0,1,2,0,val,Female
11,0,So you're secretly writing your songs.,Action,2,1,2,0,0,val,Male
11,1,"Like in the beginning, well, during filming yourself, you just think",Orientation,2,2,1,0,0,val,Male
11,2,", okay.",Evaluation,3,0,0,3,0,val,Male
11,3,I hope one day,Evaluation,2,0,1,2,0,val,Male
11,4,", I could perform on stage.",Action,2,0,2,1,0,val,Male
11,5,Or is it just.,Evaluation,2,0,0,2,1,val,Male
11,6,"I mean, I just",Evaluation,2,0,0,2,1,val,Male
11,7,", it was therapy.",Evaluation,3,0,0,3,0,val,Male
11,8,"Like, I never been to a therapist.",Orientation,2,2,0,1,0,val,Male
11,9,Yeah.,Evaluation,1,0,1,1,1,val,Male
11,10,"So instead, I would, you know, have an awful end to a relationship and pick up a guitar.",Action,2,0,2,1,0,val,Male
11,11,And to me song writing was always like personal diary as opposed to,Evaluation,2,0,1,2,0,val,Male
11,12,", there are some people who, music to them is a way to fill their ego, and I just never felt that way.",Evaluation,2,1,0,2,0,val,Male
11,13,I was shocked that any body even wanted to buy anything.,Evaluation,3,0,0,3,0,val,Male
11,14,But I did.,Action,2,0,2,1,0,val,Male
11,15,Cuz I would literally like record a song and put it on a tape,Action,2,0,2,1,0,val,Male
11,16,", and once it was done",Action,2,1,2,0,0,val,Male
11,17,", I'd throw it on a shelf and start the next song.",Action,2,0,2,1,0,val,Male
11,18,"And it was about songs, as opposed to selling the songs or performing or anything like that.",Evaluation,1,1,1,1,0,val,Male
11,19,"It was just really, really intimate, personal things.",Evaluation,3,0,0,3,0,val,Male
11,20,"So I think that's, when I first started playing out, that was the fear to me was kinda breaking out",Evaluation,1,1,1,1,0,val,Male
11,21,", you know, all this really personal stuff, and getting on stage and saying it.",Action,3,0,3,0,0,val,Male
11,22,Right.,Not Story,2,0,1,0,2,val,Male
11,23,And hoping I,Action,2,0,2,1,0,val,Male
11,24,don't make a fool out of my self.,Evaluation,2,0,1,2,0,val,Male
12,0,a few record deals and we had,Orientation,3,3,0,0,0,val,Male
12,1,", we'd been touring across the country.",Orientation,2,2,1,0,0,val,Male
12,2,And we had a deal with a network to do a television show based on The Aquabats.,Orientation,3,3,0,0,0,val,Male
12,3,"Just going to a network with it, we were going to end up in this kind of development again",Orientation,2,2,1,0,0,val,Male
12,4,", so we were like, "" Okay, that's it.",Action,2,1,2,0,0,val,Male
12,5,""" We're doing it ourselves. ''",Action,3,0,3,0,0,val,Male
12,6,We were just naive about it.,Evaluation,3,0,0,3,0,val,Male
12,7,"Like, "" Let's put it on the internet. ''",Action,3,0,3,0,0,val,Male
12,8,So we put a trailer on the internet.,Action,3,0,3,0,0,val,Male
12,9,"And sure enough, we had like two million hits in like...",Orientation,3,3,0,0,0,val,Male
12,10,a week.,Orientation,3,3,0,0,0,val,Male
12,11,"While you're young, you can take chances.",Evaluation,3,0,0,3,0,val,Male
12,12,"But once you get, you know, start having kids",Evaluation,2,0,1,2,0,val,Male
12,13,", you need to have a steady income.",Evaluation,2,0,1,2,0,val,Male
12,14,It's hard.,Evaluation,3,0,0,3,0,val,Male
12,15,It was tough.,Evaluation,3,0,0,3,0,val,Male
12,16,That's what our culture is losing.,Evaluation,3,0,0,3,0,val,Male
12,17,"We're losing the like, "" Make things tough on yourself "" so that you're stronger. ''",Evaluation,3,0,0,3,0,val,Male
13,0,a trial court judge who had to have a very analytical mind.,Orientation,2,2,0,1,0,val,Female
13,1,"Practice law, former prosecutor, former attorney general.",Orientation,3,3,0,0,0,val,Female
13,2,"But you know how you keep waking up thinking, "" There is something else ''?",Action,2,0,2,1,0,val,Female
13,3, Right.,Not Story,2,0,0,1,2,val,Female
13,4," I thought that the judgeship, that being a judge, was it.",Evaluation,3,0,0,3,0,val,Female
13,5,I know now in my heart,Evaluation,3,0,0,3,0,val,Female
13,6,", it's not a thing.",Evaluation,3,0,0,3,0,val,Female
13,7,It is constantly evolving and keeping your heart open.,Evaluation,2,0,1,2,0,val,Female
13,8,Because look!,Action,2,0,2,1,0,val,Female
13,9,I'm a television personality.,Orientation,2,2,0,1,0,val,Female
13,10,I'm a minister.,Orientation,3,3,0,0,0,val,Female
13,11,Tapping into your purpose,Action,2,0,2,1,0,val,Female
13,12,takes a great deal of discipline.,Evaluation,2,0,1,2,0,val,Female
13,13,Because you have to ask the question every day that you open your eyes.,Evaluation,2,0,1,2,0,val,Female
14,0,"And so I had kind of just spent three years, three-four years, um, just kind of working service jobs.",Orientation,3,3,0,0,0,val,Male
14,1,I finally enrolled back in college,Action,3,0,3,0,0,val,Male
14,2,", but I really didn't know what I wanted to do.",Evaluation,2,0,1,2,0,val,Male
14,3,And so I ended up,Action,3,0,3,0,0,val,Male
14,4,", you know, I mean, basically partying my one year in college away.",Action,2,1,2,0,0,val,Male
14,5,You know,Not Story,2,0,1,0,2,val,Male
14,6,", my grades were so bad",Evaluation,2,1,0,2,0,val,Male
14,7,", I wasn't invited to go back.",Orientation,1,1,1,1,0,val,Male
14,8,"I think, just kind of at the back of my mind",Evaluation,2,0,1,2,0,val,Male
14,9,", I had always wanted to do something that was creative.",Evaluation,2,0,1,2,0,val,Male
14,10,"But, you know, when you're growing up on the reservation, I mean, you can be creative, but you probably won't get paid for it.",Evaluation,1,1,1,1,0,val,Male
14,11,"'Cause when I started doing radio, I absolutely loved it",Evaluation,2,0,1,2,0,val,Male
14,12," and, you know",Not Story,2,0,1,0,2,val,Male
14,13,", I just ran with it.",Action,3,0,3,0,0,val,Male
14,14,I tried to do the best job that I could.,Action,3,0,3,0,0,val,Male
14,15,It was while I was doing that job that I stumbled onto the idea for the first documentary that I worked on.,Orientation,2,2,1,0,0,val,Male
14,16,I mean,Not Story,2,0,1,0,2,val,Male
14,17,", I kind of just went with the film thing from there.",Action,2,0,2,1,0,val,Male
14,18,I think you just know when you discover what it is that you want to do.,Evaluation,2,0,1,2,0,val,Male
15,0,Chicago is one of the most segregated cities in the world.,Orientation,3,3,0,0,0,val,Male
15,1,So when people talk about gang issues or what have you,Orientation,1,1,1,1,0,val,Male
15,2,", you can't talk about that without talking about hyper segregation, marginalization and disinvestment.",Orientation,1,1,1,1,0,val,Male
15,3,"For me, the driving force is what is that story that we don't talk about?",Evaluation,2,1,0,2,0,val,Male
15,4,What are those things that have gone missing and now what is the responsibility to work with others in bringing those things back.,Orientation,1,1,1,1,0,val,Male
15,5,To get to that level of critical thinking,Action,2,0,2,1,0,val,Male
15,6,", I mean you got ta start asking questions first.",Action,3,0,3,0,0,val,Male
15,7,What was the moment when you started asking those questions?,Action,2,0,2,1,0,val,Male
15,8,Kindergarten.,Orientation,3,3,0,0,0,val,Male
15,9,Kindergarten?,Orientation,2,2,0,0,1,val,Male
15,10,"Any type of tangible critical analysis, forthright change, is directed by people who have found those conditions intolerable and are working to change those conditions.",Evaluation,2,0,1,2,0,val,Male
15,11,So that piece I think really accounted for my education.,Orientation,2,2,0,1,0,val,Male
15,12,So we have to be able to perpetually ask questions.,Action,3,0,3,0,0,val,Male
15,13,Think and create and find a community of folks that you can think and create with.,Action,2,0,2,1,0,val,Male
15,14,Yes.,Evaluation,2,0,0,2,1,val,Male
15,15,I think that's critical in this day and age.,Evaluation,3,0,0,3,0,val,Male
15,16,Yes.,Evaluation,2,0,0,2,1,val,Male
16,0,being anxious about my future.,Evaluation,2,0,1,2,0,val,Male
16,1,I think I started to make plans or,Action,2,1,2,0,0,val,Male
16,2,...,Not Story,3,0,0,0,3,val,Male
16,3,to really think of what I'm going to do by the time,Evaluation,3,0,0,3,0,val,Male
16,4,I was 30.,Orientation,2,2,0,1,0,val,Male
16,5,"I run into students or young designers who say, "" Oh, you know",Orientation,2,2,1,0,0,val,Male
16,6,", like, I really wanted to study art, "" but my parents said, ` Oh",Evaluation,2,1,0,2,0,val,Male
16,7,", you'll never make any money '' ` with that",Evaluation,3,0,0,3,0,val,Male
16,8,", ' so I studied graphic design instead",Orientation,2,2,1,0,0,val,Male
16,9,. '',Not Story,3,0,0,0,3,val,Male
16,10,And I think that almost always is a mistake.,Evaluation,3,0,0,3,0,val,Male
16,11,"Because, uh, if you don't have the passion for it, you're not gon na be a great graphic designer.",Evaluation,3,0,0,3,0,val,Male
16,12,"So I really think that, that figuring out what you have passion at",Evaluation,3,0,0,3,0,val,Male
16,13,and pursuing that,Action,3,0,3,0,0,val,Male
16,14,is a very very worthwhile thing.,Evaluation,2,0,1,2,0,val,Male
17,0,"When I was very little, my parents knew there was something going on.",Orientation,3,3,0,0,0,val,Male
17,1,"They saw some of the anxiety, some of the motoric skills.",Orientation,3,3,0,0,0,val,Male
17,2,But they didn't realize the complexity of what dyspraxia was.,Evaluation,2,1,0,2,0,val,Male
17,3,Can you talk a little bit more about how that felt?,Evaluation,1,0,1,1,1,val,Male
17,4,"Sure, sure, I felt very isolated and very confused.",Evaluation,3,0,0,3,0,val,Male
17,5,"And as I hit your age, there were stages when I didn't want to live.",Evaluation,2,1,0,2,0,val,Male
17,6,I thought no one believes me,Evaluation,3,0,0,3,0,val,Male
17,7,", I want to end my life",Action,2,0,2,1,0,val,Male
17,8,", I want to die.",Action,2,0,2,1,0,val,Male
17,9,"And I was very lost, very confused what I wanted to do.",Evaluation,2,1,0,2,0,val,Male
17,10,"So I decided after working in a summer camp when I was around 18, I met adults from the UK, New Zealand, Australia that understood my struggles.",Orientation,2,2,1,0,0,val,Male
17,11,"And as I got involved and situated, I got connected to the top experts in the UK.",Orientation,2,2,0,1,0,val,Male
17,12,I would literally stay at their homes,Orientation,2,2,1,0,0,val,Male
17,13,and they would teach me about dyspraxia,Action,2,1,2,0,0,val,Male
17,14,", and I just felt so proud of myself.",Evaluation,3,0,0,3,0,val,Male
17,15,"For the first time I felt confident, because I met the right people and the mentors to guide me and assist me.",Evaluation,3,0,0,3,0,val,Male
17,16,"In meeting other adults like myself, I knew through their teaching, their experience and their guidance of what I was living with.",Evaluation,3,0,0,3,0,val,Male
17,17,"A, I wasn't alone and B",Evaluation,2,1,0,2,0,val,Male
17,18,", I had talents and gifts.",Evaluation,2,1,0,2,0,val,Male
17,19,"I learned from some of the patients at the development how I can do things because I had people in school, 18 through 21 saying I couldn't.",Orientation,2,2,0,1,0,val,Male
17,20,And now I know I can.,Evaluation,3,0,0,3,0,val,Male
18,0,Well...,Not Story,3,0,0,0,3,val,Male
18,1,what's the chances of makin ' it?,Not Story,1,0,1,1,1,val,Male
18,2,About like hittin ' the lottery.,Evaluation,2,0,1,2,0,val,Male
18,3," [British accent] I mean, are you saying, "" Don't take the chance ''?",Not Story,1,1,0,1,1,val,Male
18,4," I say go to school and get all the degrees you can get, get into business, make all the money you can get.",Evaluation,2,0,1,2,0,val,Male
18,5,Then start a band or a night - club.,Action,3,0,3,0,0,val,Male
18,6,Don't do it the hard way like we,Evaluation,2,0,1,2,0,val,Male
18,7,did.,Action,1,0,1,1,1,val,Male
18,8," Does that mean that if you went back, you'd do it differently?",Evaluation,2,0,0,2,1,val,Male
18,9, I probably would've went to school.,Action,3,0,3,0,0,val,Male
18,10, Why?,Evaluation,2,0,0,2,1,val,Male
18,11, I-I'll tell you this,Evaluation,2,0,0,2,1,val,Male
18,12,: I've been in a lot of trouble in my life.,Evaluation,2,0,1,2,0,val,Male
18,13,I've been to prison twice.,Evaluation,2,0,1,2,0,val,Male
18,14,There's just no,Evaluation,3,0,0,3,0,val,Male
18,15,...,Not Story,3,0,0,0,3,val,Male
18,16," there's just no reason to have to go through anything that hard, you know?",Evaluation,3,0,0,3,0,val,Male
18,17,But I didn't see it when I was a kid.,Orientation,1,1,1,1,0,val,Male
18,18,If it's a burning desire,Evaluation,2,0,1,2,0,val,Male
18,19,and you can't think of nothin ' else,Action,2,0,2,1,0,val,Male
18,20,", you might have a chance.",Evaluation,2,0,1,2,0,val,Male
18,21,"If you think you do and you're willing to roll the dice, then you go do it",Action,2,0,2,1,0,val,Male
18,22,", but you'll never find out unless you do try, you know?",Action,2,0,2,1,0,val,Male
18,23,That's the other side of the coin.,Evaluation,3,0,0,3,0,val,Male
19,0,"with my guidance counselor and we decided that, you know, I had an artistic streak",Orientation,2,2,0,1,0,val,Male
19,1,and I was good in math,Orientation,2,2,0,1,0,val,Male
19,2,", and therefore I should be an architect.",Evaluation,2,0,1,2,0,val,Male
19,3,And I think it was about the third year in school,Orientation,3,3,0,0,0,val,Male
19,4,", I realized I wasn't really that good at it",Evaluation,3,0,0,3,0,val,Male
19,5,and I kind of didn't even like it that much.,Evaluation,3,0,0,3,0,val,Male
19,6,And the next couple of years were pretty scary 'cause um,Evaluation,3,0,0,3,0,val,Male
19,7,", I-I had a degree in something I was pretty sure I was never gon na use.",Evaluation,2,1,0,2,0,val,Male
19,8,And I just kind of didn't know what course my life was gon na take.,Orientation,2,2,0,1,0,val,Male
19,9,By the time I graduated from college I actually had a few nationally-released records,Orientation,2,2,0,1,0,val,Male
19,10,", and they didn't make that big of a splash or make that much money",Evaluation,2,1,0,2,0,val,Male
19,11,", but it was enough to get me thinking like, "" Wow, well this would be cool "" to do this for a living.",Evaluation,2,0,1,2,0,val,Male
19,12,"I like this more than being "" an architect or hovering over a drawing board "" for 20 hours a day. ''",Evaluation,3,0,0,3,0,val,Male
19,13,It's a clichà ©,Evaluation,3,0,0,3,0,val,Male
19,14,", but you do have to kind of follow your dreams.",Action,2,0,2,1,0,val,Male
19,15,"Especially, you guys are all young",Orientation,3,3,0,0,0,val,Male
19,16,", and, you know",Action,2,0,2,0,1,val,Male
19,17,", this is the time to do it.",Action,2,1,2,0,0,val,Male
19,18,"If I were you, I would definitely go for what makes you happy.",Action,2,0,2,1,0,val,Male
19,19,The big irony of my life and my career is that I've outlasted most of the people I've parodied over the years.,Evaluation,2,0,1,2,0,val,Male
20,0,There's kind of three stages of happiness.,Evaluation,2,1,0,2,0,val,Male
20,1,"It's what I call future happiness, that's where you're daydreaming",Orientation,1,1,1,1,0,val,Male
20,2,", that's future happiness.",Evaluation,2,1,0,2,0,val,Male
20,3,There's historical happiness.,Evaluation,2,1,0,2,0,val,Male
20,4,And then there's current happiness.,Evaluation,2,1,0,2,0,val,Male
20,5,And this is where a lot of people get really messed up.,Evaluation,2,0,1,2,0,val,Male
20,6,Because current happiness could be simply hedonism.,Evaluation,3,0,0,3,0,val,Male
20,7,People can get locked into the cycle of escape.,Evaluation,3,0,0,3,0,val,Male
20,8,"In some ways, I think it's the ultimate addiction, life escape.",Evaluation,3,0,0,3,0,val,Male
20,9,But it builds almost no future happiness and an awful lot of past unhappiness.,Evaluation,3,0,0,3,0,val,Male
20,10,"Cuz when you say, oh boy, that was a wasted year of drugs and debauchery.",Evaluation,2,1,0,2,0,val,Male
20,11,"And so, you can't live life without having some current happiness.",Evaluation,3,0,0,3,0,val,Male
20,12,"But, the thing that people have to learn is that projects and going toward life is where happiness is.",Evaluation,2,0,1,2,0,val,Male
21,0,I am the marketing director here at Valen Analytics.,Orientation,3,3,0,0,0,val,Female
21,1,Our company builds predictive models,Orientation,3,3,0,0,0,val,Female
21,2,and we also have a platform that host them that integrates into the company workflows for property and casualty companies.,Orientation,3,3,0,0,0,val,Female
21,3,So the predictive models basically allow them to better price and select risks,Orientation,2,2,0,1,0,val,Female
21,4,", so yeah, I do the execution of the marketing campaigns",Orientation,2,2,1,0,0,val,Female
21,5,and the coordination with inside sales.,Orientation,2,2,1,0,0,val,Female
21,6,So I graduated,Orientation,2,2,1,0,0,val,Female
21,7,", and then I worked in the mental health industry for a while.",Orientation,2,2,1,0,0,val,Female
21,8,"And decided that that was not good for my own mental health, it was very stressful, very taxing.",Evaluation,3,0,0,3,0,val,Female
21,9,"So I went to went back to school, got my masters in marketing, I thought that I was gon na be able to graduate and step right into a marketing job",Action,2,1,2,0,0,val,Female
21,10,but there was a lot more business acumen that needed to be developed before I was really prepared for that.,Evaluation,2,1,0,2,0,val,Female
21,11,"I had to be humbled and grounded a bit more to realize, yeah, you have a foundation.",Evaluation,3,0,0,3,0,val,Female
21,12,"But that foundation, the degree is not your golden ticket into the chocolate factory.",Evaluation,2,1,0,2,0,val,Female
21,13,The degree is what may help open the door,Evaluation,3,0,0,3,0,val,Female
21,14,but you've got to earn your way the rest of the way.,Evaluation,2,1,0,2,0,val,Female
21,15,"So the way I interpreted that is, I need to make sure that I'm really putting forward the solid performance at what I'm doing now and then set forth my next goal.",Evaluation,2,0,1,2,0,val,Female
21,16,"And I really want to understand marketing from start to finish, and sales, and the process, and how you can use your skills and your influence in an organization to drive to the bottom line to make the company more successful.",Evaluation,2,0,1,2,0,val,Female
22,0,"Originally from outside of Richmond, Virginia.",Orientation,3,3,0,0,0,val,Male
22,1,We were in more of a predominantly white area.,Orientation,3,3,0,0,0,val,Male
22,2,Always being the only black person or in the room.,Orientation,2,2,0,1,0,val,Male
22,3,Really involved in church,Orientation,1,1,1,1,0,val,Male
22,4,and suddenly my brother had the flu.,Orientation,1,1,1,1,0,val,Male
22,5,"And the doctors thought it was, it's just the flu and take some antibiotics",Orientation,2,2,0,1,0,val,Male
22,6,and it'll get better.,Evaluation,2,1,0,2,0,val,Male
22,7,"Unfortunately, roughly two to three days later he was in the hospital",Orientation,3,3,0,0,0,val,Male
22,8,", and he passed away suddenly from meningitis.",Orientation,2,2,1,0,0,val,Male
22,9,What was the light in that was having a chance to see the impact that one individual had.,Evaluation,3,0,0,3,0,val,Male
22,10,It really shook me to believe that I can make a difference in this world.,Evaluation,3,0,0,3,0,val,Male
22,11,And I wanted to carry on his legacy of changing someone's life and making an impact.,Action,2,0,2,1,0,val,Male
22,12,"Now, being with the coolest company that I ever could imagine, Spotify.",Orientation,2,2,1,0,0,val,Male
22,13,"Where I'm responsible now for bringing globally people from diverse backgrounds and saying, you're welcomed here.",Orientation,2,2,1,0,0,val,Male
22,14,As I look bach in my life I wan na know that I've helped someone get to the road or get back the road to getting to where they wan na go.,Evaluation,2,0,1,2,0,val,Male
22,15,Whatever that looks like or sounds like to you.,Evaluation,3,0,0,3,0,val,Male
22,16,Or through my story or through my experience that I've given you encouragement to carry on.,Evaluation,2,0,1,2,0,val,Male
23,0,My name's Laura,Orientation,3,3,0,0,0,val,Female
23,1,", I run Allied Woodshop.",Orientation,2,2,1,0,0,val,Female
23,2,We're a collective woodshop.,Orientation,3,3,0,0,0,val,Female
23,3,We are home to about eight furniture makers who make their living making furniture in the shop here.,Orientation,3,3,0,0,0,val,Female
23,4,And we also teach woodworking classes.,Orientation,2,2,1,0,0,val,Female
23,5,Most people think I make my living making furniture,Evaluation,2,1,0,2,0,val,Female
23,6,", but most of my time is spent managing Allied Woodshop.",Orientation,2,2,1,0,0,val,Female
23,7,My whole family has this ethic of working with their hands and being able to do things for themselves.,Orientation,3,3,0,0,0,val,Female
23,8,And that's something that I grew up with,Evaluation,2,0,1,2,0,val,Female
23,9,and I saw,Action,2,0,2,1,0,val,Female
23,10,", and it's not something that I had in my jobs.",Orientation,2,2,0,1,0,val,Female
23,11,I was finding myself in jobs where I was behind computers,Orientation,2,2,0,1,0,val,Female
23,12,", I was on the phone.",Orientation,1,1,1,1,0,val,Female
23,13,I thought the work was very important,Evaluation,3,0,0,3,0,val,Female
23,14,", but, at the end of the day, I wasn't very happy with how my time was spent during the day.",Evaluation,3,0,0,3,0,val,Female
23,15,"And so I eventually took a year off, moved up to Northern California.",Action,2,1,2,0,0,val,Female
23,16,Went to the Krenov School.,Action,2,1,2,0,0,val,Female
23,17,It's a year-long certificate program on furniture making.,Orientation,3,3,0,0,0,val,Female
23,18,That's kind of how I got into woodworking.,Orientation,2,2,1,0,0,val,Female
23,19,It's something that keeps me feeling like I'm connected to my family and my roots.,Evaluation,3,0,0,3,0,val,Female
23,20,"So be introspective, and do some soul-searching and think about what your strengths are, what it is that you love to do, and figure out if there's a way to turn that into your career path.",Evaluation,3,0,0,3,0,val,Female
24,0,The great network is a writing platform.,Orientation,2,2,0,1,0,val,Female
24,1,"And the way we do that, is we connect teachers in K-12 schools across the country, and their students with dedicated, personalized coaches to give students individualized feedback on their writing.",Orientation,2,2,1,0,0,val,Female
24,2,"So when I was in your shoes, I had really no concept of what the great network would become.",Evaluation,2,1,0,2,0,val,Female
24,3,"For me, I think, that I, initially, when we did a very basic test of our service, or our product, the moment I saw that we were creating new value that didn't exist before",Action,2,0,2,1,0,val,Female
24,4,", I just got so excited about that, that I was like, this can, and should exist",Evaluation,2,1,0,2,0,val,Female
24,5,", it's feasible, it's desirable, for me",Evaluation,3,0,0,3,0,val,Female
24,6,", I never then after that wanted to do anything else",Action,2,0,2,1,0,val,Female
24,7,", so.",Not Story,2,0,1,0,2,val,Female
24,8,I think there were things that were really hard,Evaluation,3,0,0,3,0,val,Female
24,9,", but I never thought that it couldn't happen",Evaluation,3,0,0,3,0,val,Female
24,10,", or it shouldn't happen, or something like that.",Evaluation,3,0,0,3,0,val,Female
24,11,"I think one of the ways I've been able to keep that mindset, is by kind of boxing each challenge as it comes, and not thinking about the next ten challenges.",Evaluation,2,0,1,2,0,val,Female
24,12,"If I thought about all of the challenges at once, I would probably be so overwhelmed as to say, let's not even start this, so I was like very comfortable with the uncertainty that I was taking on, very comfortable with the risk that I was taking on, and willing to just adapt, and change, and learn.",Evaluation,2,0,1,2,0,val,Female
24,13,"And be comfortable that I could rise to each successive challenge as it came, which is what entrepreneurship is a lot of.",Evaluation,2,0,1,2,0,val,Female
25,0,So I went to Indiana on a scholarship.,Orientation,3,3,0,0,0,val,Male
25,1,And my whole world at that time was really focused around the Olympics.,Orientation,3,3,0,0,0,val,Male
25,2,I wanted to be on the Olympic team.,Orientation,2,2,1,0,0,val,Male
25,3,I majored in marketing and business management during my college because I knew that I would have to do something beyond it,Orientation,3,3,0,0,0,val,Male
25,4,", but what it was going to be, I had no idea.",Evaluation,2,1,0,2,0,val,Male
25,5,I really didn't have a clue.,Evaluation,3,0,0,3,0,val,Male
25,6,And then while...,Orientation,1,1,0,1,1,val,Male
25,7," actually while my wife was working on Jurassic Park -- she was doubling the little girl, Ariana Richards, in Jurassic Park -- Cirque du Soleil was in Santa Monica.",Action,2,1,2,0,0,val,Male
25,8,They had an audition going on at the pier.,Orientation,3,3,0,0,0,val,Male
25,9,And she went,Action,2,0,2,1,0,val,Male
25,10,and they wanted her,Evaluation,1,1,1,1,0,val,Male
25,11,", and they wanted",Evaluation,1,1,1,1,0,val,Male
25,12,", uh, they were looking for a guy that had trampoline background",Orientation,2,2,1,0,0,val,Male
25,13,and I sent my video tape of some shows that I had done,Action,3,0,3,0,0,val,Male
25,14,", the diving and trampoline shows combined",Orientation,2,2,1,0,0,val,Male
25,15,", and they liked it.",Orientation,2,2,0,1,0,val,Male
25,16,"And so they invited us to join, join Cirque du Soleil.",Evaluation,2,0,1,2,0,val,Male
25,17,"I guess th-the only advice then, from that, that I can look back and say that I-I tried to-to do was to-to have a passion for what I was doing.",Evaluation,2,0,1,2,0,val,Male
25,18,"Regardless of whether you know exactly what it's gon na be or not, if what you do is your passion, it never feels like a job.",Action,1,1,1,1,0,val,Male
26,0,but I promised myself I'd stay at it for like a year so that I could prove to myself I could hang at a regular job.,Action,2,0,2,1,0,val,Female
26,1,I made friends with somebody in personnel at Warner Brother Records.,Action,2,1,2,0,0,val,Female
26,2,"And I told her that, "" Look",Action,3,0,3,0,0,val,Female
26,3,", if anything comes up, "" would you keep me in mind? ''",Action,3,0,3,0,0,val,Female
26,4,So I ended up getting my job in the black music department at Warner Brother Records.,Orientation,2,2,0,1,0,val,Female
26,5,We started out,Action,2,1,2,0,0,val,Female
26,6,", I think, nationally in that department there were probably maybe six people.",Orientation,2,2,1,0,0,val,Female
26,7,"When I left the black music department in 19, um, 95, we had about 60 people",Orientation,2,2,1,0,0,val,Female
26,8,", and it had been the # 1 black music label for year after year because of the tremendous artist roster that we had.",Orientation,2,2,0,1,0,val,Female
26,9,Part of it is the naà ¯ vetà © of being young,Evaluation,2,0,1,2,0,val,Female
26,10," and, and like, "" I can make anything happen, '' and-and I think it's important to have that viewpoint because if you don't, you're gon na sit back and opportunities will pass you.",Evaluation,2,0,1,2,0,val,Female
27,0,And then in college is when I joined a team called Kaba Modern.,Orientation,3,3,0,0,0,val,Male
27,1,"And that was when, ah, everything changed.",Evaluation,2,0,1,2,0,val,Male
27,2,Just started to meet a whole,Action,2,0,2,1,0,val,Male
27,3,...,Not Story,3,0,0,0,3,val,Male
27,4,it was a whole creative environment of like-minded individuals,Orientation,2,2,0,1,0,val,Male
27,5,", I guess.",Evaluation,2,0,1,2,0,val,Male
27,6,Where we were all just ready to just put in work and train and just we were all passionate about getting better.,Orientation,2,2,0,1,0,val,Male
27,7,And so I think,Evaluation,2,0,1,2,0,val,Male
27,8,", I think it kind of set something for me to also strive for.",Evaluation,2,0,1,2,0,val,Male
27,9,I never thought that I would be dancing as a career.,Evaluation,2,0,1,2,0,val,Male
27,10,It really,Not Story,3,0,0,0,3,val,Male
27,11,", it never happened until only a couple years ago.",Orientation,2,2,0,1,0,val,Male
27,12,I didn't think that was even possible.,Evaluation,3,0,0,3,0,val,Male
27,13,"But I just loved it so much that um, I did whatever it took in order for me to um, keep dancing alive.",Evaluation,2,0,1,2,0,val,Male
27,14,"And in my circumstances, it was, "" I'm gon na stay up '''til four in the morning and struggle with the rest "" of my life, ah, for this because this is just too fun "" and I can't",Action,2,0,2,1,0,val,Male
27,15,", I can't let it go. ''",Action,2,0,2,1,0,val,Male
28,0,I feel like okay I'm aware of these issues,Evaluation,2,0,1,2,0,val,Female
28,1,", I'm aware of a lot of things we talked about, they're not new to me.",Evaluation,3,0,0,3,0,val,Female
28,2,"But I'm not in-depth, hands on, like full body immersed into how chaotic this is.",Evaluation,3,0,0,3,0,val,Female
28,3,So how do you put your mind at ease everyday?,Evaluation,2,0,1,2,0,val,Female
28,4,I'm not kidding when I say I cry a lot.,Evaluation,2,0,1,2,0,val,Female
28,5,I'd like to say oh I meditate,Evaluation,2,0,1,2,0,val,Female
28,6,and it makes it okay.,Evaluation,3,0,0,3,0,val,Female
28,7,I do meditate,Action,2,1,2,0,0,val,Female
28,8,and then I cry you know.,Action,2,1,2,0,0,val,Female
28,9,"Honestly, I think if we're not feeling really deeply about this stuff.",Evaluation,2,0,1,2,0,val,Female
28,10,I think there's a problem.,Evaluation,2,0,1,2,0,val,Female
28,11,"At least once a month, I declare that I'm just going to walk away from all of it and become a potter.",Action,2,1,2,0,0,val,Female
28,12,That's my thing.,Action,2,0,2,1,0,val,Female
28,13,I don't know how to make pots,Evaluation,2,1,0,2,0,val,Female
28,14," but, in my mind I'm going to be a potter.",Action,2,0,2,1,0,val,Female
28,15,And my thinking in this is not that I just want to cop out and not do this anymore,Evaluation,2,0,1,2,0,val,Female
28,16,", but I want to put beauty in the world.",Action,2,0,2,1,0,val,Female
28,17,There's a real place for that.,Evaluation,2,0,1,2,0,val,Female
28,18,Thank God we have poets and potters and artists,Evaluation,3,0,0,3,0,val,Female
28,19,and it's a wonderful thing to do.,Evaluation,3,0,0,3,0,val,Female
28,20,I thank God we also have people who are addressing all the ugliness head on and dealing with that.,Evaluation,3,0,0,3,0,val,Female
28,21,It's a collective endeavor.,Evaluation,1,1,1,1,0,val,Female
29,0,"Where were you when you were our age, 22, 23?",Orientation,1,1,0,1,1,val,Female
29,1,I was in Chile.,Orientation,3,3,0,0,0,val,Female
29,2,I was about to finish college.,Orientation,3,3,0,0,0,val,Female
29,3,"And I have a bachelor's in linguistics, English linguistics, so I spoke English before i came here.",Orientation,3,3,0,0,0,val,Female
29,4,And at that time the only possibility I'd say that was offered to me was to teach English.,Orientation,3,3,0,0,0,val,Female
29,5,I was coming from the third world to the first world.,Action,3,0,3,0,0,val,Female
29,6,I didn't get out of my apartment for about year.,Action,3,0,3,0,0,val,Female
29,7,And then I came across this ad.,Action,2,1,2,0,0,val,Female
29,8,They were looking for a coordinator in this place.,Orientation,2,2,1,0,0,val,Female
29,9,I think that there are roads for you in life.,Evaluation,3,0,0,3,0,val,Female
29,10,And if you want to take a different road life is always going to take you back to that one.,Action,2,0,2,1,0,val,Female
29,11,"For example, teaching for me.",Evaluation,2,1,0,2,0,val,Female
29,12,"As soon as I started teaching, I loved it.",Action,2,0,2,1,0,val,Female
30,0,You fall down,Action,1,1,1,1,0,val,Female
30,1,", you get up as quick as you can",Action,2,1,2,0,0,val,Female
30,2,and look around to see if anybody saw it.,Action,3,0,3,0,0,val,Female
30,3,Dancers fall constantly,Evaluation,2,1,0,2,0,val,Female
30,4,", and you don't know they've fallen",Evaluation,2,1,0,2,0,val,Female
30,5,", you know what I'm saying?",Not Story,2,0,0,1,2,val,Female
30,6,"Because they they've got it, right there.",Evaluation,3,0,0,3,0,val,Female
30,7,It's a survival technique.,Orientation,1,1,1,1,0,val,Female
30,8,We all have that in us.,Evaluation,3,0,0,3,0,val,Female
30,9,"Some of us a little slow on the uptake, but some of us are really [smacks hands",Evaluation,2,1,0,2,0,val,Female
30,10,] You know,Not Story,2,0,0,1,2,val,Female
30,11,", we get it, we get it.",Action,2,0,2,0,1,val,Female
30,12,You have to fall a couple of times before you get it,Evaluation,3,0,0,3,0,val,Female
30,13,", but you get it.",Action,2,0,2,1,0,val,Female
31,0,I'm the chief field engineer here at the Hawaii Volcano Observatory.,Orientation,3,3,0,0,0,val,Male
31,1,"We have about 240 remote sites on just Hawaii island, 90 % of our network",Orientation,3,3,0,0,0,val,Male
31,2,", you can only get to by helicopter.",Orientation,3,3,0,0,0,val,Male
31,3,So I got here as kind of like a roundabout way,Orientation,3,3,0,0,0,val,Male
31,4,", I took this class called rocks and rolls.",Orientation,3,3,0,0,0,val,Male
31,5,"Of course, when I signed up for it I was thinking",Evaluation,3,0,0,3,0,val,Male
31,6,", yeah, I rock and roll, cool!",Evaluation,3,0,0,3,0,val,Male
31,7,It was just my own fault & nbsp,Evaluation,3,0,0,3,0,val,Male
31,8," ; for not reading things, turns out",Action,2,0,2,1,0,val,Male
31,9,rocks and rolls was a geology program.,Orientation,3,3,0,0,0,val,Male
31,10,I came here,Action,3,0,3,0,0,val,Male
31,11," and, for the first time, I was exposed to this profession of natural science, geology and in particular volcanology.",Action,2,0,2,1,0,val,Male
31,12,"I fell in love with it, the first time I saw molten rock flowing and got to scoop it and do that kind of work",Evaluation,2,0,1,2,0,val,Male
31,13,", I was just hooked.",Evaluation,3,0,0,3,0,val,Male
31,14,I went to community college,Action,2,1,2,0,0,val,Male
31,15,and I was pretty set back by how far behind I was in my education because I spent so much time cruising in high school.,Evaluation,2,1,0,2,0,val,Male
31,16,When I got to college I realized how far behind I was then.,Evaluation,2,1,0,2,0,val,Male
31,17,It took me two years to catch up to where I should have been had I taken better advantage of high school.,Orientation,1,1,1,1,0,val,Male
31,18,So I was told when I do career days,Evaluation,1,1,1,1,0,val,Male
31,19," and all that, when I talk to high school students, I tell them.",Orientation,2,2,1,0,0,val,Male
31,20,"Take advantage of your time when your schooling is free because otherwise when you get to college, you're gon na have to pay for it.",Action,2,0,2,1,0,val,Male
32,0,Welcome to Mastercard,Orientation,3,3,0,0,0,val,Female
32,1,", I'm.",Orientation,2,2,0,0,1,val,Female
32,2,I'm the executive vice president of sustainability for Mastercard,Orientation,3,3,0,0,0,val,Female
32,3,", and I'm also president of the Mastercard center for inclusive growth.",Orientation,3,3,0,0,0,val,Female
32,4,So for me the journey has always been based in purpose driven work.,Orientation,1,1,1,1,0,val,Female
32,5,But I do think that being raised by immigrant parents who really instilled in us this value of voting.,Orientation,2,2,0,1,0,val,Female
32,6,Yeah.,Not Story,3,0,0,0,3,val,Female
32,7,And participatory elections.,Orientation,3,3,0,0,0,val,Female
32,8,That's what led me to advocacy and then women's studies.,Evaluation,2,0,1,2,0,val,Female
32,9,When it comes to the work we're doing for example here at the MasterCard center for inclusive growth.,Action,3,0,3,0,0,val,Female
32,10,What we're trying to do is make sure that people become economically secure.,Action,3,0,3,0,0,val,Female
32,11,"And when you have a company that decides to use those assets for social impact, you've found the right kind of company.",Evaluation,3,0,0,3,0,val,Female
32,12,Because then you can turn money.,Action,2,0,2,1,0,val,Female
32,13,You can turn really smart people.,Action,2,0,2,1,0,val,Female
32,14,"You can turn other assets like insights and technology and product, and all these other things for social impact.",Action,3,0,3,0,0,val,Female
32,15,Yeah.,Not Story,3,0,0,0,3,val,Female
32,16,And that's what I get to do every day.,Orientation,1,1,1,1,0,val,Female
32,17,"So if you can get into a company or get into a place where the people that you think you wan na hang out with ten years from now are there, try to go there and be around those people.",Action,2,0,2,1,0,val,Female
33,0,I just thought,Evaluation,2,0,1,2,0,val,Trans
33,1,", I've never seen the country",Action,1,1,1,1,0,val,Trans
33,2,", I've never been anywhere.",Orientation,1,1,1,1,0,val,Trans
33,3,Maine is pretty rural,Orientation,2,2,0,1,0,val,Trans
33,4,", there's only one black guy in our high school in Maine.",Orientation,2,2,0,1,0,val,Trans
33,5,I'm serious,Evaluation,3,0,0,3,0,val,Trans
33,6,", there's only one black guy",Evaluation,2,1,0,2,0,val,Trans
33,7,", it was so white.",Evaluation,2,1,0,2,0,val,Trans
33,8,It was like you and me,Evaluation,2,1,0,2,0,val,Trans
33,9,", it was you and me.",Evaluation,2,1,0,2,0,val,Trans
33,10,"In all of Maine, and I was really, it was really",Orientation,3,3,0,0,0,val,Trans
33,11,", and so leaving and going and seeing something else",Orientation,1,1,1,1,0,val,Trans
33,12,made me realize I am not the only one that felt awkward ever.,Evaluation,3,0,0,3,0,val,Trans
33,13,"I'm not the only one that ever transitioned, to learn that you're not a freak, that you're not all of the words that you've heard over the years.",Evaluation,3,0,0,3,0,val,Trans
33,14,You're not terminally unique,Evaluation,3,0,0,3,0,val,Trans
33,15,", you're just kind of like everybody else.",Evaluation,3,0,0,3,0,val,Trans
34,0,So I grew up in the projects in Canarsie.,Orientation,3,3,0,0,0,val,Male
34,1,"Similar, I think, to the environments a lot of you might be used to, gun violence, gangs.",Evaluation,2,1,0,2,0,val,Male
34,2,I grew up on welfare for the first 17 years of my life.,Orientation,3,3,0,0,0,val,Male
34,3,You have to find motivation to succeed every possible place you can.,Orientation,1,1,1,1,0,val,Male
34,4,Even if it's a negative emotion.,Evaluation,3,0,0,3,0,val,Male
34,5,"When you start thinking about the negativity, about the stupid decisions you made, about the people who made you feel bad, turn that into fuel.",Action,2,0,2,1,0,val,Male
34,6,Transmute your frustration into the fuel.,Action,3,0,3,0,0,val,Male
34,7,So if you start saying to yourself who are the people,Action,3,0,3,0,0,val,Male
34,8,", and you can.",Action,2,0,2,1,0,val,Male
34,9,Even if the person doesn't exists.,Action,1,1,1,1,0,val,Male
34,10,"Create like society at large, right?",Action,2,0,2,1,0,val,Male
34,11,There is this avatar or this person that says,Action,1,1,1,1,0,val,Male
34,12,", you know, you just like your mom.",Evaluation,1,1,1,1,0,val,Male
34,13,"Your mom did nothing, you going be nothing",Evaluation,2,0,1,2,0,val,Male
34,14,", that's you.",Evaluation,3,0,0,3,0,val,Male
34,15,"And you go I can't wait to prove this person, like, it is going to mean so much to me when that person eats every single word",Action,3,0,3,0,0,val,Male
34,16," and they have no idea how great I am, how much I give back, how much I help others, how positive my life is.",Evaluation,3,0,0,3,0,val,Male
34,17,So I'm not trying to become great to then hurt this person.,Evaluation,2,0,1,2,0,val,Male
34,18,I'm not trying to become great to hurt someone.,Evaluation,2,0,1,2,0,val,Male
34,19,I'm trying to become great,Action,3,0,3,0,0,val,Male
34,20,and I'm trying to find every possible tool to keep me moving forward because it's so easy to want to quit.,Action,2,0,2,1,0,val,Male
35,0,"When I was going to college, what I was really interested in was music.",Orientation,3,3,0,0,0,val,Male
35,1,My friends were all in bands,Orientation,3,3,0,0,0,val,Male
35,2,", and we just had the idea hey",Action,2,0,2,1,0,val,Male
35,3,", we'll let's just get a few bands together",Action,3,0,3,0,0,val,Male
35,4,", and we'll rent out a hotel ballroom",Action,3,0,3,0,0,val,Male
35,5,", and we'll just put on a concert",Action,3,0,3,0,0,val,Male
35,6,and we'll see what happens.,Action,3,0,3,0,0,val,Male
35,7,So we did it,Action,3,0,3,0,0,val,Male
35,8,", and sure enough 400 people showed up",Action,1,1,1,1,0,val,Male
35,9,and we actually made money.,Action,2,0,2,1,0,val,Male
35,10,And were were just like,Action,2,1,2,0,0,val,Male
35,11,", this is amazing.",Orientation,1,1,1,1,0,val,Male
35,12,So a lot of my time from then to now has just been that.,Orientation,2,2,0,1,0,val,Male
35,13,"Has just been thinking about things that I really wanted to do or see, and kind of trusting that there are other people out there who are thinking the exact same thing as I am.",Evaluation,2,1,0,2,0,val,Male
35,14,"Helvetica is a perfect example, the movie.",Orientation,3,3,0,0,0,val,Male
35,15,I just wanted to watch a movie about graphic design and fonts.,Action,3,0,3,0,0,val,Male
35,16,Just because I was kind of a design geek,Orientation,1,1,1,1,0,val,Male
35,17,", and I couldn't find anything out there.",Action,2,0,2,1,0,val,Male
35,18,So I'm like what,Action,2,0,2,1,0,val,Male
35,19,", there must be other people like me.",Evaluation,3,0,0,3,0,val,Male
35,20,Thinking the same thing.,Evaluation,2,1,0,2,0,val,Male
35,21,So I just decided to make the movie.,Action,3,0,3,0,0,val,Male
35,22,I mean,Not Story,2,0,1,0,2,val,Male
35,23,", I hadn't directed a film at that point, that was the first time I had picked up a camera, and then I was a film maker.",Orientation,3,3,0,0,0,val,Male
36,0,I thought I wanted to be an intellectual property lawyer cuz I knew I wanted to do something with technology.,Evaluation,2,0,1,2,0,val,Male
36,1,But I also had this fear that I was gon na get into a line of work that I was gon na hate.,Evaluation,2,0,1,2,0,val,Male
36,2,"So I really had to take a step back as I was studying to go to law school, and just really determine what I wanted to do with my life.",Orientation,1,1,1,1,0,val,Male
36,3,So I just really evaluated really two things,Evaluation,2,1,0,2,0,val,Male
36,4,", right.",Not Story,2,0,0,1,2,val,Male
36,5,"What am I passionate about, and then what are my natural skill sets?",Evaluation,2,1,0,2,0,val,Male
36,6,What am I good at?,Evaluation,3,0,0,3,0,val,Male
36,7,"And I was realizing, well",Evaluation,2,0,1,2,0,val,Male
36,8,", I love a lot of things, right?",Evaluation,3,0,0,3,0,val,Male
36,9,I love technology,Evaluation,3,0,0,3,0,val,Male
36,10,", I love philanthropy.",Evaluation,3,0,0,3,0,val,Male
36,11,"I love sports cuz I just love working in a team environment, so",Evaluation,3,0,0,3,0,val,Male
36,12,how can I maybe incorporate those three things?,Evaluation,2,0,1,2,0,val,Male
36,13,"And then when I met my co-founder, who was my roommate at the time, he was basically saying, well, why don't we disrupt the e-waste industry by getting companies to donate their technology instead of recycling it, and helping others gain access to that technology",Orientation,2,2,1,0,0,val,Male
36,14,so we could share our passion.,Orientation,1,1,1,1,0,val,Male
36,15,"Once we were talking about that, I knew exactly",Evaluation,2,0,1,2,0,val,Male
36,16,", that's what I needed to be doing.",Evaluation,2,0,1,2,0,val,Male
36,17,"It's really weird, because all of that confusion and fear went away immediately, evaporated.",Evaluation,3,0,0,3,0,val,Male
36,18,That's kinda how human-I-T came to be.,Evaluation,3,0,0,3,0,val,Male
36,19,"If you're tenacious, determined",Evaluation,2,0,1,2,0,val,Male
36,20,", and you get people to help you out",Evaluation,1,1,1,1,0,val,Male
36,21,", there's nothing that you guys can't do, for sure.",Evaluation,3,0,0,3,0,val,Male
37,0,"By the time I was in 6th grade, I'd already decided I was gon na be an engineer, just couldn't decide what engineer.",Orientation,2,2,1,0,0,val,Male
37,1,And I chose to go to GMI engineering management institute and hired on with Ford Motor Company.,Orientation,2,2,1,0,0,val,Male
37,2,Everybody that hired on had to manage the shop floor and then after that I kind of liked operations.,Orientation,2,2,0,1,0,val,Male
37,3,"So I went into manufacturing engineering for a few years before coming to Cummins, getting into quality here.",Orientation,2,2,1,0,0,val,Male
37,4,"And then also manufacturing, engineering on assembly, and machining, before becoming the plant manager of this facility.",Orientation,2,2,0,1,0,val,Male
37,5,Kinda sounds cliche,Evaluation,3,0,0,3,0,val,Male
37,6,", but there's a couple things that we always talk about with managers, etc..",Action,2,1,2,0,0,val,Male
37,7,Be respectful to people and that goes a long way whether you're in management or whether you're the employee.,Action,2,0,2,1,0,val,Male
37,8,Treat people how you want to be treated.,Action,3,0,3,0,0,val,Male
37,9,Everyone says that but there's really a lot of truth to that in life.,Evaluation,2,1,0,2,0,val,Male
37,10,And that will get you a long way is what I've found out.,Evaluation,2,0,1,2,0,val,Male
38,0,I'm a retired scientist of plant pathologists.,Orientation,3,3,0,0,0,val,Male
38,1,I investigate plant diseases,Orientation,2,2,1,0,0,val,Male
38,2,and I specialize in plant viruses.,Orientation,3,3,0,0,0,val,Male
38,3,My grandparents all came to Hawaii to work on a sugar plantation in the late 1800s.,Orientation,3,3,0,0,0,val,Male
38,4,"So I was raised on a sugar plantation, only 80 miles from here.",Orientation,2,2,1,0,0,val,Male
38,5,"And I know what it is to live in Hawaii, I know the local thinking.",Orientation,3,3,0,0,0,val,Male
38,6,I hope I'll be successful by not forgetting where I came from.,Orientation,1,1,1,1,0,val,Male
38,7,And I think you young people,Evaluation,3,0,0,3,0,val,Male
38,8,", you can compete anywhere.",Evaluation,2,0,1,2,0,val,Male
38,9,But you don't forget where you came from.,Evaluation,2,0,1,2,0,val,Male
38,10,"And if you have the opportunity, do something to help people",Action,2,0,2,1,0,val,Male
39,0,Learning how to think,Action,3,0,3,0,0,val,Male
39,1,", learning about yourself, learning how to deal with adversity, and just being open to whatever opportunity",Action,2,1,2,0,0,val,Male
39,2,is there.,Action,1,1,1,0,1,val,Male
39,3,I knew that I wanted to be involved in something that blended community activism and youth advocacy work.,Action,2,0,2,1,0,val,Male
39,4,I wasn't ever sure if I was ever gon na be able to get there.,Evaluation,2,0,1,2,0,val,Male
39,5,"There was always a question of, is what I'm doing big enough, great enough, to be worthy of my family's legacy and sacrifice.",Evaluation,3,0,0,3,0,val,Male
39,6,The sad truth is at this point in your life,Evaluation,3,0,0,3,0,val,Male
39,7,", you're going to start hearing no.",Action,2,0,2,1,0,val,Male
39,8,"If you haven't heard it already, you're going to start hearing no.",Evaluation,2,0,1,2,0,val,Male
39,9,"So, you have to be able to deal with it.",Evaluation,2,0,1,2,0,val,Male
40,0,My name is Cedric Hall,Orientation,3,3,0,0,0,val,Male
40,1,", and I'm a final inspector over in the additive area.",Orientation,3,3,0,0,0,val,Male
40,2,What I do on a day-to-day basis is I actually inspect the parts to make sure we are shipping quality parts out the door in a timely manner.,Orientation,2,2,1,0,0,val,Male
40,3,"My upbringing, my parents, they always just pushed the issue of work hard.",Orientation,2,2,0,1,0,val,Male
40,4,"I wind up moving to Atlanta, working for a company called RightStar Systems.",Action,2,1,2,0,0,val,Male
40,5,I mean,Evaluation,2,0,0,2,1,val,Male
40,6,", we just installed motherboards, graphic cards in different computers.",Action,1,1,1,1,0,val,Male
40,7,"As I was looking online, I just happened to see GE Aviation hiring.",Action,2,1,2,0,0,val,Male
40,8,"As a kid, you see the light bulbs",Orientation,2,2,0,1,0,val,Male
40,9,", you see the microwaves, so GE is the top brand.",Orientation,2,2,0,1,0,val,Male
40,10,"So of course, I was like, hey, I got ta apply, I got ta see what's going on there.",Action,1,1,1,1,0,val,Male
40,11,"So just work hard, have a good head",Action,2,0,2,1,0,val,Male
40,12,", have a good attitude, and you can pursue any job field that you wan na pursue.",Action,2,0,2,1,0,val,Male
41,0,"that I was worth anything, so I found this, um, trade publishing company.",Orientation,1,1,1,1,0,val,Male
41,1,It was in the heating and air conditioning industry.,Orientation,3,3,0,0,0,val,Male
41,2,I think we all have to pay our dues somewhere,Evaluation,2,1,0,2,0,val,Male
41,3,", and so I worked in magazines in the heating and air conditioning industry.",Orientation,2,2,1,0,0,val,Male
41,4,"So I went from heating and air conditioning to Wired to, um, some of the internet stuff.",Action,2,1,2,0,0,val,Male
41,5,I worked in accounting because I grew up in the midwest,Orientation,3,3,0,0,0,val,Male
41,6,and it was the right thing to do.,Evaluation,3,0,0,3,0,val,Male
41,7,"I, um, took a leave of absence",Action,3,0,3,0,0,val,Male
41,8,and Arthur Anderson told me at that point,Action,3,0,3,0,0,val,Male
41,9,", it was the worst career move I could ever make.",Evaluation,3,0,0,3,0,test,Male
41,10,Which was to take a leave of absence and go travel the world.,Action,2,1,2,0,0,test,Male
41,11," Did you ever think when you were traveling, like, "" Okay, this is going to be my life later on. ''",Evaluation,2,0,0,2,1,test,Male
41,12, Umm...,Not Story,2,0,0,1,2,test,Male
41,13,Never.,Evaluation,3,0,0,3,0,test,Male
41,14,I-I-I think you can have a general outline,Action,2,0,2,1,0,test,Male
41,15,", but I don't think you can have everything so planned.",Action,2,0,2,1,0,test,Male
41,16,"Because if everything's so planned and you're so proud of what you've done each point of the way, you're never going to have your eyes open to other things that you could be doing or wan na be doing.",Action,2,0,2,1,0,test,Male
41,17,It would be too structured.,Evaluation,2,0,1,2,0,test,Male
41,18,"So you have to have a general outline, but not a divine plan.",Action,2,0,2,1,0,test,Male
42,0,being six years old,Orientation,3,3,0,0,0,test,Male
42,1,", postcards coming into my family, as one after another of the relatives that my parents had were, you know, dead in the concentration camps.",Orientation,2,2,1,0,0,test,Male
42,2,And I remember just being very affected by that as a six or seven year old.,Evaluation,2,0,1,2,0,test,Male
42,3,I became convinced right then,Evaluation,2,0,1,2,0,test,Male
42,4,", I think, that I did not want to be one of those people.",Action,2,0,2,1,0,test,Male
42,5,I wanted to be a kind of person that helped other people.,Evaluation,2,0,1,2,0,test,Male
42,6,That instead of bringing suffering,Action,2,0,2,1,0,test,Male
42,7,", I wanted to try to alleviate suffering.",Action,2,0,2,1,0,test,Male
42,8,And what better way to try to alleviate the suffering of human beings than being a doctor?,Action,2,0,2,1,0,test,Male
42,9,I think everyone has to make a choice which will bring themselves inner peace and happiness as the best they can achieve it.,Evaluation,2,0,1,2,0,test,Male
42,10,"No matter what you do, you will have an opportunity to impact on other people's lives, just by who you are and the way you act.",Action,2,0,2,1,0,test,Male
43,0,"And slowly and slowly, I started doing small jobs, you know, like, you know, I think one of my first jobs was doing, like, you know, ironing Peter Gabriel's suit and giving him powder for Good Morning America.",Orientation,2,2,1,0,0,test,Female
43,1,"Like, you know, kind of little things like that.",Orientation,3,3,0,0,0,test,Female
43,2,"But already, working with musicians",Action,2,1,2,0,0,test,Female
43,3,", I was like, "" This is is where I belong",Evaluation,3,0,0,3,0,test,Female
43,4,. '',Not Story,3,0,0,0,3,test,Female
43,5,"So, a magical thing happened at this time.",Action,1,1,1,1,0,test,Female
43,6,I got introduced to Lenny Kravitz,Action,3,0,3,0,0,test,Female
43,7,", and Lenny Kravitz, at the time, ah, was, uh, a poor, starving musician.",Evaluation,2,1,0,2,0,test,Female
43,8,"Eventually, after working with Lenny for a long time, my work started to grow",Action,2,1,2,0,0,test,Female
43,9,", and I was working with more and more people and doing other things.",Action,2,1,2,0,0,test,Female
43,10,"So, I realized that",Evaluation,3,0,0,3,0,test,Female
43,11,...,Not Story,3,0,0,0,3,test,Female
43,12,the next step for me...,Action,2,0,2,1,0,test,Female
43,13,would be to work on a movie.,Action,2,0,2,1,0,test,Female
44,0,"Three products, two of each.",Orientation,3,3,0,0,0,test,Female
44,1,This has these marks right.,Orientation,3,3,0,0,0,test,Female
44,2,One is legit,Orientation,2,2,0,1,0,test,Female
44,3,", one is fake.",Orientation,2,2,0,1,0,test,Female
44,4,"Did you figure it out, Emma?",Evaluation,1,0,1,1,1,test,Female
44,5,Well I can't say with any level of certainty,Evaluation,3,0,0,3,0,test,Female
44,6,", but The criminals keep evolving",Orientation,2,2,0,1,0,test,Female
44,7,and we need to continue to stay on top.,Action,3,0,3,0,0,test,Female
44,8,And there's always something different.,Evaluation,2,0,1,2,0,test,Female
44,9,Somebody in Japan has seen something we've never seen before.,Evaluation,2,1,0,2,0,test,Female
44,10,Or will get a new piece of counterfeit coming out of Germany.,Action,3,0,3,0,0,test,Female
44,11,"When you know that the lawyers did their piece, and the investigators did their piece, the coders did their piece, the analyst did their piece",Evaluation,2,0,1,2,0,test,Female
44,12,", you're pulling a data scientist to help.",Evaluation,1,1,1,1,0,test,Female
44,13,It takes all of those folks to make one of these operations work,Action,1,1,1,1,0,test,Female
44,14,", and when that comes together, it's truly magical.",Evaluation,3,0,0,3,0,test,Female
45,0,"Well, my name is Jessica Walden",Orientation,3,3,0,0,0,test,Female
45,1," and I was born and raced here in Macon, Georgia.",Orientation,3,3,0,0,0,test,Female
45,2,And now I'm a communications consultant and a tour guide on the side.,Orientation,3,3,0,0,0,test,Female
45,3,And one of the things that we're working on now is helping other communities tap into their potential to tell their stories.,Orientation,2,2,1,0,0,test,Female
45,4,How would you define what success is to you?,Action,3,0,3,0,0,test,Female
45,5,"Success is definitely something I learn you can't define by dollar amount, because my family proved you can make it",Evaluation,3,0,0,3,0,test,Female
45,6,and you can lose it just as quick as you can make it.,Evaluation,2,0,1,2,0,test,Female
45,7,"I think success is that reliance on your own talent, to know that you're secure in your place, that you're not gon na have to depend on a family legacy or depend on a piece of paper or a salary.",Evaluation,3,0,0,3,0,test,Female
45,8,"Rock Candy is not our full time jobs, like I said",Orientation,3,3,0,0,0,test,Female
45,9,", he's running the candy factory, but for me, I ended up evolving into full-time.",Action,2,1,2,0,0,test,Female
45,10,I now work for myself completely as a communications specialist.,Action,1,1,1,1,0,test,Female
45,11,He works with a variety of clients in telling their stories.,Orientation,2,2,1,0,0,test,Female
46,0,So my entire Junior year of high school I was pregnant,Orientation,3,3,0,0,0,test,Female
46,1,and so it was really difficult because there is definitely a stigma,Evaluation,2,1,0,2,0,test,Female
46,2,around being a teen parent.,Orientation,2,2,0,1,0,test,Female
46,3,I was on a mock trial team.,Orientation,2,2,1,0,0,test,Female
46,4,"We were going to one of the competitions, and the teacher who ran the program he took me aside",Orientation,2,2,1,0,0,test,Female
46,5,and he said well.,Not Story,1,1,1,0,1,test,Female
46,6,I think you should drop out of this because you're going to give our school a bad name.,Action,1,1,1,1,0,test,Female
46,7,And so I didn't drop out,Action,2,1,2,0,0,test,Female
46,8,", but I still, there's all these little things that add up.",Orientation,1,1,1,1,0,test,Female
46,9,"Yeah, so always challenge the status quo.",Evaluation,3,0,0,3,0,test,Female
46,10,"People are like, oh well",Orientation,2,2,0,1,0,test,Female
46,11,", you need to be this way to be in engineering.",Evaluation,2,1,0,2,0,test,Female
46,12,And I'm like,Evaluation,2,0,0,2,1,test,Female
46,13,", why?",Evaluation,2,0,0,2,1,test,Female
46,14,I think it's absolutely integral to challenge authority and challenge these structures that have been put in place.,Orientation,1,1,1,1,0,test,Female
46,15,And say why are we doing these things this way?,Action,1,1,1,1,0,test,Female
46,16,And it should be okay for people to do that.,Evaluation,2,1,0,2,0,test,Female
46,17,Every generation should always challenge that.,Evaluation,1,1,1,1,0,test,Female
47,0,"Well, I was always that kid in school that helped the teacher set up connecting to the projector and that kind of dumb stuff.",Orientation,2,2,1,0,0,test,Female
47,1,Like my brother was always tinkering with computers and then tearing them apart and building his own.,Orientation,2,2,1,0,0,test,Female
47,2,And I would get his scraps,Orientation,2,2,1,0,0,test,Female
47,3,", I would get his old computer.",Orientation,2,2,1,0,0,test,Female
47,4,And so it really started with him being a role model,Evaluation,2,1,0,2,0,test,Female
47,5,and bringing this kinda stuff into my life.,Action,2,0,2,1,0,test,Female
47,6,"And than from there, I just always knew I wanted to be in computers because there's not many people that know a lot about computers.",Evaluation,2,0,1,2,0,test,Female
47,7,"At first when I went into college, I went in as a computer engineer.",Orientation,2,2,1,0,0,test,Female
47,8,And I found out very quickly that I did not like it.,Evaluation,3,0,0,3,0,test,Female
47,9,"And than, I switched over to information assurance and have not looked Back at all.",Action,2,0,2,1,0,test,Female
47,10,"Confidence is key, definitely.",Evaluation,2,0,1,2,0,test,Female
47,11,Keep your confidence.,Action,2,0,2,1,0,test,Female
47,12,"You've got ta believe in yourself, got ta keep it together.",Action,2,0,2,1,0,test,Female
47,13,"Sometimes, you fall apart, sometimes that happens.",Action,2,0,2,1,0,test,Female
47,14,And it's okay because you got ta show people who you are and what you want and stand up for yourself.,Evaluation,2,0,1,2,0,test,Female
47,15,Get out there,Action,3,0,3,0,0,test,Female
47,16,", get the experience",Action,3,0,3,0,0,test,Female
47,17,", do the competitions, go to the conferences",Action,3,0,3,0,0,test,Female
47,18,", listen to other people's experiences, and by all means, never give up.",Action,2,0,2,1,0,test,Female
47,19,Don't let anybody tell you that you can't ever,Action,2,0,2,1,0,test,Female
48,0,have the confidence or believe in some way or some fashion,Evaluation,2,1,0,2,0,test,Male
48,1,they'll find themselves.,Action,2,0,2,1,0,test,Male
48,2,It always terrified me.,Evaluation,3,0,0,3,0,test,Male
48,3,I have four degrees and never really had any interest in any of them.,Orientation,3,3,0,0,0,test,Male
48,4,"I was miserable, except in my off-hours, when I was chasing whatever that I liked to do for fun, which was music and comic books and movies.",Evaluation,1,1,1,1,0,test,Male
48,5,"And what happened was, I lost my job, left my wife",Action,3,0,3,0,0,test,Male
48,6,", and I was homeless.",Orientation,2,2,1,0,0,test,Male
48,7,Had no place to live.,Orientation,3,3,0,0,0,test,Male
48,8,"A guy that was uh, in a search firm, a headhunter, knew all my passions about comic books and movies and music.",Orientation,3,3,0,0,0,test,Male
48,9,"And he's the one who said, "" Marvel Comics, they're looking "" for somebody who actually reads comic books "" that has a business background. ''",Orientation,3,3,0,0,0,test,Male
48,10,And I was 45 years old...,Orientation,3,3,0,0,0,test,Male
48,11," 44 years old before I became president of Marvel Comics, Spiderman's boss.",Orientation,3,3,0,0,0,test,Male
48,12,You don't want to be put into that position of luck,Evaluation,3,0,0,3,0,test,Male
48,13,...,Not Story,3,0,0,0,3,test,Male
48,14,making a difference in your life at a later age.,Action,2,0,2,1,0,test,Male
48,15,Be in charge of your destiny now.,Evaluation,2,0,1,2,0,test,Male
49,0,"of my Ph.D. studentship, and, um, I had done some high priority imaging of bacteria.",Orientation,3,3,0,0,0,test,Male
49,1,"And then the BBC News broke that they found life on Mars, that this guy from NASA had got, uh, images of this, what he thought was a bacteria on the surface of that rock you've just been looking at.",Orientation,3,3,0,0,0,test,Male
49,2,Looked him up,Action,3,0,3,0,0,test,Male
49,3,", ah, phoned international directory inquiries",Action,3,0,3,0,0,test,Male
49,4,", got the number, phoned Johnson Space Center, got his name, gave him a bell and said, "" I can get better images than that, "" mate. ''",Action,2,1,2,0,0,test,Male
49,5,Cut long story short,Orientation,2,2,0,0,1,test,Male
49,6,", he sent me a bit of meteorite so me and a couple of mates sat in a pub figuring out what to do with this piece of Mars.",Orientation,2,2,1,0,0,test,Male
49,7,So we planned it out and got some good research done.,Orientation,2,2,1,0,0,test,Male
49,8,And then they offered me a job.,Action,2,1,2,0,0,test,Male
49,9,"I did my Ph.D. in how microbes eat metals, ah, to decontaminate nuclear structures of radioactivity by using bacteria.",Orientation,2,2,1,0,0,test,Male
49,10, Life is a gift.,Evaluation,3,0,0,3,0,test,Male
49,11,And your life is a gift.,Evaluation,3,0,0,3,0,test,Male
49,12,No one has the right to tell you how to use that gift.,Evaluation,3,0,0,3,0,test,Male
50,0,Sometimes the job is stressful,Evaluation,2,1,0,2,0,test,Male
50,1,", but you find there's a reason why you're doing what you're doing.",Evaluation,3,0,0,3,0,test,Male
50,2,"For me, I remember I heard this story where this kid who has autism could connect and share his experiences through Elsa.",Orientation,2,2,0,1,0,test,Male
50,3,"When Elsa closes the door on Anna, and how she's feeling in the room.",Evaluation,2,0,1,2,0,test,Male
50,4,He could then communicate with his mom what he was going through.,Evaluation,2,0,1,2,0,test,Male
50,5,And it was just things like that.,Orientation,1,1,1,1,0,test,Male
50,6,We're gon na make sure we make the best movie for this.,Action,3,0,3,0,0,test,Male
50,7,Yeah.,Not Story,3,0,0,0,3,test,Male
50,8,Yeah.,Not Story,3,0,0,0,3,test,Male
50,9,"For the audiences cuz you really don't know what the people who watch these films you know, what they're going through.",Evaluation,3,0,0,3,0,test,Male
50,10,"I think that was a good motivation to get through all of those times of like, oh it's really late.",Evaluation,3,0,0,3,0,test,Male
50,11,I have to come in and do overtime for this,Action,3,0,3,0,0,test,Male
50,12,", or you know.",Action,2,0,2,1,0,test,Male
50,13,But it's worth it.,Evaluation,3,0,0,3,0,test,Male
50,14,"So you know all those experiences, even though it didn't seem like it was heading in the right direction, it did help me in the end.",Evaluation,3,0,0,3,0,test,Male
50,15,Yeah.,Not Story,2,0,1,0,2,test,Male
50,16,I think everything you do,Evaluation,2,0,1,2,0,test,Male
50,17,and your whole experience on this road trip is I think is also going to shape your guy's futures.,Evaluation,3,0,0,3,0,test,Male
51,0,"I can remember it, when I was five, that sort of transcendent feeling.",Orientation,3,3,0,0,0,test,Male
51,1,"I didn't have that vocabulary at five, but, uh, if you put things together just the right way.",Orientation,2,2,1,0,0,test,Male
51,2,it can create magical effects that go beyond the stuff you put together.,Action,2,0,2,1,0,test,Male
51,3,You can solve problems and change people's lives.,Action,3,0,3,0,0,test,Male
51,4,"And I had this conceived, "" Well, I know what I'm going to be : an inventor. ''",Evaluation,2,0,1,2,0,test,Male
51,5,And I really haven't swayed.,Evaluation,3,0,0,3,0,test,Male
51,6,If you can be out in the world,Orientation,1,1,1,1,0,test,Male
51,7,and interacting and confronting problems,Action,3,0,3,0,0,test,Male
51,8,", I mean, that's what life is all about.",Evaluation,2,1,0,2,0,test,Male
51,9,I mean,Evaluation,1,0,1,1,1,test,Male
51,10,", I have confidence that actually any problem you encounter in life, there's an answer that you can find to overcome that problem.",Evaluation,2,0,1,2,0,test,Male
51,11,"And each day at the end, I kind of think, "" What challenges did I have today?",Evaluation,3,0,0,3,0,test,Male
51,12,""" How did I do in solving them? ''",Evaluation,2,0,1,2,0,test,Male
51,13,Tomorrow's another day.,Evaluation,2,1,0,2,0,test,Male
51,14,"It kind of starts over again, and regardless of whether today went well or not",Evaluation,3,0,0,3,0,test,Male
51,15,", it's a whole new world, tomorrow.",Orientation,2,2,0,1,0,test,Male
52,0,I went to college and got a degree in economics.,Orientation,2,2,1,0,0,test,Female
52,1,"Went to grad school, the first time,",Orientation,2,2,1,0,0,test,Female
52,2,and got a masters in public administration and worked for eight years in corporate America as an account executive,Orientation,2,2,1,0,0,test,Female
52,3,but I was terribly unhappy.,Evaluation,3,0,0,3,0,test,Female
52,4,About what?,Not Story,3,0,0,0,3,test,Female
52,5,What was it?,Not Story,3,0,0,0,3,test,Female
52,6,"I think I was born a performer and a poet, actually",Evaluation,2,1,0,2,0,test,Female
52,7,", but I was not doing what I knew I should be doing.",Evaluation,3,0,0,3,0,test,Female
52,8,There's a great weight that's placed on your shoulders,Evaluation,2,1,0,2,0,test,Female
52,9,", it's almost like Atlas",Evaluation,3,0,0,3,0,test,Female
52,10,", you feel like you're carrying that world on your shoulders.",Evaluation,3,0,0,3,0,test,Female
52,11,It's just some great weight that's there when you are not actually doing what it is you should be doing.,Evaluation,3,0,0,3,0,test,Female
52,12,"Even if you do it, as a hobby, even if you do it on the side.",Evaluation,2,0,1,2,0,test,Female
52,13,There's some form of satisfaction,Evaluation,2,0,1,2,0,test,Female
52,14,", that's not met by not committing to it.",Evaluation,2,0,1,2,0,test,Female
53,0,"In first grade when they asked me what I wanted to do, I said I want to study the stars.",Orientation,3,3,0,0,0,test,Male
53,1,"So, it's lucky that it worked out.",Evaluation,3,0,0,3,0,test,Male
53,2,"Most of the times people say, I wan na be a football player, whatever, movie star, it doesn't work out.",Evaluation,2,1,0,2,0,test,Male
53,3,In my case it worked out,Evaluation,2,0,1,2,0,test,Male
53,4,", but I was lucky that way.",Evaluation,3,0,0,3,0,test,Male
53,5,"Astronomy, before I went to college, was something I really thought I could do.",Evaluation,2,0,1,2,0,test,Male
53,6,But I just doubt myself a lot.,Evaluation,2,0,1,2,0,test,Male
53,7,Was there any moments where you really doubted yourself?,Orientation,1,1,0,1,1,test,Male
53,8,"Of course, all the time.",Evaluation,2,0,1,2,0,test,Male
53,9,It's inevitable.,Evaluation,2,1,0,2,0,test,Male
53,10,"When you're trying to push yourself, there are always moments when you think, maybe this is too hard",Evaluation,3,0,0,3,0,test,Male
53,11,", maybe I can not do it.",Evaluation,3,0,0,3,0,test,Male
53,12,"But my answer to that is that, if you don't feel that way, it means you're not pushing yourself enough.",Evaluation,3,0,0,3,0,test,Male
53,13,"If you never go out of your comfort zone, then you're not really trying very hard.",Evaluation,3,0,0,3,0,test,Male
53,14,It's part of learning and part of growing up,Evaluation,2,1,0,2,0,test,Male
53,15,", is figuring out things that you didn't know you could do, and then you do them.",Action,2,0,2,1,0,test,Male
53,16,Sometimes you fail.,Evaluation,2,0,1,2,0,test,Male
53,17,Sometimes you succeed.,Evaluation,2,0,1,2,0,test,Male
53,18,Let's put it this way.,Action,2,1,2,0,0,test,Male
53,19,"First of all, in research most of what you do, fails miserably, because you're trying to do something that nobody knows how to do.",Action,2,0,2,1,0,test,Male
53,20,So you have to really like failure.,Evaluation,2,0,1,2,0,test,Male
53,21,Embrace failure.,Evaluation,2,0,1,2,0,test,Male
53,22,Accept that failure is gon na be part of the process.,Evaluation,2,0,1,2,0,test,Male
54,0,no one can take your education away.,Evaluation,3,0,0,3,0,test,Male
54,1,I took education probably to the extreme.,Evaluation,2,0,1,2,0,test,Male
54,2,I mean I have six college degrees,Orientation,3,3,0,0,0,test,Male
54,3,but that's probably extreme so I was always inquisitive,Evaluation,3,0,0,3,0,test,Male
54,4,but I think I didn't really shine till I got to college.,Evaluation,2,0,1,2,0,test,Male
54,5,Then I appreciated the value of an education.,Evaluation,3,0,0,3,0,test,Male
54,6,My first degree was in math computer science,Orientation,3,3,0,0,0,test,Male
54,7," but I went to my department chair, professor Brag",Action,2,1,2,0,0,test,Male
54,8," and I said, "" I still want to learn, what should I do? ''",Orientation,2,2,1,0,0,test,Male
54,9,"And he's like, "" Go to graduate school, '' and I",Action,2,1,2,0,0,test,Male
54,10," said, "" What's that? ''",Action,3,0,3,0,0,test,Male
54,11,I told my parents,Action,3,0,3,0,0,test,Male
54,12,", I says, "" I think I want to go to graduate school",Action,2,1,2,0,0,test,Male
54,13,", and they says",Action,3,0,3,0,0,test,Male
54,14,", "" Why?",Not Story,1,0,1,1,1,test,Male
54,15,What is that? '',Evaluation,1,1,0,1,1,test,Male
54,16,"I say, "" I'm not done learning yet. ''",Action,2,0,2,1,0,test,Male
54,17,Wow!,Evaluation,3,0,0,3,0,test,Male
54,18,Welcome to the green lab research facility.,Orientation,3,3,0,0,0,test,Male
54,19,This is a hobbie turned into a mad profession.,Evaluation,3,0,0,3,0,test,Male
54,20,"I have what some people would call a dream job now and the reason why I say that is, 95 percent of things we do at NASA are failures",Evaluation,2,1,0,2,0,test,Male
54,21,", but we learn from them.",Action,2,0,2,1,0,test,Male
55,0,I knew during high school that I wanted to study biology,Orientation,2,2,0,1,0,test,Female
55,1,and I did try out the research field for a little while.,Action,2,1,2,0,0,test,Female
55,2,I then took a teaching job in the middle school,Action,2,1,2,0,0,test,Female
55,3,", and after that, I took a curriculum writing and editing job.",Action,2,1,2,0,0,test,Female
55,4,You know,Action,2,0,2,0,1,test,Female
55,5,", I did some good jobs but I did go into them not knowing if okay I'm gon na love this and this",Evaluation,2,1,0,2,0,test,Female
55,6,is gon na be what I do for the rest of my life.,Evaluation,3,0,0,3,0,test,Female
55,7,And I think that sometimes young people put that pressure on themselves.,Evaluation,2,0,1,2,0,test,Female
55,8,I need to know exactly what I'm going to do for the rest of my life,Evaluation,3,0,0,3,0,test,Female
55,9,and I need to know it now.,Evaluation,2,0,1,2,0,test,Female
55,10,Yeah.,Not Story,3,0,0,0,3,test,Female
55,11,And it's not really realistic,Evaluation,3,0,0,3,0,test,Female
55,12,", nor do I think that it's necessarily helpful.",Evaluation,3,0,0,3,0,test,Female
55,13,"Just having experiences, those can really help you know who you are and what you want to be about.",Evaluation,3,0,0,3,0,test,Female
56,0,"My own personal story, I have come to understand that it's a teaching story",Orientation,2,2,0,1,0,test,Female
56,1," and it is my greatest credential, to be really honest with you",Evaluation,2,1,0,2,0,test,Female
56,2,", is where I've been.",Orientation,3,3,0,0,0,test,Female
56,3,I had a childhood that was with a certain privilege but also with a certain degree of violence in my environment and an overlay of alcoholism.,Orientation,2,2,0,1,0,test,Female
56,4,And so by the time I was a teenager,Orientation,3,3,0,0,0,test,Female
56,5," and I was slipping into disordered eating, and drug use and abuse, promiscuity, and just poor choices at certain levels.",Orientation,2,2,0,1,0,test,Female
56,6,I was really angry.,Evaluation,1,1,1,1,0,test,Female
56,7,And I didn't know why.,Evaluation,3,0,0,3,0,test,Female
56,8,And I didn't know what to do with all my emotions.,Evaluation,2,1,0,2,0,test,Female
56,9,So I was hungry when I could get around good teachers.,Orientation,2,2,1,0,0,test,Female
56,10,And I fortunately did,Action,2,1,2,0,0,test,Female
56,11,and I began dancing.,Action,3,0,3,0,0,test,Female
56,12,And it was no question in my being that I needed to be moving my body.,Evaluation,3,0,0,3,0,test,Female
56,13,But it wasn't like okay,Evaluation,2,1,0,2,0,test,Female
56,14,", and now I'll take steps A, B, and C.",Action,2,1,2,0,0,test,Female
56,15," And that's the biggest message I wan na give to all the young people, to know that it's just one right step at a time to build a beautiful career and a life work.",Evaluation,2,0,1,2,0,test,Female
57,0,"July 20th, 1988, 27 years ago yesterday, I broke my neck in a diving accident.",Orientation,3,3,0,0,0,test,Male
57,1,"It left me a quadriplegic at the cervical four, five level.",Orientation,2,2,0,1,0,test,Male
57,2,The only thing that anybody expected from me was to breathe.,Action,1,1,1,1,0,test,Male
57,3,Alls I could do was go higher.,Action,2,0,2,1,0,test,Male
57,4,And so I basically was starting over again at that point.,Evaluation,2,0,1,2,0,test,Male
57,5,And I was always so ashamed of having this learning disability.,Evaluation,3,0,0,3,0,test,Male
57,6,I never told anybody about my learning disability.,Orientation,1,1,1,1,0,test,Male
57,7,I went all the way through college getting the accommodations for being in a wheel chair and not letting anybody know that I was dyslexic.,Orientation,3,3,0,0,0,test,Male
57,8,There is no wheelchair for dyslexia.,Evaluation,3,0,0,3,0,test,Male
57,9,And I struggle with that everyday.,Evaluation,3,0,0,3,0,test,Male
58,0,I actually had no idea that tech was a thing.,Evaluation,3,0,0,3,0,test,Female
58,1,I was in my third year studying chemistry and biology.,Orientation,3,3,0,0,0,test,Female
58,2,And I had a friend that graduated,Orientation,3,3,0,0,0,test,Female
58,3,", and he taught himself how to code.",Orientation,3,3,0,0,0,test,Female
58,4,And we were hanging out,Action,2,1,2,0,0,test,Female
58,5,", and I was just watching him type away at his computer.",Action,2,1,2,0,0,test,Female
58,6,"And I was like, I used to write code when I was eight years old.",Orientation,3,3,0,0,0,test,Female
58,7,And had I known that software was a career that was an obtainable thing for me to do,Evaluation,2,1,0,2,0,test,Female
58,8,", I would have hands down done it much earlier.",Evaluation,2,1,0,2,0,test,Female
58,9,"But I think also even when I was in school, the idea of computer science classes just seemed really intimidating.",Evaluation,2,1,0,2,0,test,Female
58,10,"From a distance, it looks so complex.",Evaluation,2,1,0,2,0,test,Female
58,11,"But then if you actually learn how to code, it's like, every line is actually very simple.",Evaluation,3,0,0,3,0,test,Female
58,12,"Pretty much just, I sunk my teeth in and was like, I got ta just do it until I make it happen.",Action,2,0,2,1,0,test,Female
58,13,"And so from then on, as a professional software engineer, you're building stuff everyday.",Orientation,2,2,0,1,0,test,Female
58,14,"And they ask me, what do you want to work on?",Action,2,1,2,0,0,test,Female
58,15,I'm like,Action,1,0,1,1,1,test,Female