<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.9.5">Jekyll</generator><link href="https://kalieknecht.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://kalieknecht.github.io/" rel="alternate" type="text/html" /><updated>2024-07-29T13:40:24-07:00</updated><id>https://kalieknecht.github.io/feed.xml</id><title type="html">Kalie Knecht, PhD</title><subtitle>Nuclear Engineer</subtitle><author><name>Kalie Knecht, PhD</name><email>kalie@berkeley.edu</email></author><entry><title type="html">Creating a Website to Manage Your Personal Brand</title><link href="https://kalieknecht.github.io/posts/2020/01/website/" rel="alternate" type="text/html" title="Creating a Website to Manage Your Personal Brand" /><published>2020-01-13T08:00:00-08:00</published><updated>2020-01-13T08:00:00-08:00</updated><id>https://kalieknecht.github.io/posts/2020/01/website</id><content type="html" xml:base="https://kalieknecht.github.io/posts/2020/01/website/"><![CDATA[<p>I wrote this blog post for GradSWE as the Community Mentoring Coordinator. You can find the original post on the <a href="http://gradswe.swe.org/gradswe-blog/creating-a-website-to-manage-your-personal-brand">GradSWE blog</a>.</p>

<p>Personal websites are a great way to showcase your potential to employers and research partners. GradSWE has a <a href="https://swegrad.wordpress.com/2018/10/07/creating-a-personal-website-for-self-promotion/">Youtube video</a> explaining the many things you can feature on a personal website, like projects, experience, and leadership roles - but how do you get started? One free way to make a website is with GitHub Pages!</p>

<p>The easiest way to start is to begin working with an existing template. For this example, we will be using the <a href="https://github.com/academicpages/academicpages.github.io">Academic Pages</a> template, meant for academic personal websites. There are other templates out there, but this is a popular choice among researchers.</p>

<h2 id="1-sign-into-your-github-account">1. Sign into your <a href="https://github.com/">GitHub account</a></h2>
<p>If you do not have a GitHub account, you can make one for free.</p>
<h2 id="2-fork-the-academic-pages-template">2. Fork the Academic Pages template</h2>
<p>Copy the template by going to the <a href="https://github.com/academicpages/academicpages.github.io">Academic Pages GitHub repository</a> and selecting ‘Fork’ at the top right.
<img src="/images/website1.png" alt="fork" />
You will now have your own repository named academicpages.github.io.</p>

<h2 id="3-go-the-settings-of-your-new-github-repository">3. Go the settings of your new GitHub repository</h2>
<p>Rename the repository username.github.io, putting your GitHub username in place of ‘username.’ This will be the url to your website, unless you decide to buy a custom domain name. 
<img src="/images/website2.png" alt="settings1" />
<img src="/images/website3.png" alt="settings2" /></p>
<h2 id="4-edit-the-_configyml-file">4. Edit the _config.yml file</h2>
<p>Select the _config.yml page in the top directory of your repository and edit it by selecting the pencil icon on the right. Update the title, name, description​, url, and repository fields for now.
<img src="/images/website4.png" alt="config" />
Commit your changes with something descriptive. GitHub uses Git for version control, which means the history of all your files will be tracked. This means that you can easily go back and see all the changes that you have made, and if you make a mistake you can revert to previous versions. Leaving a good description for each commit you make will help you later if you need to go back.
<img src="/images/website5.png" alt="commit" />
You should now be able to view your website at username.github.io. The next step is populating it with information about you!</p>

<h2 id="5-edit-the-sidebar">5. Edit the sidebar</h2>
<p>Go back to the _config.yml file and scroll down to the #Site Author section. Update the fields with your personal information, and add any account links that you would like to display on the sidebar of your website. When you are done, commit your changes.
<img src="/images/website6.png" alt="sidebar" /></p>
<h2 id="6-edit-the-front-page-of-your-website">6. Edit the front page of your website</h2>
<p>Navigate to the _pages folder in your repository, and edit the about.md file. You can delete everything in this file after the front matter, and add whatever information you would like to include on your front page. You can find ideas about what to include in this page by watching our <a href="https://swegrad.wordpress.com/2018/10/07/creating-a-personal-website-for-self-promotion/">video</a> on personal websites.</p>

