research.php 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?php
  2. $bodyclasses = 'research page';
  3. $title = 'Research';
  4. $tagline = 'not a synonym for “google”';
  5. $description = 'I do research. Actual research.';
  6. $keywords = 'music, learning, tabletop, research, the open university, university of cambridge, isaac physcs, reactable';
  7. $twitter_image = 'images/table_2-2x.jpg';
  8. $banner_image = 'images/banner_research-2x.jpg';
  9. $banner_image_half = 'images/banner_research.jpg';
  10. ?>
  11. <?=i('_header')?>
  12. <article class="body grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-0">
  13. <section class="full col-start-1 sm:col-span-2 -pb-8">
  14. <p>I am a trained computer scientist and I have done qualitative research. This means I'm comfortable with analysing numbers and words alike.</p>
  15. </section>
  16. <section class="left col-start-1 col-span-1">
  17. <figure>
  18. <picture>
  19. <source srcset="<?=$baseurl?>images/reactable.jpg 1x, <?=$baseurl?>images/reactable-2x.jpg 2x" />
  20. <img class="rounded" srcset="<?=$baseurl?>images/reactable.jpg" alt="Reactable" />
  21. </picture>
  22. <figcaption><span>An interactive musical tabletop.</span></figcaption>
  23. </figure>
  24. <p>When I started my doctoral studies, there was an alarming lack of empirical studies in the area of <strong>interactive tabletops</strong> as <strong>music learning tools</strong>. It is not clear what happens when you give people a giant touch screen, and teach them music with it. This means you have to sit down and watch them, record their actions, and analyse their conversations.</p>
  25. </section>
  26. <section class="right col-start-1 col-span-1 sm:col-start-2">
  27. <h2>Qualitative research</h2>
  28. <p>Qualitative research is hard and fascinating work: it gives you insight on what people do and think &ndash; like reading minds, if you think about it.</p>
  29. <p>QR is at the heart of <strong>user experience research</strong>, among other applications &ndash; that means figuring out what people think about the things you make, and how they use them.</p>
  30. <p>You can look at pretty much anything for information. Typical data sources include interviews, journals, videos, and so on. However, it is a common misconception that qualitative findings are less rigorous than quantitative findings: they are simply different, and they can even work together to strengthen each other and produce even more rigorous research.</p>
  31. </section>
  32. <section class="full col-start-1 sm:col-span-2 border-t-2">
  33. <h2>What can I help you with?</h2>
  34. <p>Do you have a pressing question that needs answer? Do you want to make your app better and easier to use? Do you have a brilliant new idea and want to know if it's worth developing it?</p>
  35. <p>Things I <strong>can</strong> help you with include</p>
  36. <ul>
  37. <li><strong>User research</strong> (ethnographies, surveys, focus groups, A/B testing…)</li>
  38. <li><strong>Interaction design</strong> (UX, prototyping, behaviour, patterns, iterative design…)</li>
  39. <li><strong>Usability</strong> (web sites, graphical and tangible interfaces…)</li>
  40. </ul>
  41. <p>I can work with your designers and developers to help you look into ideas and products, prototype and evaluate them, and finally build and release amazing solutions.</p>
  42. </section>
  43. <section class="full col-start-1 sm:col-span-2">
  44. <p class="calltoaction">Curious? <a href="<?=$baseurl?>contact">Get in touch!</a></p>
  45. </section>
  46. </article>
  47. <?=i('_footer')?>