<!DOCTYPE html>
<html>
<head>
<script>
/**
* Function that tracks a click on an outbound link in Analytics.
* This function takes a valid URL string as an argument, and uses that URL string
* as the event label. Setting the transport method to 'beacon' lets the hit be sent
* using 'navigator.sendBeacon' in browser that support it.
*/
var trackOutboundLink = function(url) {
   ga('send', 'event', 'outbound', 'click', url, {
     'transport': 'beacon',
     'hitCallback': function(){document.location = url;}
   });
}
</script>    
   
  <link rel="stylesheet" media="all" href="/assets/application-248dd2c20c0a8c0e38722364c9cd3512fb9ef0276c22023e384327f35042ded7.css" />
  <script src="/assets/application-06d8123998e7a32a7ed0992d91f10c2dceb576df1ff8ce8e83227298b633922d.js"></script>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="csrf-param" content="authenticity_token" />
<meta name="csrf-token" content="VZ3RNyb9ybz7F7ud3g3d+u+bFXRpwQJx3aBwxzzsr3HG/PuN/ENM6z+I4/cRYr9K6+e5UHHxTzgHKcnXk544hQ==" />
</head>
 

    
    
        <style>
/*
*= javascript_include_tag 'application'
*= csrf_meta_tags 
*/

.navheaderbox {
  
  color: white;
  font-family: 'Montserrat', sans-serif;
  
}

</style>

<div class="navheaderbox">

<nav class="navbar navbar-static-top navbar-default" role="navigation">
  <div class="container">
  <!-- Brand and toggle get grouped for better mobile display -->
  <div class="navbar-header">
    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
      <span class="sr-only">Toggle navigation</span>
      <span class="icon-bar"></span>
      <span class="icon-bar"></span>
      <span class="icon-bar"></span>
    </button>
    
    <!-- This is my smart url that knows where it is. Mostly. Sort of. -->
    
    
 
    
    
    <a class="navbar-brand" href="/">AuthorPage</a>
    

  </div>
  

  <!-- Collect the nav links, forms, and other content for toggling -->
  <div class="collapse navbar-collapse navbar-ex1-collapse">
    <ul class="nav navbar-nav navbar-right">

        
              
          
            
            
    
          <li><a href="/users/sign_in">Sign in</a></li>
           <li><a href="http://eepurl.com/cbK0dj" target="_blank">Sign up for our beta list</a></li>
        
    </ul>
  </div><!-- /.navbar-collapse -->
</div><!-- /.container --> 
</nav>

</div>



 
    
    
      
                      
              
              
               
        <link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<style>