<p>GitHub pages use markdown format. If you are not familiar with markdown, there are many great resources online. This <a href="https://www.markdownguide.org/cheat-sheet/">Markdown Cheat Sheet</a> is a good place to start.
<img src="/images/website7.png" alt="frontpage" /></p>
<h2 id="7-decide-how-you-would-like-to-organize-your-pages">7. Decide how you would like to organize your pages</h2>
<p>Edit the navigation.yml file in the _data folder to add or delete any sections that you would like to show at the top of your website. You can also just leave the default configuration.</p>

<p>​For any page you would like to add, make sure you add a corresponding file to the _pages folder. 
<img src="/images/website8.png" alt="organize" /></p>
<h2 id="8-populate-the-pages-with-all-your-great-experience-and-skills">8. Populate the pages with all your great experience and skills</h2>
<p>The default pages that should be edited are shown below.
<img src="/images/website9.png" alt="files" /></p>

<p>Once you’ve edited these pages, you should have a full website ready to go!</p>

<p>You can play around with the template however you feel fit. Because you are doing this on GitHub, it will be easy to recover previous versions of your website if you make a mistake.</p>

<p>The next step is sharing your website with others! ​Want fellow GradSWE members to take a look at your website? Link your website in the comments! If you used a different service to set up your website, please also let us know below!</p>
<h3 id="references">References</h3>
<ol>
  <li>https://swegrad.wordpress.com/2018/10/07/creating-a-personal-website-for-self-promotion/</li>
  <li>https://guides.github.com/features/pages/</li>
  <li>https://www.markdownguide.org/cheat-sheet/</li>
  <li>https://guides.github.com/features/mastering-markdown/</li>
  <li>https://github.com/academicpages/academicpages.github.io</li>
  <li>https://help.github.com/en/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll</li>
</ol>]]></content><author><name>Kalie Knecht, PhD</name><email>kalie@berkeley.edu</email></author><category term="professional" /><category term="gradschool" /><summary type="html"><![CDATA[I wrote this blog post for GradSWE as the Community Mentoring Coordinator. You can find the original post on the GradSWE blog.]]></summary></entry><entry><title type="html">Strategies for a strong grad school application</title><link href="https://kalieknecht.github.io/posts/2019/10/grad-app/" rel="alternate" type="text/html" title="Strategies for a strong grad school application" /><published>2019-10-28T20:23:00-07:00</published><updated>2019-10-28T20:23:00-07:00</updated><id>https://kalieknecht.github.io/posts/2019/10/gradapp</id><content type="html" xml:base="https://kalieknecht.github.io/posts/2019/10/grad-app/"><![CDATA[<p>Going to grad school can open all kinds of doors for you professionally. However,  there’s  one huge step you have to take before it even begins: the application. Grad applications are a stressful and daunting tasks, but there are steps you can take to make your application more powerful. I hope to break down the steps for you, and give other pointers that can help you stand out from the pool of applicants!</p>

<p>Note that this is advice that I recieved while applying to engineering PhD programs, so if that isn’t what you are applying to, the applicability of this advice might vary. Also, I am a first year grad student myself, so this is more or less a compilation of advice I recieved when I was working on my applications.</p>

<p>First, let’s talk about the components of a grad school application. In no particular order, they are:</p>
<ul>
  <li>Letters of Recommendation</li>
  <li>Personal Statement</li>
  <li>Statement of Purpose</li>
  <li>Resume</li>
  <li>GPA</li>
  <li>GRE Scores</li>
</ul>

<p>I don’t have these in any particular order, because every person you talk to will tell you which one is the most important. Grad admissions are a wholistic process, so truthfully they are <strong>all</strong> important. Now let’s break down how to ace each of these components.</p>

<h2 id="letters-of-recommendation">Letters of Recommendation</h2>
<p>Your applications will typically ask for 3 letters of recommendation. The key thing is securing 3 <strong>STRONG</strong> letters of recommendation.</p>

