- Scan ID:
- 48d949dd-f288-47f5-8f49-732b46ccbde3Finished
- Submitted URL:
- https://matt.might.net/articles/phd-school-in-pictures/
- Report Finished:
Links · 63 found
The outgoing links identified from the page
Link | Text |
---|---|
http://twitter.com/mattmight | @mattmight |
http://www.amazon.com/gp/product/0465022227/ref=as_li_ss_tl?ie=UTF8&tag=mmamzn06-20&linkCode=as2&camp=217145&creative=399349&creativeASIN=0465022227 | A PhD Is Not Enough |
http://www.amazon.com/gp/product/0465022227/ref=as_li_ss_il?ie=UTF8&tag=mmamzn06-20&linkCode=as2&camp=217145&creative=399349&creativeASIN=0465022227 | |
http://www.magcloud.com/browse/Issue/105539 | Click here to preview or buy it. |
http://www.glycobiology.org/news_display.php?id=1546 | being that postdoc |
http://overcomingmovementdisorder.blogspot.com// | our son |
http://creativecommons.org/licenses/by-nc/2.5/ | Creative Commons Attribution-NonCommercial 2.5 License |
http://www.cs.utah.edu/ | Computer Science |
http://www.utah.edu/ | University of Utah |
http://www.thesez-vous.com/blogue/le-doctorat-illustre-un-guide-propose-par-matt-might | French translation |
JavaScript Variables · 26 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
ArticleVersion | number |
Manifest | object |
Articles | object |
Cats | object |
Order | object |
AddArticle | function |
i | number |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head>
<title>The illustrated guide to a Ph.D.</title>
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://matt.might.net/articles/feed.rss">
<link rel="stylesheet" href="../../css/raised-paper-2.css">
<meta name="viewport" content="width=480, initial-scale=1">
<link rel="stylesheet" media="screen and (max-device-width: 480px)" href="../../css/raised-paper-2-handheld.css">
<script type="text/javascript" src="../../matt.might.js"></script>
<script type="text/javascript">
var ArticleVersion = 2 ;
</script>
<script>
<!--
include("article-style.js");
//-->
</script>
<script type="text/javascript" src="../manifest.js"></script>
<script type="text/javascript" src="../index-manifest.js"></script>
<script type="text/javascript">
<!--
// var Key = "[an error occurred while processing the directive]";
var Pathname = location.pathname ;
var PathParts = Pathname.split(/\//) ;
var Key = PathParts[PathParts.length-1] ;
if (Key == "")
Key = PathParts[PathParts.length-2] ;
//-->
</script>
</head>
<body>
<div id="body">
<div id="abstract-container" class="module">
<div id="abstract-content" class="fat-content">
<h1>The illustrated guide to a Ph.D.</h1>
<div>
[<a href="../">article index</a>]
[<script>
var emailMatt = '<a href="mai'+'lto:matt-blog'+'@'+'migh'+'t.net">email me</a>'
document.write(emailMatt);
//-->
</script><a href="mailto:[email protected]">email me</a>]
[<a href="http://twitter.com/mattmight">@mattmight</a>]
[<a href="../feed.rss">rss</a>]
</div>
<p>
Every fall, I explain to a fresh batch of Ph.D. students what a Ph.D. is.
</p>
<p>
It's hard to describe it in words.
</p>
<p>
So, I use pictures.
</p>
<p>
Read below for the illustrated guide to a Ph.D.
</p>
<hr>
<p>
<b>Update</b>: <a href="http://matt.might.net/articles/phd-school-in-pictures/#print">Print version</a>,
<a href="http://matt.might.net/articles/phd-school-in-pictures/#resources">slides and translations</a>,
<a href="http://matt.might.net/articles/phd-school-in-pictures/#license">CC licensing terms</a>.
</p>
<b>Update:</b> I wrote a follow-up to this 5 years later -- <a href="http://matt.might.net/articles/tenure/">HOWTO: Get tenure</a>.
<!--
<p> <b>Update</b>: People tell me <a
href="http://matt.might.net/articles/my-sons-killer/">this post is
the "sequel"</a> to this one, and I'm looking for a <a href="http://www.glycobiology.org/news_display.php?id=1546">postdoc in (glyco)biology</a> interested in saving lives.
Let's talk if interested.
</p>
-->
</div> <!-- /#content -->
</div> <!-- /#content-container -->
<div id="content-container" class="module">
<div id="article-content">
<p>
Imagine a circle that contains all of human knowledge:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.001.jpg" width="440">
</div>
<p>
By the time you finish elementary school, you know a little:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.002.jpg" width="440">
</div>
<p>
By the time you finish high school, you know a bit more:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.003.jpg" width="440">
</div>
<p>
With a bachelor's degree, you gain a specialty:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.004.jpg" width="440">
</div>
<p>
A master's degree deepens that specialty:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.005.jpg" width="440">
</div>
<p> Reading research papers takes you to the edge of human knowledge: </p>
<div class="graphic">
<img src="images/PhDKnowledge.006.jpg" width="440">
</div>
<p>
Once you're at the boundary, you focus:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.007.jpg" width="440">
</div>
<p>
You push at the boundary for a few years:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.008.jpg" width="440">
</div>
<p>
Until one day, the boundary gives way:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.009.jpg" width="440">
</div>
<p>
And, that dent you've made is called a Ph.D.:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.010.jpg" width="440">
</div>
<p>
Of course, the world looks different to you now:
</p>
<div class="graphic">
<img src="images/PhDKnowledge.011.jpg" width="440">
</div>
<p>
So, don't forget the bigger picture:
</p>
<div class="graphic">
<img src="./images/PhDKnowledge.012.jpg" width="440">
</div>
<br>
<p>
Keep pushing.
</p>
<br>
<hr>
<p> There's a bit more below, but I also wrote a follow-up 5 years after the
illustrated guide which may be of interest -- <a href="http://matt.might.net/articles/tenure/">HOWTO: Get tenure</a>. </p>
<!--
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4400645483943138";
/* Middle banner */
google_ad_slot = "2476556955";
google_ad_width = 468;
google_ad_height = 60;
//- ->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
-->
<h2>Related posts</h2>
<ul>
<li><a href="http://matt.might.net/articles/tenure/">HOWTO: Get tenure</a>.</li>
<li><a href="../books-papers-materials-for-graduate-students/">Recommended reading for grad students</a>.</li>
<li>
<a href="http://matt.might.net/articles/what-cs-majors-should-know/">What every CS major should know</a>.
</li>
<li><a href="../how-to-apply-and-get-in-to-graduate-school-in-science-mathematics-engineering-or-computer-science/">How to get into grad school</a>.</li>
<li><a href="../advice-for-phd-thesis-proposals/">Advice for thesis proposals</a>.</li>
<li><a href="../productivity-tips-hints-hacks-tricks-for-grad-students-academics/">Productivity tips for academics</a>.</li>
<li><a href="../advice-for-academic-job-hunt/">Academic job hunt advice</a>.</li>
<li><a href="../successful-phd-students/">Successful Ph.D. students: Perseverance, tenacity and cogency</a>.</li>
<li><a href="../crapl/">The CRAPL: An open source license for academics</a>.</li>
<li><a href="../problem-shapes/">The shape of your problem</a>.</li>
</ul>
<p>
If you like these posts, then I recommend the book
<a href="http://www.amazon.com/gp/product/0465022227/ref=as_li_ss_tl?ie=UTF8&tag=mmamzn06-20&linkCode=as2&camp=217145&creative=399349&creativeASIN=0465022227">A PhD Is Not Enough</a><img src="http://www.assoc-amazon.com/e/ir?t=&l=as2&o=1&a=0465022227&camp=217145&creative=399349" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;">:
</p>
<div class="graphic">
<a href="http://www.amazon.com/gp/product/0465022227/ref=as_li_ss_il?ie=UTF8&tag=mmamzn06-20&linkCode=as2&camp=217145&creative=399349&creativeASIN=0465022227"><img border="0" src="http://ws.assoc-amazon.com/widgets/q?_encoding=UTF8&Format=_SL160_&ASIN=0465022227&MarketPlace=US&ID=AsinImage&WS=1&tag=mmamzn06-20&ServiceVersion=20070822"></a><img src="http://www.assoc-amazon.com/e/ir?t=&l=as2&o=1&a=0465022227&camp=217145&creative=399349" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;">
</div>
<a name="print"></a>
<h2>Get it in print; fund students; save lives</h2>
<p>By request, a print version of <em>The Illustrated Guide to a
Ph.D.</em> is on sale.</p>
<center>
<b><a href="http://www.magcloud.com/browse/Issue/105539">Click here to preview or buy it.</a></b>
</center>
<div class="graphic">
<a href="http://www.magcloud.com/browse/Issue/105539">
<img src="http://matt.might.net/images/IllustratedGuideToPhD-Cover.jpg" style="border: 1px solid gray; ">
</a>
</div>
<p> <strike>Any and all proceeds will fund graduate students
whose work may impact the discovery, diagnosis or treatment of
genetic disorders.</strike> </p>
<p>
Any and all proceeds will fund graduate students (and postdocs)
doing work in biology that may
impact treatment of diseases of cellular metabolism.
</p>
<p>
<b>Update</b>: If you're interested in <a href="http://www.glycobiology.org/news_display.php?id=1546">being that postdoc</a>, get in touch with me!
</p>
<p> It is available at
<a href="http://www.magcloud.com/browse/Issue/105539">$6.50</a>
thanks to
Hewlett-Packard's high-quality on-demand publishing service, MagCloud.
</p>
<p> It's sixteen pages, saddle-stitch bound and in full color.</p>
<p>
It's a good gift for new students, the recently defended and relatives thereof.
</p>
<p> <b>Why biology?</b> </p>
<p>If you zoom in on the boundary of human knowledge in the direction of genetics, there's
something just outside humanity's reach:</p>
<div class="graphic">
<img src="images/BertrandsLife.png" width="440">
</div>
<p> My wife and I chose to start funding these graduate students after we learned
that <a href="http://overcomingmovementdisorder.blogspot.com//">our
son</a> has a rare, fatal genetic disorder. </p>
<p>
It may be too late for my son, but it's not too late for other children.
</p>
<p>
Even one child suffering is one child too many.
</p>
<p>
The only way to end this kind of suffering is science.
</p>
<p>
And, the best way to do science is through graduate students.
</p>
<p>
<em><b>Update</b>: When I first wrote this post, my son's specific disorder was unknown.
Thanks to a scientific advance made in genetic diagnostics--specifically exome sequencing--we were able to isolate the mutations in my son's genome and determine that he is the very first documented case of a new disease: N-glycanase deficiency.
<br><br>
One small dent in the circle of knowledge; one giant leap for my son.
<br><br>
You can read the full story in a new post:
<a href="http://matt.might.net/articles/my-sons-killer/">Hunting down my son's killer</a>.</em>
</p>
<a name="license"></a>
<h2>License: Creative Commons</h2>
<p>
I receive numerous requests to reproduce this work, and I'm happy to grant them
all, subject to three small conditions:
</p>
<ol>
<li>
Please attribute the original work to me (Matt Might) and link back to this page in your reproduction:
<pre> http://matt.might.net/articles/phd-school-in-pictures/
</pre>
as <code>The Illustrated Guide to a Ph.D.</code>
</li>
<li>
When you attribute, please also link my name, <code>Matt Might</code>, to:
<pre> http://matt.might.net/
</pre>
</li>
<li>
And, don't forget the "Keep pushing," at the bottom!
</li>
</ol>
<p>
This work is licensed under the
<a href="http://creativecommons.org/licenses/by-nc/2.5/">Creative
Commons Attribution-NonCommercial 2.5 License</a>.
</p>
<p> That means you can share, copy, modify and reproduce this work as
long as you attribute the original work to me and link back to it as
outlined above. </p>
<p> However, you may not sell this work, or use it for commercial purposes.
You may only distribute it free of charge.
If you're not sure whether your use is a "commercial purpose," please send me an email.
</p>
<p>
If possible, please host the images on your own server instead of linking back to mine.
</p>
<p>
If you use it in a presentation, I'd love to hear feedback.
</p>
<p>
Here's an example attribution that satisfies the legal requirements:
</p>
<blockquote>
<a href="http://matt.might.net/">Matt Might</a>,
a professor in
<a href="http://www.cs.utah.edu/">Computer Science</a>
at the <a href="http://www.utah.edu/">University of Utah</a>, created
<a href="http://matt.might.net/articles/phd-school-in-pictures/">The
Illustrated Guide to a Ph.D.</a> to explain what a Ph.D. is to new and
aspiring graduate students. [Matt has licensed the guide for sharing with
<a href="http://matt.might.net/articles/phd-school-in-pictures/#license">special terms under the Creative Commons license</a>.]
</blockquote>
<p>
If it helps, here's the corresponding HTML, which you can modify to suit your
site's needs:
</p>
<pre><a href="http://matt.might.net/">Matt Might</a>, a professor in
<a href="http://www.cs.utah.edu/">Computer Science</a>
at the <a href="http://www.utah.edu/">University of Utah</a>, created
<a href="http://matt.might.net/articles/phd-school-in-pictures/">The
Illustrated Guide to a Ph.D.</a> to explain what a Ph.D. is to new and
aspiring graduate students.
[Matt has licensed the guide for sharing with
<a href="http://matt.might.net/articles/phd-school-in-pictures/#license">
special terms under the Creative Commons license</a>.]
</pre>
<p>
And, of course, thank you for sharing!
</p>
<a name="resources"> </a>
<h2>Resources</h2>
<p>
Please let me know if you translate this post into another language.
</p>
<ul>
<li><a href="./IllustratedGuidePhD-Matt-Might.pdf">A slideshow version in PDF</a>. </li>
<li><a href="http://www.thesez-vous.com/blogue/le-doctorat-illustre-un-guide-propose-par-matt-might">French translation</a>
(by <a href="https://www.linkedin.com/in/smathieuc?trk=nav_responsive_tab_profile_pic">Sara Mathieu-C.</a>)</li>
<li><a href="http://bit.ly/aARgj7">Urdu translation</a> (by <a href="http://adnanmasood.com/">Adnan Masood</a>)</li>
<li><a href="http://www.tyzoh.jp/community/kkato/2010/08/16_123030.html">Japanese translation</a> (by <a href="http://sites.google.com/site/kimikazu/">Kimikazu Kato</a>)</li>
<li><a href="http://gabrielegan.com/teaching/What%27s%20a%20PhD/index.htm">UK English "translation"</a> (as interpreted by <a href="http://gabrielegan.com/">Gabriel Egan</a>)
</li><li><a href="http://www.slideshare.net/kleberjacinto/guia-ilustrado-para-o-doutorado">Brazilian Portuguese translation</a> (by <a href="http://www.slideshare.net/kleberjacinto/guia-ilustrado-para-o-doutorado">Kleber Jacinto</a>)</li>
<li><a href="http://yepce.com/2010/08/17/doktora-derecesi-illustrasyon/">Turkish translation</a> (by Y.Ercan Payidar)
</li><li><a href="http://ictlogy.net/sociedadred/20100818-guia-ilustrada-para-un-doctorado/">Spanish translation</a> (by <a href="http://ictlogy.net/">Ismael Peña-López</a>)</li>
<li><a href="http://mrgorefest.blogspot.com/2010/08/cose-un-phd.html">Italian translation</a> (by <a href="http://mrgorefest.blogspot.com/">Alessandro Ferrari</a>)</li>
<li><a href="http://www.robinmalau.com/phd-guide/">Indonesian translation</a> (by <a href="http://www.robinmalau.com/">Robin Malau</a>)</li>
<li><a href="http://bit.ly/aLZvER">Greek translation</a> (by <a href="http://anestis.magntize.com/">Anestis Chatzidiakos</a>)</li>
<li><a href="http://parklize.blogspot.ie/2014/07/blog-post_8.html">Korean translation</a></li>
<li><a href="http://www.dion.ntnu.no/nb_NO/ofte-stilte-sporsmal/hva-er-ph-d/">Norwegian translation</a> (by <a href="http://www.dion.ntnu.no/">DION</a>) </li>
<li><a href="http://shemra.blogspot.com/2010/08/blog-post.html">Russian translation</a> (by <a href="http://shemra.blogspot.com/">Shemra Rizzo</a>) </li>
<li><a href="http://adatbanyaszat.blog.hu/2010/08/30/kepes_illusztracio_a_phd_rol">Hungarian translation</a> (by <a href="http://prekopcsak.hu/">Zoltan Prekopcsak</a>)</li>
<li><a href="http://www.openmobilefree.net/?p=670">Chinese translation</a> (by Yifeng Yuan)</li>
<li><a rel="nofollow" href="http://www.zhihu.com/question/32186853/answer/56083994">Simplified Chinese translation</a>
by (Sijia Zhao)</li>
<li><a href="http://www.cbcity.de/die-versinnbildlichte-darstellung-zum-dr-ing">German translation</a> (by <a href="http://www.cbcity.de/">Paul Balzer</a>)</li>
<li><a href="http://www.persianwise.org/2011/03/illustrated-guide-to-phd.html">Persian translation</a> (by Kian Abbasnejadi)</li>
<li><a href="http://kalous.blog.respekt.ihned.cz/c1-46229600-co-je-to-ph-d">Czech translation</a>
(by <a href="http://kalous.blog.respekt.ihned.cz">Lukas Kalous</a>)</li>
<li><a href="http://morgoth.blog.matfyz.sk/p16294-ilustrovany-navod-k-phd">Slovak translation</a>
(by <a href="http://morgoth.blog.matfyz.sk/">Stano Bustor</a>)</li>
<li><a href="http://www.inverudio.com/phd/">Serbian Translation</a>
(by Lazar Kovacevic)</li>
<li><a href="http://www.ehinger.nu/undervisning/index.php/starta-haer/nyheter/4899-vad-innebaer-det-att-doktorera.html">Swedish Translation</a></li>
<li><a href="http://dailyexpositions.wordpress.com/2010/10/18/a-filipino-translation-of-the-illustrated-guide-to-a-ph-d/">Filipino translation</a>
(by <a href="http://dailyexpositions.wordpress.com/">Andrew Pua</a>)
</li>
<li><a href="http://marco.fotino.it/2010/11/che-cose-il-dottorato-di-ricerca.html">Italian translation</a>
(by <a href="http://marco.fotino.it/">Marco Fotino</a>)</li>
<li>
<a href="http://sws-areeb-research.blogspot.co.uk/2012/04/blog-post.html">Arabic translation</a>
(by <a href="http://www.ecs.soton.ac.uk/people/aaa08r">Areeb Alowisheq</a>)
</li>
<li>
<a href="https://sites.google.com/site/tiensilathenao/">Vietnamese translation</a>.
</li>
<li>
<a href="http://jasinski.ukw.edu.pl/bg/spip.php?article21">Polish translation</a>.
</li>
<li>
<a href="http://inzichtvooruitzicht.blogspot.nl/2012/11/een-doctoraat-in-beeld-gebracht.html">Dutch translation</a>.
</li>
<li>
<a href="http://openstudy.org.ua/blog/28825/">Ukranian translation</a>.
</li>
<li>
<a href="https://nodir.me/phd-dhb/phd-nima.html">Uzbek translation</a>.
</li>
<li>
<a href="http://regevelya.net/phd-guide/">Hebrew translation</a>
(by <a href="http://regevelya.com/">Regev Elya</a>).
</li>
<li>
<a href="http://new.ssrlab.by/kandydackaja-dysiertacyja">Belarussian translation</a>.
</li>
<li>
<a href="./translations/catalan/illustrated-guide-catalan.pdf">Catalan translation</a> by Sebas Mas.
</li>
<li>
<a href="http://butler.cc.tut.fi/~joutsini/phd/">Finnish translation</a> by Joutsiniemi Anssi.
</li>
<li>
<a href="http://tic-investigacion.blogspot.com/2016/01/doktoretza-zer-den-ulertzeko-marrazkien.html">Basque Translation</a>
by <a href="https://twitter.com/jesusromo">Jesus Romo</a>.
</li>
</ul>
<hr>
<div id="footer-links">
[<a href="../">article index</a>]
[<script>
var emailMatt = '<a href="mai'+'lto:matt-blog'+'@'+'migh'+'t.net">email me</a>'
document.write(emailMatt);
//-->
</script><a href="mailto:[email protected]">email me</a>]
[<a href="http://twitter.com/mattmight">@mattmight</a>]
[<a href="../feed.rss">rss</a>]
</div>
</div> <!-- /#content -->
</div> <!-- /#content-container -->
<div id="footer-linode" class="module fat-container">
<div class="fat-content">
<center>
matt.might.net is powered by <b><a href="http://www.linode.com/?r=bf5d4e7c8a1af61855b5227279a6744c3bde8a8a">linode</a></b> |
<a href="../legal/">legal information</a>
</center>
</div>
</div>
</div> <!-- /#body -->
<!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-KBLDCT7XGS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KBLDCT7XGS');
</script>
<!--
Old tracking code:
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3661244-1");
pageTracker._trackPageview();
</script>
-->
</body></html>