body {
    font-family: 'Roboto Slab', serif;
    color: #D1D1D1;
    background: -moz-radial-gradient(center, ellipse cover, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(77,77,77,1)), color-stop(100%, 
    rgba(0,0,0,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(77,77,77,1) 0%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#000000',GradientType=1 ); /* ie6-9 */  
} 

.menu {
  color: white;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: solid;
  border-top: solid;
  border-width: 1px;
  border-color: white;
}

 
.menu a {
    color: white !important;
    
}

.menu a:visited {
  color: white !important;
}     


a:hover {
     color: black;
    
}


.slatebox {
    border: solid;
    border-color: white;
    border-width: 20px;
    color: black;
    background-color: white;
    
}

.pagebox {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.pageheader {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    
}

.pageheadertext {
    font-size: 6rem;
    margin-bottom: 10px;
    
}
    
.pagesubheadertext {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4rem;
    border-top: dotted;
    border-bottom: dotted;
    border-width: 1px;
    border-color: white;
}
   

.pagewelcome {
    padding: 20px;

}

.pagesectiontitle h3 {
    padding-left: 20px;
}


.pagesectiontitle h3 {
    font-size: 3rem;
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.pagesectiontitle h3:before, h3:after {

    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: white;
}

.pagesectiontitle h3:before {
    margin-left: -50%;
    text-align: right;
}



/*Stories*/


.pagestories {
     padding-top: 10px;
     margin-top: 30px;
     text-align: center;
     font-size: 2rem;
     
} 


.pagestory {
    padding-top: 2px;
    margin: 10px;
    width: 140px;
    height: 220px;
    float: left;
    background-color: #F0F0F0;
    
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
    
    
}


.storycover img {
    padding-top: 2px;
    margin: 10px;
    width: 140px;
    max-height: 220px;
    float: left;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
    
    
}


.pagestory h1 {
      font-size: 2.5rem;
      background-color: #383838;
      
      padding: 3px;
 
    
}

.pagestory a {
    color: #FFFFFF;
    
}


.pageauthor {
     font-size: 1.5rem;
     color: #5C5C5C;
      padding: 2px;
    
}


.pagenews {
     margin-top: 20px;
     padding-top: 10px;
 
     text-align: justify;
     
} 


 
 
.booklink  {
 
    
}
    
.bookpage  {
    
    color: black;
 
    
}

.bookshowone {
        text-decoration:none;
}

.bookshowone {
        text-decoration:none;
}

.bookshowone a { text-decoration: none !important;
                 color: black; }   
                 
                 
.bookshowone a:visited { text-decoration: none !important;
                         color: black; }
                       

.booktitle a:visited { text-decoration: none !important;
                       color: black; }
                       
.booktitle a { text-decoration: none !important;
               color: black; }
               
               
.newsheader {
    padding-top: 20px;
    font-size: 3em;
    text-align: center;
    
}               



.pagebook img {
    margin: 3%;
    width: 25%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
    
}

@media only screen and (max-width : 900px) {
.pagebox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}



.pagebook img {
  
    margin: 2%;
    width: 45%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.27);
    
}



.pagestory {
    float: none;
    margin-left: auto;
    margin-right: auto;
    
}
  
 
}
</style>


<div class="container">
<div class="pagebox">
        
<!---------------- Menu ----------------->

<style>
.menu li {
list-style-type: none;
} 

@media only screen and (max-width : 900px) {
.menu li {
  padding: 5px;
  width: 100%;
  text-align: center;
  border-bottom: solid;
  border-color: #CACACA;
  border-width: 1px;
  font-size: 2rem;
  
 }

}

</style>
 
 
 
<div class="menu">
              <li><div>   <a href="/davidboop">David Boop</a> </div></li>    
 
    

    
    
    
 
           <li><div>  
               <a href="/davidboop/books/">Books</a>
           </div></li>   
    
    
 
           <li><div>  
               <a href="/davidboop/stories/">Stories</a>
           </div></li>   
    
    
 
           <li><div>  
               <a href="/davidboop/news/">News</a>
           </div></li>   
    
    
    
    
    
 
    
       <li><div>  <a target="_blank" href="@david_boop">Twitter</a>  </div></li>
    
    
    
    
    
    
       <li><div>  <a target="_blank" href="www.facebook.com/dboop.updates">Facebook</a>  </div></li>
    
    
    
           <li><div>  
               <a href="/davidboop/contact/">Contact</a>
             </div></li>
        
 </div></li>


    
<!-------------- Header ----------------->

<div class="pageheader">
            
 
                    <div class="pageheadertext">David Boop</div>
       
            
            
            <div class="pagesubheadertext">Genre Unbound</div>
           


          
</div>
      
 

<!---------- Use header image ------------->

 
<!---------------- Welcome -------------->

 <style>
 
 
.pageavatar img {
    
    margin-top: 20px;
    
}
  
     
.pagewelcome a {
    
    text-decoration: underline;
} 

     
 </style>
 
 
 
     <div class="pagewelcome">
    
            <div class="row">
               
            

                        <div class="pageavatar">
                            <img class="round-image-100 center-block" src="http://s3.amazonaws.com/writertoolimages/mypages/images/000/000/043/thumb/bio_photo.jpg?1473313412" alt="Bio photo" /> 
                        </div>
                
                
 
                 <div class="pagewelcometext">  <br />
                         <p>Welcome to David Boop's AuthorPage </p>
<p>David Boop is a Denver-based speculative fiction author. He’s also an award-winning essayist, and screenwriter. Before turning to fiction, David worked as a DJ, film critic, journalist, and actor. As Editor-in-Chief at IntraDenver.net, David’s team was on the ground at Columbine making them the first internet only newspaper to cover such an event. That year, they won an award for excellence from the Colorado Press Association for their design and coverage.</p> 
<p>David’s debut novel, the sci-fi/noir She Murdered Me with Science, is back in print from WordFire Press. He followed-up with a Victorian horror, The Soul Changers, from Pinnacle. David went on to edit the bestselling weird western anthology, Straight Outta Tombstone, for Baen. Dave is prolific in short fiction with many short stories and two short films to his credit. He’s published across several genres including media tie-ins for Predator, The Green Hornet, The Black Bat and Veronica Mars. His RPG work includes Flash Gordon and Deadlands: Noir for Savage Worlds. Finally, his series, The Trace Walker Temporary Mysteries, appears regularly on Gunshoereview.com</p> 
<p>He’s a single dad, Summa Cum Laude creative writing graduate, part-time temp worker and believer. His hobbies include film noir, anime, the Blues and Mayan History. You can find out more at Davidboop.com, Facebook.com/dboop.updates or Twitter @david_boop.</p>
 
                 </div> 
           
            </div>
 
     </div>
 
 


<!--------------- Subscribe -------------->






 
<!---------------- Books ------------->        


<div class="pagesectiontitle"><h3>&nbsp;&nbsp;Books&nbsp;&nbsp;</h3></div>

 




 

 

 

        <div class="pagebooks">
    
                     
                       
                             <a class="pagebook" href="/books/83"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/083/medium/SMMWS-cover-web_ready.jpg?1492780673" alt="Smmws cover web ready" /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/174"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/174/medium/51ag4odYTaL._SX328_BO1_204_203_200_.jpg?1490730799" alt="51ag4odytal. sx328 bo1 204 203 200 " /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/204"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/204/medium/front_cover.jpg?1502433080" alt="Front cover" /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/175"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/175/medium/81wehmMJ6HL.jpg?1490732435" alt="81wehmmj6hl" /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/217"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/217/medium/Infinite_Dysmorphia_2.jpg?1528574146" alt="Infinite dysmorphia 2" /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/185"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/185/medium/Veronica_Cover.jpeg?1491254872" alt="Veronica cover" /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/184"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/184/medium/51pN425JoML._SY344_BO1_204_203_200_.jpg?1491254006" alt="51pn425joml. sy344 bo1 204 203 200 " /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/115"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/115/medium/Maximum_Velocity-front-cover.jpg?1502335419" alt="Maximum velocity front cover" /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/84"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/084/medium/SPOW.jpg?1475385624" alt="Spow" /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/182"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/182/medium/61PHUcY0qyL.jpg?1491252885" alt="61phucy0qyl" /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/179"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/179/medium/51Bp1HZvaFL._SY346_.jpg?1491250917" alt="51bp1hzvafl. sy346 " /></a> 
                           
                      
                     
                       
                             <a class="pagebook" href="/books/178"><img src="http://s3.amazonaws.com/writertoolimages/books/images/000/000/178/medium/51Oeu4fOeUL.jpg?1491250584" alt="51oeu4foeul" /></a> 
                           
                      
            
        </div>


 
 
<div style="clear: both;"></div>
<!------------- Stories ------------>


        <div class="pagesectiontitle"><h3>&nbsp;&nbsp;Stories&nbsp;&nbsp;</h3></div>
    
        
<div class="pagestories">
                  
                                       
                                     
                                         <a class="storycover" href="/stories/82"><img src="http://s3.amazonaws.com/writertoolimages/stories/images/000/000/082/cover/cover.jpg?1492781667" alt="Cover" /></a><br>
                               
                                       
                                  
                                       
                                     
                                         <a class="storycover" href="/stories/91"><img src="http://s3.amazonaws.com/writertoolimages/stories/images/000/000/091/cover/Mr_Steak_Cover.jpg?1499973685" alt="Mr steak cover" /></a><br>
                               
                                       
                                  
</div>           
    
 
<div style="clear: both;"></div>   

<!-------------- News ---------------->  

     <br />
        <div class="pagesectiontitle"><h3>&nbsp;&nbsp;News&nbsp;&nbsp;</h3></div>
    
     <div class="pagenews">


                            
                          <b> MY DRAGONCON SCHEDULE </b>
         
                            Title: Kaiju Lit
Time: Fri 02:30 pm 
Location: Peachtree 1-2 - Westin 
(Length: 1 Hour)
Description: Long a cinematic staple, world-smashing giant monsters are now wreaking havoc in the pages of literature.

Title: Gotham – A Year of Crazy
Time: Fri 7:00 pm 
Location: Marriott M302-M303 
(L
                            <a href="/blogs/59">...[more]</a>
                         

    
</div>   
    

<div style="clear: both;"></div>  



</div>
</div>

 
 

 

            

                

 
<center>
 
   <div class="footer">
 
       <br>
       <br>
       <br>
       <br>
       <br>
       <a href="/">AuthorPage</a>
        <br />
        <a href="/authors">Find an author</a> |  <a href="/books">Find a book</a> |  <a href="/stories">Find a story</a>
        
        <br />
   
    <a target="_blank" href="/issuetracker">Have an issue to report?</a> | <a href="/faq">FAQ</a> | <a href="mailto:contact@authorpage.com">contact@authorpage.com</a>
    <br>
    <a href="/tos">Terms of Service</a> 
 
<br />
    </div>
</center>
  


<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', '', 'auto');
  ga('send', 'pageview');

</script>


 
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-82069947-2', 'auto');
  ga('send', 'pageview');

</script>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>   




</body>
</html>
