{"id":72,"date":"2026-02-25T17:09:39","date_gmt":"2026-02-25T17:09:39","guid":{"rendered":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/?page_id=72"},"modified":"2026-02-25T20:42:33","modified_gmt":"2026-02-25T20:42:33","slug":"other","status":"publish","type":"page","link":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/other\/","title":{"rendered":"Other"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Advice<\/h2>\n\n\n\n<h5 class=\"wp-block-heading\">Modest Advice to grad students<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">When I started my Masters degree the ranking grad student in our group handed me a many-generation photocopy of a pair of articles, Steve Stearns&#8217; Modest Advice to grad students, and <a href=\"https:\/\/faculty.washington.edu\/hueyrb\/\">Ray Huey<\/a>&#8216;s reply to Stearns.<br>Pdf versions of these (they deserve printing and posting above the desk of every grad student) are available here (advice), and here (reply).<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">More advice<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;Spend at least an hour every day on the manuscript closest to publication&#8221; &#8211;Norm E. Stacey.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Do not burn yourselves out. Be as I am &#8211; a reluctant enthusiast, a part-time crusader, a half-hearted fanatic. Save the other half of yourselves and your lives for pleasure and adventure. It is not enough to fight for natural land and the west; it is even more important to enjoy it. While you can. While it&#8217;s still there\u2026 Enjoy yourselves, keep your brain in your head and your head firmly attached to the body, the body active and alive, and I promise you this much: I promise you this one sweet victory over our enemies, over those desk-bound men with their hearts in a safe deposit box, and their eyes hypnotized by desk calculators. I promise you this: you will outlive the bastards. &#8211;Ed Abbey.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The best climber is the one having the most fun. &#8212; Alex Lowe.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You are a fool if you don&#8217;t climb Mt. Fuji; but you are a bigger fool if you climb it twice. &#8212; E Matsuzawa.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Perpetual devotion to what a man calls his business is only to be sustained by perpetual neglect of other things. And it is not by any means certain that a man&#8217;s business is is the most important thing he has to do. &#8212; RL Stevenson.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You have to decide what your highest priorities are and have the courage &#8212; pleasantly, smilingly, nonapologetically, to say &#8220;no&#8221; to other things. And the way you do that is by having a bigger &#8220;yes&#8221; burning inside. &#8212; Stephen R. Covey<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius &#8211;and a lot of courage&#8211; to move in the opposite direction. &#8212; E.F. Schumacker.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you want to build a ship, don&#8217;t drum up people together to collect wood and don&#8217;t assign them tasks and work, but rather teach them to long for the endless immensity of the sea. &#8212; Antoine de Saint-Exup\u00c3\u00a9ry<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Administrative denial of service attack \/ Declaration of Organizational Bankruptcy<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">&#8220;The effect of new technology has been to draw even senior managers into minutiae. People paid to think and lead now spend much of their time typing and responding to or sending an endless stream of unnecessary messages, simply because communications technology invades every second and every corner of their lives. This bureaucratization of both the leadership and the creative process makes thought seem irresponsible and clear action seem unprofessional. It provides a sensation of activity while creating a broader sense of powerlessness. This is what used to be called being nibbled to death by ducks.&#8221; &#8212; John Ralston Saul<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Hurd&#8217;s Laws<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Hurd&#8217;s First Law: All good things are followed by laundry.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hurd&#8217;s Second Law: If you can&#8217;t fit your rock into a van, you&#8217;re not ready to tour. (inspired by the 118 tractor-trailers required to bring U2 to play Edmonton)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hurd&#8217;s Third Law: The dumber the organism, the better its behaviour will be predicted by game theory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Hurd&#8217;s Fourth Law: The cost of a great-sounding stereo depends upon how much you love music; the more you love music, the less it will cost.<\/p>\n\n\n\n<h5 class=\"wp-block-heading\">Some statistical functions in <a href=\"http:\/\/www.r-project.org\/\">R<\/a><\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">Little things here so I can find them<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sem &lt;- function(x){sd(x,na.rm=T)\/sqrt(length(x[!is.na(x)]))}<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\">combine.p(): Combine p.values from separate tests using one of the Fisher, Winer, or Stouffer methods.<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rationale:<\/strong>&nbsp;A set of tests, all testing the same hypothesis, may all approach significance without any of them being significant. These methods calculate the probability that the null hypothesis is true given the p values of a number of separate tests.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Bugs:<\/strong>&nbsp;The Winer and Stouffer methods don&#8217;t deal with effects in opposite directions correctly (neither does Fisher, but that&#8217;s the way Fisher&#8217;s method is supposed to be).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the combine.p function,&nbsp;<a href=\"http:\/\/www.psych.ualberta.ca\/~phurd\/cruft\/combine.p.r\">combine.p.r<\/a>, and&nbsp;<a href=\"http:\/\/www.psych.ualberta.ca\/~phurd\/cruft\/combine.p.Rd\">combine.p.Rd<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Examples of combine.p() can be found in the combine.p.Rd file.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">get.d(): Calculate effect size Cohen's d.<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rationale:<\/strong>&nbsp;Because it&#8217;s not there.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Bugs:<\/strong>&nbsp;Once needed a signed version, but I cannot remember why now.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the function (includes an option for dependent samples pooled standard deviation sent in by SylviaDKreibig),&nbsp;<a href=\"http:\/\/www.psych.ualberta.ca\/~phurd\/cruft\/cohens-d.r\">cohens-d.r<\/a>.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">boot.d.ci(): Bootstrap a confidence interval on Cohen's d.<br><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rationale:<\/strong>&nbsp;I seem to wind up doing this a lot, so I wrote a function&#8230;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Bugs:<\/strong>&nbsp;Purges NA by default, may throw hissy-fits with lots of NAs otherwise, includes old get.d() version.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The function,&nbsp;<a href=\"http:\/\/www.psych.ualberta.ca\/~phurd\/cruft\/boot-d-ci.r\">boot-d-ci.r<\/a>, defaults to 95% confidence intervals with 1000 bootstrap resamplings, arguments override the defaults.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">threeD.toi.test(): Tests of independence for three dimensional data matrices<br><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rationale:<\/strong>&nbsp;The native R chisq.test() and the log-likelihood ratio test above do not handle three dimensional data matrices. This function defaults to log-likelihood ratio, but adding the argument &#8216;method=&#8221;c&#8221;&#8216; will invoke chi-squared.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Bugs:<\/strong>&nbsp;Omnibus tests only, no corrections, poor documentation, inexplicably ugly output.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the threeD.toi.test function,\u00a0<a href=\"http:\/\/www.psych.ualberta.ca\/~phurd\/cruft\/3d-toi.r\">3d-toi.r<\/a><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">residuals.with.na(x,y): ugly kludge wrapper to return a vector of residuals with NAs where they belong<br><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rationale:<\/strong>&nbsp;Why isn&#8217;t this default behaviour? Maybe there is an obvious option to do this that I have overlooked&#8230;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Bugs:<\/strong>&nbsp;Uses a for() loop, which is ugly bad.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the function,&nbsp;<a href=\"http:\/\/www.psych.ualberta.ca\/~phurd\/cruft\/resid-na.r\">resid-na.r<\/a>,<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">reinsert.na(x,y): a general function to return a vector NAs where they belong<br><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Rationale:<\/strong>&nbsp;This is useful for residuals from multiple regressions, etc.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Bugs:<\/strong>&nbsp;Uses a for() loop, which is ugly bad.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the function,&nbsp;<a href=\"http:\/\/www.psych.ualberta.ca\/~phurd\/cruft\/reinsert-na.r\">reinsert-na.r<\/a>,<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">latex2ps shell script for Nautilus<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"http:\/\/www.psych.ualberta.ca\/~phurd\/cruft\/latex2ps\">latex2ps<\/a>, a\u00a0<a href=\"http:\/\/g-scripts.sourceforge.net\/\">nautilus script<\/a>\u00a0to latex &amp; dvips a file.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Gallery<\/h3>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/coast_s.gif\" alt=\"Pete's Back\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/pit_s.jpg\" alt=\"Pit, late 1980s\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/sixpack2_s.gif\" alt=\"Too hot for dog walking\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/6-fer_s.gif\" alt=\"Sixpack Fleataxi\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/baker_s.gif\" alt=\"Not escapism, but genuine escape!\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/sollentuna_s.gif\" alt=\"Bouldering in Sollentuna\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/north1_s.gif\" alt=\"Spring in Lappland\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/lions_s.gif\" alt=\"Spring in Lappland\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/lions_s.gif\" alt=\"Spring in Lappland\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/ed-cav-summit_s.jpg\" alt=\"Edith Cavel Summit\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/grand-sentinel_s.jpg\" alt=\"Topping out on the Grand Sentinel\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/skate76_s.jpg\" alt=\"On skateboard 1976\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/www.psych.ualberta.ca\/~phurd\/gifs\/skate04_s.jpg\" alt=\"On skateboard 2004\"\/><\/figure>\n<\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">1) Riding the crowd, keeping an eye on the bouncer (late &#8217;80s DOA show?), photo Shawn Scallen 2) Pete&#8217;s head, West Coast Trail, Photo by KJB; 3-4) Sixpack Fleataxi; 5) Brian Kuchinka on approach to Slesse&#8217;s South Ridge Route; 6) Bouldering in Sollentuna with T Ekefalk; 7) KRW in 24hr daylight of Lappland; 8) Short walk in the snow, Photo GKH; 9) Why rush a good thing? traverse of Mt. Edith Cavel in 24hr 15min, with SNW &amp; Zoe, Photo Zoe. 10) Topping out on the Grand Sentinel with Sisterijah (white helmets), Photo KRW. 11) Pete Hurd on his first skateboard, 1976 12) Professor Hurd on his new skateboard, 2004<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Links<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"http:\/\/pj.freefaculty.org\/R\/Rtips.html\">Rtips<\/a>, (not\u00a0StatsRus), a super-useful list of frequently asked questions about R usage.<br><a href=\"http:\/\/www.statmethods.net\/index.html\">Quick-R<\/a>\u00a0for SAS, SPSS, Stata users.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-f56f613f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.65%\">\n<div class=\"wp-block-group is-layout-grid wp-container-core-group-is-layout-807afa0b wp-block-group-is-layout-grid\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"71\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/dancing-penguin-s.gif\" alt=\"\" class=\"wp-image-224\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.67%\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"49\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/penguin.gif\" alt=\"\" class=\"wp-image-280\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.67%\">\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"49\" height=\"60\" data-id=\"234\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/gnome-logo.gif\" alt=\"\" class=\"wp-image-234\"\/><\/figure>\n<\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.67%\">\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"48\" height=\"60\" data-id=\"303\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/slashdot.gif\" alt=\"\" class=\"wp-image-303\"\/><\/figure>\n<\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.67%\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/groklaw.jpg\" alt=\"\" class=\"wp-image-239\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:16.67%\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"52\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/sabtab.jpg\" alt=\"\" class=\"wp-image-292\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-f56f613f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"45\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/imclogo-sm.jpg\" alt=\"\" class=\"wp-image-245\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/the-reg.gif\" alt=\"\" class=\"wp-image-309\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"52\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/arsenal.jpg\" alt=\"\" class=\"wp-image-215\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"90\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/sanvil.gif\" alt=\"\" class=\"wp-image-293\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"40\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/fedora.jpg\" alt=\"\" class=\"wp-image-230\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"56\" height=\"60\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/wikipedia-sm2.jpg\" alt=\"\" class=\"wp-image-318\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-f56f613f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"68\" height=\"72\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/isi.jpg\" alt=\"\" class=\"wp-image-248\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"67\" height=\"39\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/book13.gif\" alt=\"\" class=\"wp-image-219\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"120\" height=\"35\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/made-with-emacs.gif\" alt=\"\" class=\"wp-image-270\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"112\" height=\"40\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/nserc.jpg\" alt=\"\" class=\"wp-image-278\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"390\" height=\"129\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/images-4.jpeg\" alt=\"\" class=\"wp-image-320\" title=\"Get Firefox!\" srcset=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/images-4.jpeg 390w, https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/images-4-300x99.jpeg 300w\" sizes=\"auto, (max-width: 390px) 100vw, 390px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"40\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/fedora.jpg\" alt=\"\" class=\"wp-image-230\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-f56f613f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image\"><a href=\"http:\/\/validator.w3.org\/check\/referer\"><img decoding=\"async\" src=\"http:\/\/www.w3.org\/Icons\/valid-html401\" alt=\"Valid HTML 4.01!\"\/><\/a><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"88\" height=\"31\" src=\"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/wordpress\/wp-content\/uploads\/2026\/02\/logoab8.gif\" alt=\"\" class=\"wp-image-269\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Advice Modest Advice to grad students When I started my Masters degree the ranking grad student in our group handed me a many-generation photocopy of a pair of articles, Steve Stearns&#8217; Modest Advice to grad students, and Ray Huey&#8216;s reply to Stearns.Pdf versions of these (they deserve printing and posting above the desk of every [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":7,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":8,"href":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":321,"href":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/wp-json\/wp\/v2\/pages\/72\/revisions\/321"}],"wp:attachment":[{"href":"https:\/\/sites.psych.ualberta.ca\/the-hurd-lab\/index.php\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}