writing.php 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. $bodyclasses = 'writing page';
  3. $title = 'Technical writing';
  4. $tagline = 'no, Twilight does not qualify”';
  5. $description = 'I do technical writing, revisions, translations, and such.';
  6. $keywords = 'music, learning, tabletop, research, technical, writing';
  7. // $twitter_image = 'images/colopic.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">
  13. <section class="full">
  14. <p>Did you know that researchers spend about half of their professional lives doing academic and technical writing? For example, research students spend at least a third of their studies writing their theses, without counting papers, and bids for grants.</p>
  15. <p>Technical writing includes a lot of different types of texts, such as scientific papers, technical reports, manuals, tutorials, and so on.</p>
  16. <h2>Things I have done</h2>
  17. <p>I have some experience in writing technical reports and tutorials, and my refereed publications are evidence that I can write at an academic level. Here are some examples.</p>
  18. <h3>Tutorials</h3>
  19. <ul class="nomargin">
  20. <li>Series of “<a href="//blog.morpheu5.net/categoria/learn-to-code/page/2/">Learn to code</a>” posts on my personal blog (in Italian)</li>
  21. <li>Series on Drupal for the Italian magazine <a href="//www.oltrelinux.com">Linux&amp;C</a>, in issues <a href="<?=$baseurl?>files/LC73_drupal.pdf">73</a>, <a href="<?=$baseurl?>files/LC74_drupal.pdf">74</a>, and <a href="<?=$baseurl?>files/LC75_drupal.pdf">75</a></li>
  22. <li>Series on Inkscape for the Italian magazine <a href="//www.oltrelinux.com">Linux&amp;C</a>, in issues <a href="<?=$baseurl?>files/LC64_inkscape.pdf">64</a> and <a href="<?=$baseurl?>files/LC67_inkscape.pdf">67</a></li>
  23. </ul>
  24. <h3>Refereed publications</h3>
  25. <ul class="nomargin">
  26. <li>Franceschini, Andrea, Robin Laney, and Chris Dobbyn. (2014). “<a href="<?=$baseurl?>files/icmcsmc2014.pdf">Learning musical contour on a tabletop</a>”. Joint ICMC/SMC 2014, Athens, Greece.</li>
  27. <li>Franceschini, Andrea. (2010). “<a href="<?=$baseurl?>files/smc2010.pdf">Towards a practical approach to music theory on the Reactable</a>”. SMC 2010, Barcelona, Spain.</li>
  28. </ul>
  29. <h3>Other works</h3>
  30. <ul class="nomargin">
  31. <li>PhD thesis: Learning to use melodic similarity and contrast for narrative using a Digital Tabletop Musical Interface (pending examination)</li>
  32. <li>Master thesis: <a href="<?=$baseurl?>files/master_thesis.pdf">A practical approach to Music Theory on the Reactable</a></li>
  33. </ul>
  34. </section>
  35. <section class="full">
  36. <p class="calltoaction">Need something written? <a href="<?=$baseurl?>contact">Get in touch!</a></p>
  37. </section>
  38. </article>
  39. <?=i('_footer')?>