progress.html 721 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <html>
  2. <head>
  3. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css" />
  4. <style>
  5. body {
  6. width: 600px;
  7. margin: 2em auto;
  8. line-height: 1.25em;
  9. }
  10. hr {
  11. margin: 1.5em 0;
  12. }
  13. h1 {
  14. font-size: 1.5em;
  15. padding: 0 0 1em 0;
  16. }
  17. p {
  18. margin: 0 0 1.25em 0;
  19. }
  20. strong {
  21. font-weight: bold;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <h1>10 Apr 2017</h1>
  27. <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>
  28. <p>I produced not very many scripts yet, as I am still parsing her work and making a plan.</p>
  29. <p>Also spent a couple of hours on extra-Isaac admin chores.</p>
  30. <hr />
  31. </body>
  32. </html>