{"id":404,"date":"2013-07-01T06:00:27","date_gmt":"2013-07-01T14:00:27","guid":{"rendered":"http:\/\/gorrindo.com\/phillip\/personal-projects\/?p=404"},"modified":"2016-06-20T21:16:13","modified_gmt":"2016-06-21T02:16:13","slug":"the-energy-topography-of-the-third-year-of-medical-school","status":"publish","type":"post","link":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/","title":{"rendered":"The Energy Topography of the Third Year of Medical School"},"content":{"rendered":"\r\n<script type=\"text\/javascript\" src=\"https:\/\/www.google.com\/jsapi\"><\/script>\r\n<script type=\"text\/javascript\">\r\ngoogle.load(\"visualization\", '1', {packages:['corechart']});\r\n\r\ngoogle.setOnLoadCallback(drawChartSteps);\r\n\r\nfunction drawChartSteps() {\r\n  var dataTableSteps = new google.visualization.DataTable();\r\n  dataTableSteps.addColumn('string', 'service');\r\n  dataTableSteps.addColumn('number', 'lowerbound');\r\n  dataTableSteps.addColumn('number', 'mid1');\r\n  dataTableSteps.addColumn('number', 'mid2');\r\n  dataTableSteps.addColumn('number', 'upperbound');\r\n  dataTableSteps.addColumn({type: 'string', role: 'tooltip'});\r\n  dataTableSteps.addRows([\r\n\t['Step 1 Studying',\t939,\t2258,\t2258,\t3577, 'Step 1 Studying: 2258 \u00b1 1319 steps'],\r\n\t['Psychiatry (child consults)',\t4908,\t7346,\t7346,\t9784, 'Psychiatry (child consults): 7346 \u00b1 2438 steps'],\r\n\t['Psychiatry (inpatient)',\t3659,\t5729,\t5729,\t7798, 'Psychiatry (inpatient): 5729 \u00b1 2069 steps'],\r\n\t['Neurology (adult consults)',\t3892,\t7423,\t7423,\t10953, 'Neurology (adult consults): 7423 \u00b1 3530 steps'],\r\n\t['Neurology (inpatient)',\t6105,\t7895,\t7895,\t9686, 'Neurology (inpatient): 7895 \u00b1 1790 steps'],\r\n\t['Surgery (colorectal)',\t7437,\t10321,\t10321,\t13205, 'Surgery (colorectal): 10321 \u00b1 2884 steps'],\r\n\t['Surgery (urology)',\t2847,\t6652,\t6652,\t10456, 'Surgery (urology): 6652 \u00b1 3804 steps'],\r\n\t['Surgery (anesthesiology)',\t4695,\t7167,\t7167,\t9639, 'Surgery (anesthesiology): 7167 \u00b1 2472 steps'],\r\n\t['OBGYN (OB)',\t4876,\t6746,\t6746,\t8615, 'OBGYN (OB): 6746 \u00b1 1870 steps'],\r\n\t['OBGYN (GYN)',\t6455,\t9167,\t9167,\t11879, 'OBGYN (GYN): 9167 \u00b1 2712 steps'],\r\n\t['Medicine (inpatient)',\t5586,\t7968,\t7968,\t10350, 'Medicine (inpatient): 7968 \u00b1 2382 steps'],\r\n\t['Medicine (ID)',\t5109,\t8526,\t8526,\t11943, 'Medicine (ID): 8526 \u00b1 3417 steps'],\r\n\t['Medicine (VA inpatient)',\t4909,\t9073,\t9073,\t13238, 'Medicine (VA inpatient): 9073 \u00b1 4165 steps'],\r\n\t['Medicine (outpatient)',\t2534,\t3994,\t3994,\t5455, 'Medicine (outpatient): 3994 \u00b1 1460 steps'],\r\n\t['Pediatrics (NICU)',\t4548,\t5825,\t5825,\t7102, 'Pediatrics (NICU): 5825 \u00b1 1277 steps'],\r\n\t['Pediatrics (outpatient)',\t3517,\t5086,\t5086,\t6654, 'Pediatrics (outpatient): 5086 \u00b1 1568 steps'],\r\n\t['Pediatrics (inpatient)',\t3490,\t5402,\t5402,\t7314, 'Pediatrics (inpatient): 5402 \u00b1 1912 steps']\r\n  ]);\r\n\r\n    var optionsSteps = {\r\n      legend: 'none',\r\n      \/\/title: 'Average Steps Per Day by Medical School Rotation',\r\n      vAxis: {viewWindowMode: 'explicit',\r\n              viewWindow:{\r\n                     max: 14000,\r\n                     min: 0\r\n                          },\r\n              ticks: [0,3500,7000,10500,14000],\r\n              title: 'Average Steps Per Day',\r\n              titleTextStyle: {fontSize: 16, italic: false},\r\n              textStyle: {fontSize: 10, italic: false}\r\n              },\r\n      hAxis: {title: 'Medical School Rotation',\r\n             titleTextStyle: {fontSize: 16, italic: false},\r\n             slantedText: true,\r\n             showTextEvery: 1,\r\n             maxTextLines: 5,\r\n             textStyle: {fontSize: 10, italic: false}\r\n             },\r\n      \/\/theme: 'maximized'\r\n    };\r\n\r\n    var chartSteps = new google.visualization.CandlestickChart(document.getElementById('chart_divSteps'));\r\n\r\n    chartSteps.draw(dataTableSteps, optionsSteps);\r\n  }\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\ngoogle.setOnLoadCallback(drawChartMiles);\r\n\r\nfunction drawChartMiles() {\r\n  var dataTableMiles = new google.visualization.DataTable();\r\n  dataTableMiles.addColumn('string', 'service');\r\n  dataTableMiles.addColumn('number', 'lowerbound');\r\n  dataTableMiles.addColumn('number', 'mid1');\r\n  dataTableMiles.addColumn('number', 'mid2');\r\n  dataTableMiles.addColumn('number', 'upperbound');\r\n  dataTableMiles.addColumn({type: 'string', role: 'tooltip'});\r\n  dataTableMiles.addRows([\r\n\t['Step 1 Studying',\t0.4,\t1.1,\t1.1,\t1.7,\t'Step 1 Studying: 1.1 \u00b1 0.7 miles'],\r\n\t['Psychiatry (child consults)', 2.3,\t3.5,\t3.5,\t4.7,\t'Psychiatry (child consults): 3.5 \u00b1 1.2 miles'],\r\n\t['Psychiatry (inpatient)',\t1.7,\t2.7,\t2.7,\t3.7,\t'Psychiatry (inpatient): 2.7 \u00b1 1 miles'],\r\n\t['Neurology (adult consults)',1.8,\t3.5,\t3.5,\t5.3,\t'Neurology (adult consults): 3.5 \u00b1 1.7 miles'],\r\n\t['Neurology (general)',\t2.9,\t3.7,\t3.7,\t4.6,\t'Neurology (inpatient): 3.7 \u00b1 0.9 miles'],\r\n\t['Surgery (colorectal)',3.5,\t4.8,\t4.8,\t6.2,\t'Surgery (colorectal): 4.8 \u00b1 1.4 miles'],\r\n\t['Surgery (urology)',1.3,\t3.1,\t3.1,\t4.9,\t'Surgery (urology): 3.1 \u00b1 1.8 miles'],\r\n\t['Surgery (anesthesiology)',2.2,\t3.3,\t3.3,\t4.5,\t'Surgery (anesthesiology): 3.3 \u00b1 1.2 miles'],\r\n\t['OBGYN (OB)',2.3,\t3.2,\t3.2,\t4.0,\t'OBGYN (OB): 3.2 \u00b1 0.9 miles'],\r\n\t['OBGYN (GYN)',3.0,\t4.3,\t4.3,\t5.5,\t'OBGYN (GYN): 4.3 \u00b1 1.3 miles'],\r\n\t['Medicine (inpatient)',2.6,\t3.8,\t3.8,\t4.9,\t'Medicine (inpatient): 3.8 \u00b1 1.1 miles'],\r\n\t['Medicine (ID)',2.4,\t4.0,\t4.0,\t5.7,\t'Medicine (ID): 4 \u00b1 1.6 miles'],\r\n\t['Medicine (VA inpatient)',2.2,\t4.3,\t4.3,\t6.5,\t'Medicine (VA inpatient): 4.3 \u00b1 2.1 miles'],\r\n\t['Medicine (outpatient)',1.2,\t1.9,\t1.9,\t2.6,\t'Medicine (outpatient): 1.9 \u00b1 0.7 miles'],\r\n\t['Pediatrics (NICU)',2.1,\t2.7,\t2.7,\t3.3,\t'Pediatrics (NICU): 2.7 \u00b1 0.6 miles'],\r\n\t['Pediatrics (outpatient)',1.6,\t2.4,\t2.4,\t3.1,\t'Pediatrics (outpatient): 2.4 \u00b1 0.7 miles'],\r\n\t['Pediatrics (inpatient)',1.6,\t2.5,\t2.5,\t3.4,\t'Pediatrics (inpatient): 2.5 \u00b1 0.9 miles']\r\n  ]);\r\n\r\n    var optionsMiles = {\r\n      legend: 'none',\r\n      \/\/title: 'Miles',\r\n      vAxis: {viewWindowMode: 'explicit',\r\n              viewWindow:{\r\n                     max: 7,\r\n                     min: 0\r\n                          },\r\n              ticks: [0,1.75,3.5,5.25,7],\r\n              title: 'Average Miles Per Day',\r\n              titleTextStyle: {fontSize: 16, italic: false},\r\n              textStyle: {fontSize: 10, italic: false}\r\n              },\r\n      hAxis: {title: 'Medical School Rotation',\r\n             titleTextStyle: {fontSize: 16, italic: false},\r\n             slantedText: true,\r\n             showTextEvery: 1,\r\n             maxTextLines: 5,\r\n             textStyle: {fontSize: 10, italic: false}\r\n             },\r\n    };\r\n\r\n    var chartStepsMiles = new google.visualization.CandlestickChart(document.getElementById('chart_divMiles'));\r\n\r\n    chartStepsMiles.draw(dataTableMiles, optionsMiles);\r\n  }\r\n\r\n\r\n\r\n\r\ngoogle.setOnLoadCallback(drawChartFloors);\r\n\r\nfunction drawChartFloors() {\r\n  var dataTableFloors = new google.visualization.DataTable();\r\n  dataTableFloors.addColumn('string', 'service');\r\n  dataTableFloors.addColumn('number', 'lowerbound');\r\n  dataTableFloors.addColumn('number', 'mid1');\r\n  dataTableFloors.addColumn('number', 'mid2');\r\n  dataTableFloors.addColumn('number', 'upperbound');\r\n  dataTableFloors.addColumn({type: 'string', role: 'tooltip'});\r\n  dataTableFloors.addRows([\r\n\t['Step 1 Studying',\t1.9,\t7.2,\t7.2,\t12.5,\t'Step 1 Studying: 7.2 \u00b1 5.3 floors'],\r\n\t['Psychiatry (child consults)', 10.5,\t16.9,\t16.9,\t23.4,\t'Psychiatry (child consults): 16.9 \u00b1 6.4 floors'],\r\n\t['Psychiatry (inpatient)',5.5,\t13.3,\t13.3,\t21.1,\t'Psychiatry (inpatient): 13.3 \u00b1 7.8 floors'],\r\n\t['Neurology (adult consults)',8.1,\t20.3,\t20.3,\t32.5,\t'Neurology (adult consults): 20.3 \u00b1 12.2 floors'],\r\n\t['Neurology (inpatient)',17.8,\t28.3,\t28.3,\t38.7,\t'Neurology (inpatient): 28.3 \u00b1 10.5 floors'],\r\n\t['Surgery (colorectal)',14.9,\t24.9,\t24.9,\t34.8,\t'Surgery (colorectal): 24.9 \u00b1 9.9 floors'],\r\n\t['Surgery (urology)',5.1,\t15.8,\t15.8,\t26.6,\t'Surgery (urology): 15.8 \u00b1 10.7 floors'],\r\n\t['Surgery (anesthesiology)',14.0,\t30.1,\t30.1,\t46.2,\t'Surgery (anesthesiology): 30.1 \u00b1 16.1 floors'],\r\n\t['OBGYN (OB)',3.9,\t15.8,\t15.8,\t27.7,\t'OBGYN (OB): 15.8 \u00b1 11.9 floors'],\r\n\t['OBGYN (GYN)',17.8,\t26.0,\t26.0,\t34.2,\t'OBGYN (GYN): 26 \u00b1 8.2 floors'],\r\n\t['Medicine (inpatient)',13.2,\t22.4,\t22.4,\t31.5,\t'Medicine (inpatient): 22.4 \u00b1 9.1 floors'],\r\n\t['Medicine (ID)',7.5,\t22.4,\t22.4,\t37.3,\t'Medicine (ID): 22.4 \u00b1 14.9 floors'],\r\n\t['Medicine (VA inpatient)',11.2,\t24.0,\t24.0,\t36.7,\t'Medicine (VA inpatient): 24 \u00b1 12.8 floors'],\r\n\t['Medicine (outpatient)',7.7,\t14.5,\t14.5,\t21.4,\t'Medicine (outpatient): 14.5 \u00b1 6.9 floors'],\r\n\t['Pediatrics (NICU)',14.9,\t21.0,\t21.0,\t27.1,\t'Pediatrics (NICU): 21 \u00b1 6.1 floors'],\r\n\t['Pediatrics (outpatient)',7.7,\t12.3,\t12.3,\t16.8,\t'Pediatrics (outpatient): 12.3 \u00b1 4.6 floors'],\r\n\t['Pediatrics (inpatient)',5.4,\t11.5,\t11.5,\t17.5,\t'Pediatrics (inpatient): 11.5 \u00b1 6 floors']\r\n  ]);\r\n\r\n    var optionsFloors = {\r\n      legend: 'none',\r\n      \/\/title: 'Floors',\r\n      vAxis: {viewWindowMode: 'explicit',\r\n              viewWindow:{\r\n                     max: 50,\r\n                     min: 0\r\n                          },\r\n              ticks: [0,12.5,25,37.5,50],\r\n              title: 'Average Floors Per Day',\r\n              titleTextStyle: {fontSize: 16, italic: false},\r\n              textStyle: {fontSize: 10, italic: false}\r\n              },\r\n      hAxis: {title: 'Medical School Rotation',\r\n             titleTextStyle: {fontSize: 16, italic: false},\r\n             slantedText: true,\r\n             showTextEvery: 1,\r\n             maxTextLines: 5,\r\n             textStyle: {fontSize: 10, italic: false}\r\n             },\r\n    };\r\n\r\n    var chartStepsFloors = new google.visualization.CandlestickChart(document.getElementById('chart_divFloors'));\r\n\r\n    chartStepsFloors.draw(dataTableFloors, optionsFloors);\r\n  }\r\n\r\n\r\n\r\n\r\n\r\ngoogle.setOnLoadCallback(drawChartActivity);\r\n\r\nfunction drawChartActivity() {\r\n  var dataTableActivity = new google.visualization.DataTable();\r\n  dataTableActivity.addColumn('string', 'service');\r\n  dataTableActivity.addColumn('number', 'Lightly Active');\r\n  dataTableActivity.addColumn('number', 'Fairly Active');\r\n  dataTableActivity.addColumn('number', 'Very Active');\r\n\/\/  dataTableActivity.addColumn({type: 'string', role: 'tooltip'});\r\n  dataTableActivity.addRows([\r\n['Step 1 Studying',\t\t115,\t61,\t4],\r\n['Psychiatry (child consults)',\t\t125,\t113,\t40],\r\n['Psychiatry (inpatient)',\t\t119,\t109,\t27],\r\n['Neurology (adult consults)',\t\t125,\t105,\t45],\r\n['Neurology (inpatient)',\t\t140,\t91,\t48],\r\n['Surgery (colorectal)',\t\t158,\t122,\t35],\r\n['Surgery (urology)',\t\t128,\t97,\t20],\r\n['Surgery (anesthesiology)',\t\t133,\t111,\t26],\r\n['OBGYN (OB)',\t\t161,\t105,\t20],\r\n['OBGYN (GYN)',\t\t152,\t117,\t25],\r\n['Medicine (inpatient)',\t\t135,\t117,\t46],\r\n['Medicine (ID)',\t\t140,\t114,\t46],\r\n['Medicine (VA inpatient)',\t\t141,\t101,\t51],\r\n['Medicine (outpatient)',\t\t155,\t73,\t16],\r\n['Pediatrics (NICU)',\t\t104,\t67,\t4],\r\n['Pediatrics (outpatient)',\t\t72,\t91,\t15],\r\n['Pediatrics (inpatient)',\t\t78,\t74,\t19]\r\n  ]);\r\n\r\n    var optionsActivity = {\r\n      \/\/legend: 'none',\r\n      \/\/title: 'Activity',\r\n      legend: { position: 'top', maxLines: 3 },\r\n  \t  bar: { groupWidth: '50%' },\r\n      isStacked: true,\r\n      vAxis: {\r\n              title: 'Medical School Rotation',\r\n              titleTextStyle: {fontSize: 16, italic: false},\r\n              textStyle: {fontSize: 10, italic: false}\r\n              },\r\n      hAxis: {title: 'Average Minutes of Activity Per Day',\r\n             titleTextStyle: {fontSize: 16, italic: false},\r\n             slantedText: true,\r\n             showTextEvery: 1,\r\n             maxTextLines: 5,\r\n             textStyle: {fontSize: 10, italic: false}\r\n             },\r\n    };\r\n\r\n    var chartStepsActivity = new google.visualization.BarChart(document.getElementById('chart_divActivity'));\r\n\r\n    chartStepsActivity.draw(dataTableActivity, optionsActivity);\r\n  }\r\n  \r\n  \r\n  \r\n  \r\n\r\n\r\n\r\n\r\n  \r\n  google.setOnLoadCallback(drawChartHoursAsleep);\r\n\r\nfunction drawChartHoursAsleep() {\r\n  var dataTableHoursAsleep = new google.visualization.DataTable();\r\n  dataTableHoursAsleep.addColumn('string', 'service');\r\n  dataTableHoursAsleep.addColumn('number', 'lowerbound');\r\n  dataTableHoursAsleep.addColumn('number', 'mid1');\r\n  dataTableHoursAsleep.addColumn('number', 'mid2');\r\n  dataTableHoursAsleep.addColumn('number', 'upperbound');\r\n  dataTableHoursAsleep.addColumn({type: 'string', role: 'tooltip'});\r\n  dataTableHoursAsleep.addRows([\r\n\t['Step 1 Studying',\t6.9,\t7.8,\t7.8,\t8.6,\t'Step 1 Studying: 7.8 \u00b1 0.9 hours asleep'],\r\n\t['Psychiatry (child consults)', 6.0,\t7.2,\t7.2,\t8.5,\t'Psychiatry (child consults): 7.2 \u00b1 1.2 hours asleep'],\r\n\t['Psychiatry (inpatient)',\t6.2,\t7.2,\t7.2,\t8.2,\t'Psychiatry (inpatient): 7.2 \u00b1 1 hours asleep'],\r\n\t['Neurology (adult consults)',6.5,\t7.2,\t7.2,\t7.8,\t'Neurology (adult consults): 7.2 \u00b1 0.6 hours asleep'],\r\n\t['Neurology (inpatient)',6.2,\t7.0,\t7.0,\t7.8,\t'Neurology (inpatient): 7 \u00b1 0.8 hours asleep'],\r\n\t['Surgery (colorectal)',5.6,\t6.8,\t6.8,\t7.9,\t'Surgery (colorectal): 6.8 \u00b1 1.2 hours asleep'],\r\n\t['Surgery (urology)',5.8,\t6.6,\t6.6,\t7.5,\t'Surgery (urology): 6.6 \u00b1 0.9 hours asleep'],\r\n\t['Surgery (anesthesiology)',5.6,\t7.1,\t7.1,\t8.7,\t'Surgery (anesthesiology): 7.1 \u00b1 1.5 hours asleep'],\r\n\t['OBGYN (OB)',5.4,\t6.3,\t6.3,\t7.3,\t'OBGYN (OB): 6.3 \u00b1 0.9 hours asleep'],\r\n\t['OBGYN (GYN)',5.4,\t6.3,\t6.3,\t7.1,\t'OBGYN (GYN): 6.3 \u00b1 0.9 hours asleep'],\r\n\t['Medicine (inpatient)',5.4,\t6.3,\t6.3,\t7.2,\t'Medicine (inpatient): 6.3 \u00b1 0.9 hours asleep'],\r\n\t['Medicine (ID)',5.3,\t6.6,\t6.6,\t7.8,\t'Medicine (ID): 6.6 \u00b1 1.2 hours asleep'],\r\n\t['Medicine (VA inpatient)',6.3,\t7.2,\t7.2,\t8.1,\t'Medicine (VA inpatient): 7.2 \u00b1 0.9 hours asleep'],\r\n\t['Medicine (outpatient)',6.5,\t7.7,\t7.7,\t8.8,\t'Medicine (outpatient): 7.7 \u00b1 1.2 hours asleep']\r\n  ]);\r\n\r\n    var optionsHoursAsleep = {\r\n      legend: 'none',\r\n      \/\/title: 'HoursAsleep',\r\n      vAxis: {viewWindowMode: 'explicit',\r\n              viewWindow:{\r\n                     max: 9,\r\n                     min: 4.5\r\n                          },\r\n              ticks: [4.5,5.625,6.75,9],\r\n              title: 'Hours of Sleep Per Day',\r\n              titleTextStyle: {fontSize: 16, italic: false},\r\n              textStyle: {fontSize: 10, italic: false}\r\n              },\r\n      hAxis: {title: 'Medical School Rotation',\r\n             titleTextStyle: {fontSize: 16, italic: false},\r\n             slantedText: true,\r\n             showTextEvery: 1,\r\n             maxTextLines: 5,\r\n             textStyle: {fontSize: 10, italic: false}\r\n             },\r\n    };\r\n\r\n    var chartStepsHoursAsleep = new google.visualization.CandlestickChart(document.getElementById('chart_divHoursAsleep'));\r\n\r\n    chartStepsHoursAsleep.draw(dataTableHoursAsleep, optionsHoursAsleep);\r\n  }\r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n  \r\n\r\n\r\n\r\n\r\n\r\n\r\n<\/script>\r\n\n<p>The third year of medical school is, traditionally, comprised of a series of rotations through the core areas of medicine. Students spend several weeks rotating on different care teams in Internal Medicine, Surgery, Neurology, Psychiatry, Pediatrics, and Obstetrics &amp; Gynecology. While these are all specialities common to modern medicine, as a whole, medicine is heterogeneous. Not only are the types of patients, diseases, and treatments very different between specialities, but so too are the day-to-day activity levels of physicians who work in these specialities.<\/p>\n<p>I wanted to see if I could quantify and gain a window of insight into how activity levels can be different among medical specialities. To do this, I wore a <a href=\"https:\/\/www.fitbit.com\">Fitbit<\/a> throughout my third-year medical school rotations, allowing me to track, on a daily basis, the number of steps I took (and thereby total distance traveled), the number of floors I climbed, the number of hours I slept, and how active I was each day and for how long. The charts below show average data for each rotation, yielding a descriptive study of the energy topography of the third year of medical school. Data are plotted as mean \u00b1 standard deviation. <\/p>\n<p>Of note: Fitbit does not provide a mechanism for users to easily export their data. To free your data and gain access to the raw data in a usable format, it just takes a little bit of javascript, Google Spreadsheets tinkering, and the Fitbit API &#8212; as <a href=\"http:\/\/quantifiedself.com\/2013\/02\/how-to-download-fitbit-data-using-google-spreadsheets\/\">detailed here on the Quantified Self<\/a>.<\/p>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<div class=\"panel panel-default\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\" style=\"text-align: center\">\n\t\t\tAverage Steps Per Day by Medical School Rotation<br \/>\n\t\t<\/h3>\n<\/p><\/div>\n<div class=\"panel-body\">\n<div id=\"chart_divSteps\" style=\"width: 100%;height: 500px\"><\/div>\n<\/p><\/div>\n<\/div>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<div class=\"panel panel-default\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\" style=\"text-align: center\">\n\t\t\tAverage Miles Per Day by Medical School Rotation<br \/>\n\t\t<\/h3>\n<\/p><\/div>\n<div class=\"panel-body\">\n<div id=\"chart_divMiles\" style=\"width: 100%;height: 500px\"><\/div>\n<\/p><\/div>\n<\/div>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<div class=\"panel panel-default\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\" style=\"text-align: center\">\n\t\t\tAverage Floors Per Day by Medical School Rotation<br \/>\n\t\t<\/h3>\n<\/p><\/div>\n<div class=\"panel-body\">\n<div id=\"chart_divFloors\" style=\"width: 100%;height: 500px\"><\/div>\n<\/p><\/div>\n<\/div>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<div class=\"panel panel-default\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\" style=\"text-align: center\">\n\t\t\tAverage Minutes of Activity Per Day, by Type of Activity, by Medical School Rotation<br \/>\n\t\t<\/h3>\n<\/p><\/div>\n<div class=\"panel-body\">\n<div id=\"chart_divActivity\" style=\"width: 100%;height: 500px\"><\/div>\n<\/p><\/div>\n<\/div>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<div class=\"panel panel-default\">\n<div class=\"panel-heading\">\n<h3 class=\"panel-title\" style=\"text-align: center\">\n\t\t\tAverage Hours of Sleep Per Day by Medical School Rotation<br \/>\n\t\t<\/h3>\n<\/p><\/div>\n<div class=\"panel-body\">\n<div id=\"chart_divHoursAsleep\" style=\"width: 100%;height: 500px\"><\/div>\n<\/p><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The third year of medical school is, traditionally, comprised of  [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,8],"tags":[],"class_list":["post-404","post","type-post","status-publish","format-standard","hentry","category-quantified-self","category-software-solution"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Energy Topography of the Third Year of Medical School - Phillip Gorrindo&#039;s Personal Projects<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Energy Topography of the Third Year of Medical School - Phillip Gorrindo&#039;s Personal Projects\" \/>\n<meta property=\"og:description\" content=\"The third year of medical school is, traditionally, comprised of [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/\" \/>\n<meta property=\"og:site_name\" content=\"Phillip Gorrindo&#039;s Personal Projects\" \/>\n<meta property=\"article:published_time\" content=\"2013-07-01T14:00:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-06-21T02:16:13+00:00\" \/>\n<meta name=\"author\" content=\"Phillip Gorrindo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Phillip Gorrindo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/2013\\\/07\\\/the-energy-topography-of-the-third-year-of-medical-school\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/2013\\\/07\\\/the-energy-topography-of-the-third-year-of-medical-school\\\/\"},\"author\":{\"name\":\"Phillip Gorrindo\",\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/#\\\/schema\\\/person\\\/28c13343cc46dc4b03830addf9f89485\"},\"headline\":\"The Energy Topography of the Third Year of Medical School\",\"datePublished\":\"2013-07-01T14:00:27+00:00\",\"dateModified\":\"2016-06-21T02:16:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/2013\\\/07\\\/the-energy-topography-of-the-third-year-of-medical-school\\\/\"},\"wordCount\":322,\"articleSection\":[\"Quantified Self\",\"Software Solution\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/2013\\\/07\\\/the-energy-topography-of-the-third-year-of-medical-school\\\/\",\"url\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/2013\\\/07\\\/the-energy-topography-of-the-third-year-of-medical-school\\\/\",\"name\":\"The Energy Topography of the Third Year of Medical School - Phillip Gorrindo&#039;s Personal Projects\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/#website\"},\"datePublished\":\"2013-07-01T14:00:27+00:00\",\"dateModified\":\"2016-06-21T02:16:13+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/#\\\/schema\\\/person\\\/28c13343cc46dc4b03830addf9f89485\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/2013\\\/07\\\/the-energy-topography-of-the-third-year-of-medical-school\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/2013\\\/07\\\/the-energy-topography-of-the-third-year-of-medical-school\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/2013\\\/07\\\/the-energy-topography-of-the-third-year-of-medical-school\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Energy Topography of the Third Year of Medical School\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/#website\",\"url\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/\",\"name\":\"Phillip Gorrindo&#039;s Personal Projects\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/#\\\/schema\\\/person\\\/28c13343cc46dc4b03830addf9f89485\",\"name\":\"Phillip Gorrindo\",\"sameAs\":[\"http:\\\/\\\/gorrindo.com\\\/phillip\"],\"url\":\"https:\\\/\\\/gorrindo.com\\\/phillip-personal-projects\\\/author\\\/phillip-gorrindo\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Energy Topography of the Third Year of Medical School - Phillip Gorrindo&#039;s Personal Projects","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/","og_locale":"en_US","og_type":"article","og_title":"The Energy Topography of the Third Year of Medical School - Phillip Gorrindo&#039;s Personal Projects","og_description":"The third year of medical school is, traditionally, comprised of [...]","og_url":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/","og_site_name":"Phillip Gorrindo&#039;s Personal Projects","article_published_time":"2013-07-01T14:00:27+00:00","article_modified_time":"2016-06-21T02:16:13+00:00","author":"Phillip Gorrindo","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Phillip Gorrindo","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/#article","isPartOf":{"@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/"},"author":{"name":"Phillip Gorrindo","@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/#\/schema\/person\/28c13343cc46dc4b03830addf9f89485"},"headline":"The Energy Topography of the Third Year of Medical School","datePublished":"2013-07-01T14:00:27+00:00","dateModified":"2016-06-21T02:16:13+00:00","mainEntityOfPage":{"@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/"},"wordCount":322,"articleSection":["Quantified Self","Software Solution"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/","url":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/","name":"The Energy Topography of the Third Year of Medical School - Phillip Gorrindo&#039;s Personal Projects","isPartOf":{"@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/#website"},"datePublished":"2013-07-01T14:00:27+00:00","dateModified":"2016-06-21T02:16:13+00:00","author":{"@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/#\/schema\/person\/28c13343cc46dc4b03830addf9f89485"},"breadcrumb":{"@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/2013\/07\/the-energy-topography-of-the-third-year-of-medical-school\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/gorrindo.com\/phillip-personal-projects\/"},{"@type":"ListItem","position":2,"name":"The Energy Topography of the Third Year of Medical School"}]},{"@type":"WebSite","@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/#website","url":"https:\/\/gorrindo.com\/phillip-personal-projects\/","name":"Phillip Gorrindo&#039;s Personal Projects","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gorrindo.com\/phillip-personal-projects\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/gorrindo.com\/phillip-personal-projects\/#\/schema\/person\/28c13343cc46dc4b03830addf9f89485","name":"Phillip Gorrindo","sameAs":["http:\/\/gorrindo.com\/phillip"],"url":"https:\/\/gorrindo.com\/phillip-personal-projects\/author\/phillip-gorrindo\/"}]}},"_links":{"self":[{"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/posts\/404","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/comments?post=404"}],"version-history":[{"count":0,"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/posts\/404\/revisions"}],"wp:attachment":[{"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/media?parent=404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/categories?post=404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gorrindo.com\/phillip-personal-projects\/wp-json\/wp\/v2\/tags?post=404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}