|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
| 3 | + |
| 4 | + <head> |
| 5 | + <link rel="icon" href="assets/images/profile.png" type="image/png"> |
| 6 | + <title>Scot Nielson</title> |
| 7 | + <link rel="stylesheet" href="css/style.css"> |
| 8 | + </head> |
3 | 9 |
|
4 |
| -<head> |
5 |
| - <title>Scot Nielson</title> |
6 |
| - <link href="css/styles.css" rel="stylesheet" type="css"> |
7 |
| -</head> |
8 |
| - |
9 |
| -<body> |
10 |
| - <header class="header"> |
11 |
| - <div class="container clearfix"> |
12 |
| - <img class="profile-image img-fluid float-left" src="assets/profile.png" alt="Scot Nielson" /> |
13 |
| - <div class="profile-content float-left"> |
14 |
| - <h1 class="name">Scot Nielson</h1> |
15 |
| - <h2 class="desc">Data Scientist</h2> |
16 |
| - <ul class="social list-inline"> |
17 |
| - <li class="list-inline-item"><a href="https://www.linkedin.com/in/theodore-nielson-00202a127/"><i class="fab fa-linkedin-in"></i></a></li> |
18 |
| - <li class="list-inline-item"><a href="https://github.com/tscotn"><i class="fab fa-github-alt"></i></a></li> |
| 10 | + <body> |
| 11 | + <header> |
| 12 | + <img src="assets/images/profile_square.png" class="profile-img"> |
| 13 | + <nav> |
| 14 | + <ul> |
| 15 | + <li><a href="#home">Home</a></li> |
| 16 | + <li><a href="#about">About Me</a></li> |
| 17 | + <li><a href="#experiences">Experiences</a></li> |
| 18 | + <li><a href="#more">More</a></li> |
| 19 | + <li><a href="#contact">Contact Me</a></li> |
19 | 20 | </ul>
|
20 |
| - </div><!--//profile--> |
21 |
| - </div><!--//container--> |
22 |
| - </header><!--//header--> |
23 |
| - |
24 |
| -<p>Hi! I'm a Statistics and Data Science Major at Brigham Young University. Interests include telling compelling stories with data and radio, and eating strawberry ice cream</p> |
| 21 | + </nav> |
| 22 | + </header> |
| 23 | + <main> |
| 24 | + <section id="home"> |
| 25 | + <div class="section-inner"> |
| 26 | + <img src="assets/images/beach_square.png" class="profile-img"> |
| 27 | + <h1>Hi, I'm Scot Nielson.</h1> |
| 28 | + <p>I'm a budding data scientist studying at Brigham Young University.</p> |
| 29 | + </div> |
| 30 | + </section> |
| 31 | + |
| 32 | + <section id="about"> |
| 33 | + <div class="section-inner"> |
| 34 | + |
| 35 | + <h2>About me</h2> |
| 36 | + |
| 37 | + <h3>Studies</h3> |
| 38 | + <ul> |
| 39 | + <li>Brigham Young University</li> |
| 40 | + <li>Major: Statistics/Data Science</li> |
| 41 | + <li>Minor: Design Thinking</li> |
| 42 | + <li>Expected Graduation: April 2022</li> |
| 43 | + </ul> |
| 44 | + |
| 45 | + <h3>Skills</h3> |
| 46 | + <ul> |
| 47 | + <li>Programming in R, Python, SAS, <a href="html/snail_game.html">C++</a></li> |
| 48 | + <li>Hypothesis Testing, ANOVA, Probability</li> |
| 49 | + <li>Spanish Speaking</li> |
| 50 | + <li>Critical Thinking & Problem Solving</li> |
| 51 | + <li>Team Building & Leadership</li> |
| 52 | + </ul> |
| 53 | + |
| 54 | + <h3>Projects</h3> |
| 55 | + <ul> |
| 56 | + <li>Web Automation for BYUradio in Python</li> |
| 57 | + <li>Experiment Design of Radio Listener Data Analysis (ANOVA)</li> |
| 58 | + <li>Debate Tournament Score Analysis for Judge Biases</li> |
| 59 | + <li>Building this and <a href="https://scotnielson616.wixsite.com/tscotn">other</a> websites!</li> |
| 60 | + </ul> |
| 61 | + </div> |
| 62 | + </section> |
| 63 | + |
| 64 | + <section id="experiences"> |
| 65 | + <div class="section-inner"> |
| 66 | + |
| 67 | + <h2>Experiences</h2> |
| 68 | + |
| 69 | + <h3>Student Radio Producer</h3> |
| 70 | + <p><a href="https://www.byuradio.org/show/e9a84fc9-4bb1-476f-bd5d-0e907b754af8">Top of Mind with Julie Rose</a> at BYUradio, BYU Broadcasting | Jan. 2019 - present</p> |
| 71 | + <ul> |
| 72 | + <li>Researched and pitched story ideas on cultural and political topics.</li> |
| 73 | + <li>Coordinated with guests and media agents on deadlines for up to three interviews per week.</li> |
| 74 | + <li>Developed interview materials for show hosts (introductory copy, sample questions).</li> |
| 75 | + <li>Selected and edited audio from previous episodes for re-airing.</li> |
| 76 | + <li>Managed web resources, edited, and posted interview descriptions daily.</li> |
| 77 | + </ul> |
| 78 | + |
| 79 | + <h3>BYU Statistics Department Teaching Assistant</h3> |
| 80 | + <p>SAS Base Programming Skills | Summer 2020 - present</p> |
| 81 | + <ul> |
| 82 | + <li>Taught SAS programming basics in one-on-one and group settings to peers.</li> |
| 83 | + <li>Experience with basic SAS syntax and operations, SQL in SAS, analysis, and data visualization techniques.</li> |
| 84 | + <li>Provided tech support on a variety of devices via Zoom.</li> |
| 85 | + <li>Evaluated and graded SAS code and provided descriptive feedback. Encouraged good coding standards.</li> |
| 86 | + <li>Responded promptly to questions and communicated answers effectively to instructors and peers.</li> |
| 87 | + </ul> |
| 88 | + |
| 89 | + <h3>Missionary in Concepción, Chile</h3> |
| 90 | + <p>The Church of Jesus Christ of Latter-day Saints | Sept. 2016 - Oct. 2018</p> |
| 91 | + <ul> |
| 92 | + <li>Oversaw groups of international volunteers to ensure their safety and well-being.</li> |
| 93 | + <li>Encouraged and modeled teaching and interacting with people interested in applying religious principles.</li> |
| 94 | + <li>Mastered Spanish, taught English and Spanish, and interacted with individuals of all ages from different countries.</li> |
| 95 | + <li>Worked in administrative offices to manage phones, vehicles, housing, and visas for 150+ volunteers.</li> |
| 96 | + <li>Managed mission inventory and designed new proselyting materials. Piloted mission WhatsApp program.</li> |
| 97 | + </ul> |
| 98 | + |
| 99 | + </div> |
| 100 | + </section> |
| 101 | + |
| 102 | + <section id="more"> |
| 103 | + <div class="section-inner"> |
| 104 | + |
| 105 | + <h2>More</h2> |
| 106 | + |
| 107 | + <h3>Other Employment and Volunteer Experience</h3> |
| 108 | + <p><a href="https://www.kochcollegerecruiting.com/rising_leaders/">Koch Rising Leader</a> | Koch Industries | Summer 2020</p> |
| 109 | + |
| 110 | + <p>Uber Eats Driver | Uber | Summer 2019</p> |
| 111 | + |
| 112 | + <p>Landscaping Assistant | J.E.M. Landscaping Inc. | Nov. 2018 - Jan. 2019</p> |
| 113 | + |
| 114 | + <p>Volunteer Immigrant Liaison | <a href="https://gatheringhumanity.org/">Gathering Humanity</a> | Winter 2018</p> |
| 115 | + |
| 116 | + <h3>Media, Communication and Research Experience</h3> |
| 117 | + <p>Atlas Shrugged Essay Contest Finalist | <a href="https://www.aynrand.org/">Ayn Rand Institute</a> | 2019-2020</p> |
| 118 | + <p>Newspaper Staff Writer & Illustrator | <a href="https://issuu.com/thewoosterblade">The Wooster Blade & Edge</a> | 2015 - 2016</p> |
| 119 | + <p><a href="https://www.scouting.org/programs/scouts-bsa/resources/nayle/">NAYLE</a> and <a href="https://www.scouting.org/programs/scouts-bsa/resources/nylt/">NYLT</a> Staff | BSA | Summer 2012 - Summer 2016</p> |
| 120 | + <p>Screen-Printing Equipment Manager | WOW Image Group | Oct. 2014 - Dec. 2015</p> |
25 | 121 |
|
26 |
| -<a href="html/snail_game.html">Play the Snail Game</a> |
27 |
| - |
28 |
| -</body> |
| 122 | + </div> |
| 123 | + </section> |
| 124 | + |
| 125 | + <section id="contact"> |
| 126 | + <div class="section-inner"> |
| 127 | + <h2>Contact me</h2> |
| 128 | + <p>Email: <a href=" mailto:[email protected]" >scotnielson616 at gmail dot com </a></p> |
| 129 | + <p>Phone: 480-504-9055</p> |
| 130 | + <p>You can also find me on:</p> |
| 131 | + <p><a href="https://www.linkedin.com/in/theodore-nielson-00202a127/">LinkedIn</a></p> |
| 132 | + <p><a href="https://www.github.com/tscotn/">GitHub</a></p> |
| 133 | + <p><a href="https://www.kaggle.com/scotn616">Kaggle</a></p> |
| 134 | + </div> |
| 135 | + </section> |
| 136 | + </main> |
| 137 | + <footer> |
| 138 | + Written in HTML and CSS by Scot Nielson, 2020 |
| 139 | + </footer> |
| 140 | + </body> |
29 | 141 | </html>
|
0 commit comments