<h3 id="who-to-pick">Who to Pick</h3>
<p>You want to find people who can talk specifically about your skill set and work ethic, and provide insight on why you would be a valuable institution to the school you are applying to. This can include (but is not limited  to):</p>
<ul>
  <li>Former industry bosses</li>
  <li>Former national lab mentors</li>
  <li>Professors at your home institution who you’ve done research for</li>
  <li>Professors who’ve instructed you</li>
  <li>Professors who serve as advisors for a club that you are involved in</li>
  <li>Professors from a school you did an REU at</li>
</ul>

<p>Note that having a relationship with your letter writers is important! A generic “this student I don’t know asked me for a letter of recommendation” letter is about as good as no letter at all.</p>

<h3 id="the-ask">The Ask</h3>
<p>So you have three people in mind. Now how do you ask them? It can feel rather uncomfortable, especially if this is your first time asking for a letter of reference. Here are some tips on making the ask:</p>
<ul>
  <li>Ask as early as possible - as early as when applications open.</li>
  <li>Ask in person if at all possible. Be sure to follow up the in-person with an email.</li>
  <li>Specifically ask if they can write you a <strong>STRONG</strong> letter. If they feel like they can only write a generic letter for you, they will hopefully let you know so you can ask someone else instead.</li>
</ul>

<p>Keep in mind that you are asking for a letter - you should not expect yes as an answer. And if they say yes, make sure you express how grateful you are!</p>

<h3 id="the-email">The Email</h3>
<p>Should include:</p>
<ul>
  <li>Which programs you are applying to</li>
  <li>Due dates for each program</li>
  <li>Your research interests/plans</li>
  <li>If you have anything specific that you would like them to highlight, you should include that as well</li>
</ul>

<p>Ideally, communicate all  of this information in as concise of a manner as possible. If you are not comfortable sending emails like this, have someone look over it before you press send.</p>

<h3 id="the-follow-up">The Follow Up</h3>
<p>As the due date approaches, feel free to send occaisonal reminder emails.</p>

<p>When you start hearing back from schools, you should keep your letter writers updated with your acceptances.</p>

<p>Throughout this entire process you should be saying thank you a lot! It is good etiquette to write a thank you note at the end of the application process. Many people will also get a small gift of appreciation for their letter writers (this is a nice gesture but it is absolutely NOT expected or required).</p>

<h2 id="statement-of-purpose">Statement of Purpose</h2>
<p>The statement of purpose is where you highlight your research interests, career goals, and how the skills you’ve built so far will make you a successful PhD student. If you’ve been applying to scholarships during undergrad, you can likely  mostly recycle your scholarship essays and build upon it.</p>

<p>Make sure you have people read over this, both technical and non-technical. This is one of the most important aspects of your application!</p>

<p>I also want to point out that <strong>it is absolutely okay to not have a research hypothesis yet</strong>. You can spend your first year of grad school carving out a question for your research. However, you should at least be able to give a general idea of your interests.</p>

<p>You can reuse a lot of this essay for each of the schools you apply to, but make sure that at some point you specifically identify how that specific institution will help you reach your career goals.</p>

<p>I’ve heard conflicting advice on whether you should specifically name professors you want to work for in this essay.  If you name the professor, that increases the liklihood that your application reaches their hands. However, if you only name one professor and they aren’t accepting students, your application might get put to the side. Ultimately, it is up to decide if you think this is worth doing or not.</p>

<h2 id="personal-statement">Personal Statement</h2>
<p>The personal statement is an opportunity to talk about your background and life experiences, and any challenges you might have faced. This isn’t something that all applications will ask for - I think only two programs asked for it when I applied.</p>

<p>If there is some sort of <a href="https://grad.berkeley.edu/admissions/apply/fellowships-entering/">university fellowship</a> that you believe you’re eligible for, you might want to include the details pertinent to that here.</p>

