<!doctype html>
<?php 
  /* HEAD */
  $lang       = 'en';
  $head_title = 'Post-Artifact Books and Publishing - Craig Mod - A PRE/POST Single';
  $head_desc  = 'How the digital shift affects writing, distribution, consumption and publishing';
  $fburl      = 'digital/postartifact/';
  $fbimg      = 'http://prepostbooks.com/images/books/postartifact/big-title_thin.jpg';
  $kindlelink = 'http://www.amazon.com/gp/product/B005568MZE/ref=as_li_ss_tl?ie=UTF8&amp;tag=cramod-20&amp;linkCode=as2&amp;camp=217153&amp;creative=399701&amp;creativeASIN=B005568MZE';
  
  /* MENU */
  $current_page = 'postartifact';
?>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/head.php'); ?>
  
  <body onload="setupZoom()">
    
    <?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/header.php'); ?>
    
    <!-- no container wrap because we want to go full-width -->
    <div class="main_image">
      <div class="container">
        <div class="row">
          <div class="social light">
            <div class="title general">
              <h1>Post-Artifact Books and Publishing</h1>
              <h2>How does digital affect the writing, distribution and consumption of books?</h2>
              <cite>— Craig Mod</cite>
            </div>
            <div class="fb-like" data-href="http://craigmod.com/journal/post_artifact/" data-send="false" data-width="300" colorscheme="light" data-show-faces="true" data-font="verdana"></div>
            
            <div class="buy">
              <h2>Read Online</h2>
              <p><a href="http://craigmod.com/journal/post_artifact/" target="_blank">craigmod.com/journal/post_artifact/</a></p>
              <h2>Purchase for Kindle</h2>
              <a href="<?= $kindlelink; ?>"><img src="/images/amazon_checkout.png" alt="Checkout with Amazon" /></a>
            </div> <!-- buy -->
          </div><!-- social -->
        </div><!-- row -->
      </div><!-- container-->
      
      <img src="/images/digital/post_artifact/title.jpg" alt="Post Kindle Artimafact" class="big_bg" />
    </div>
    

    <div class="container">
      <!-- Book Details -->
      <div class="row details">
        <div class="sevencol">
  				<h2>About</h2>
  				<p>An essay discussing digital's effect on how we produce, distribute and consume content.</p>

          <p>
            We will always debate:<br />
            <em>the quality of the paper, the pixel density of the display;<br />
            the cloth used on covers, the interface for highlighting;<br />
            location by page, location by paragraph.</em>
          </p>
          
          <p>An obsessive focus on surface makes it harder to see the real transformations happening in publishing.</p>
          <p><em>What are the core systems comprising the future book? What are the tools that need to be built?</em></p>
          <p>As designers we will need to provide the scaffolding for these systems. Interfaces for these tools. Not just as surface, but holistically — understanding the shifting of emotional space, the artifact and our relationship to the text.</p>
          <p>How will we surface the myriad data just below the words of digital books in organic, clean and deliberately designed ways? How will we shape the future book?</p>
        </div>

        <div class="twocol">&nbsp;</div>
        
        <div class="threecol authors last">                    
          <h2 style="clear:both;">Purchase</h2>
          <a href="<?= $kindlelink; ?>"><img src="/images/general/kindle_single-post-icon.jpg" alt="Digital-Physical on the Kindle!" style="float: left; margin-right: 20px; width: 200px;" /></a>

          <p>Available on Amazon Kindle.</p>
          <h3>Why Kindle?</h3>
          <p style="font-size: 1.5em; font-style: italic;">All your notes and highlights feed back into the Kindle ecosystem. They're also stored at kindle.amazon.com for later retrieval.</p>
          <p><a href="<?= $kindlelink; ?>"><img src="/images/amazon_checkout.png" alt="Checkout with Amazon" /></a></p>

          <h2>Author</h2>
          <?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/author-craigmod.php'); ?>
        </div>
      </div>
    </div>
    <?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/futurebook.php'); ?>
    <?php include($_SERVER['DOCUMENT_ROOT'] . '/templates/footer.php'); ?>
  
  </body>
  
</html>