progress.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" />
  5. <style>
  6. body {
  7. width: 600px;
  8. margin: 2em auto;
  9. line-height: 1.25em;
  10. }
  11. hr {
  12. margin: 1.5em 0;
  13. }
  14. h1 {
  15. font-size: 1.5em;
  16. padding: 0 0 1em 0;
  17. }
  18. p {
  19. margin: 0 0 1.25em 0;
  20. }
  21. strong {
  22. font-weight: bold;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <h1>10 Apr 2017</h1>
  28. <p>Worked on Lisa's spreadsheet to convert it into a series of scripts to make the analysis job a bit easier to cross-check.</p>
  29. <p>I produced not very many scripts yet, as I am still parsing her work and making a plan.</p>
  30. <p>Also spent a couple of hours on extra-Isaac admin chores.</p>
  31. <hr />
  32. <h1>11 Apr 2017</h1>
  33. <p>Opening a 10 MB XLSX file in LibreOffice proved a challenge. I managed to convert it to an ODS and it's a bit more manageable.</p>
  34. <p>After a day of deep diving into Lisa's analysis, I resorted to ask for her help to understand some parts of it. It isn't that I don't understand what she wanted to see, it's just I can't get the same numbers she has, and the formulas in the spreadsheet as so all over the place that it takes a long time to follow the steps, as the spreadsheet is so heavy that sometimes I have to wait a whole minute just to switch tabs. Hopefully we can meet before Easter.</p>
  35. <hr />
  36. <h1>12 Apr 2017</h1>
  37. <p>Had a chat with Lisa on her DfE analysis, clarified a number of things that didn't quite sound right in my attempts at replicating her spreadsheet. Discussed possible ways of testing for significance.</p>
  38. <p>Lisa contacted HESA to see if they can provide student-level performance data for AS and A2 so we can look at individual trajectories of students that engaged with IP.</p>
  39. <p>Started having a look at the Masterclass data. If anything, it looks like we might be able to reject out initial hypothesis in at least one group. Yay…?</p>
  40. <hr />
  41. <h1>13 Apr 2017</h1>
  42. <p>Worked on TOCHI paper from PhD thesis. It's really hard not to use the word "education" when in fact you need to use it.</p>
  43. </body>
  44. </html>