<p>For example, I made my personal statement about being part of an underrepresnted group in STEM. I talked about the challenges underrepresnted groups face, and what I have done to combat those challenges. This got me nominated for a Chancellor’s Fellowship at UC Berkeley, because one of the things they look for is applicants who advance diversification of the university.</p>

<h2 id="resume">Resume</h2>
<p>You should tailor your resume to what professors will want to see in your grad school application. This means you will want to highlight research experiences, publications, and any technical skills you might have. It is okay if you don’t have any publications yet, but if you do you will absolutely want to highlight that. If you have relevant class projects, you should include those as well!</p>

<p>This is also a great way to highlight leadership experience. I included my leadership positions in The Society of Women Engineers,  which tied in really well with my personal statement.</p>

<p>If you have a LinkedIn, GitHub, and/or personal website you should include those links on your resume.</p>

<p>Make sure you use your campus resources (like a career center) to get your resume looked over before you submit it.</p>

<h2 id="gpa">GPA</h2>
<p>Different programs will have different average GPAs for admitted applicants. Sometimes your GPA will not be as high as the average GPA, but it is important to keep in mind that it is an AVERAGE - this means some people with a lower GPA WERE admitted.</p>

<p>If you are currently applying to graduate schools, there is not a whole lot you can do to change your GPA. If you have a good GPA, you don’t have anything to worry about. If your GPA isn’t the strongest, you need to make sure you make other aspects of your application strong. However, like I said, you should not be discouraged from applying just because you don’t have the average admitted GPA.</p>

<h2 id="gre-scores">GRE Scores</h2>
<p>I see this pretty similar to the way I see GPA - there is an average accepted score, but you shouldn’t consume yourself with the number. However, this is a lot easier than GPA to bring up in the short term. If you aren’t happy with your GRE score, prepare some more and take it again!</p>

<p>To maximize your GRE score, it is best to take it as early as possible. I took it the first time during my Junior year, then studied more over the summer and took it again at the beginning of my senior year.</p>

<p>I’ve heard people say that having a great GRE score can counterbalance a lower GPA, but I haven’t confirmed  if this is true or not.</p>

<h2 id="other-tips-for-success">Other tips for success</h2>
<p>There are things you can do OUTSIDE of the application to make yourself stand out from other applicants.</p>

<h3 id="send-an-email">Send an email</h3>
<p>A great way to make yourself stand out is to email the professors you are interested in working for. All you have to do is make a quick introduction of yourself, tell them what research of theirs you found interesting, ask if they are taking new students this year, and attach your resume. This can help you get your name into their head, so they remember to look for you when they start looking through applications. One of my friends would also ask professors if they had time for a phone call or Skype session to discuss research opportunities. She had a number of Skype calls, and was pretty successful in getting into the schools she applied to.</p>

<h3 id="go-to-conferences">Go to conferences</h3>
<p>If there is an organization specific to your discipline, it is a great idea to attend conferences to network with prospective advisors. This can help you both get your name out there, and meet new professors to apply to!</p>

<h3 id="make-a-professional-twitter">Make a ‘professional’ Twitter</h3>
<p>This is a newer (and cheaper) way of networking than going to conferences! It can also help you keep up with current issues and topics in your field. Having a Twitter is a great way of establishing a ‘personal brand,’ especially as a young academic!</p>

<h3 id="ask-for-help">Ask for help</h3>
<p>Reach out to your peers and mentors for help with this process. It can be very stressful, and sometimes it’s good  to just hear someone say they believe in you. If you want someone to help you through this process or to look through your application materials, I would be more than happy to help if you <a href="mailto:kalie@berkeley.edu">email me</a>!</p>]]></content><author><name>Kalie Knecht, PhD</name><email>kalie@berkeley.edu</email></author><category term="professional" /><category term="gradschool" /><summary type="html"><![CDATA[Going to grad school can open all kinds of doors for you professionally. However, there’s one huge step you have to take before it even begins: the application. Grad applications are a stressful and daunting tasks, but there are steps you can take to make your application more powerful. I hope to break down the steps for you, and give other pointers that can help you stand out from the pool of applicants!]]></summary></entry></feed>