writing.php 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. $bodyclasses = 'writing page';
  3. $title = 'Technical writing';
  4. $tagline = 'tutorials, manuals, reports…';
  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. ?>
  9. <?=i('_header')?>
  10. <article class="body">
  11. <section class="full">
  12. <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>
  13. <p>Technical writing includes a lot of different types of texts, such as scientific papers, technical reports, manuals, tutorials, and so on.</p>
  14. <h2>Things I have done</h2>
  15. <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>
  16. <h3>Tutorials</h3>
  17. <ul class="nomargin">
  18. <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>
  19. <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>
  20. <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>
  21. </ul>
  22. <h3>Refereed publications</h3>
  23. <ul class="nomargin">
  24. <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>
  25. <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>
  26. </ul>
  27. <h3>Other works</h3>
  28. <ul class="nomargin">
  29. <li>PhD thesis: Learning to use melodic similarity and contrast for narrative using a Digital Tabletop Musical Interface (pending examination)</li>
  30. <li>Master thesis: <a href="<?=$baseurl?>files/master_thesis.pdf">A practical approach to Music Theory on the Reactable</a></li>
  31. </ul>
  32. </section>
  33. <section class="full">
  34. <p class="calltoaction">Need something written? <a href="<?=$baseurl?>contact">Get in touch!</a></p>
  35. </section>
  36. </article>
  37. <?=i('_footer')?>