Difference between revisions of "Courses/Hybrid publishing"

From Publication Station
Line 35: Line 35:
<span background="yellow">Ludovico quote on hybrid publishing</span>
<span background="yellow">Ludovico quote on hybrid publishing</span>


<span background="yellow">Examples of hybrid publications:</span>
 
==hybrid publishing works==
[http://p-dpa.net/work/books-scapes/ Books Scapes]], Julien Levesque, 2012
[http://p-dpa.net/work/books-scapes/ Books Scapes]], Julien Levesque, 2012


http://p-dpa.net/wp-content/uploads/2015/03/Screen-Shot-2014-02-15-at-17.17.18-1024x417.png
http://p-dpa.net/wp-content/uploads/2015/03/Screen-Shot-2014-02-15-at-17.17.18-600x150.png
 
 


[http://p-dpa.net/work/e-book-backup/ E-Book Backup], Julien Levesque, 2012
[http://p-dpa.net/work/e-book-backup/ E-Book Backup], Julien Levesque, 2012
http://p-dpa.net/wp-content/uploads/2015/03/9_ebookbackup4-1024x768.jpg
 
http://p-dpa.net/wp-content/uploads/2015/03/9_ebookbackup4-300x225.jpg
 




[http://www.epicpedia.org/ Epicpedia]  Annemieke van der Hoek, 2008
[http://www.epicpedia.org/ Epicpedia]  Annemieke van der Hoek, 2008


[[File:Epicpedia.png]]
[[File:Epicpedia.png|300px]]




==Multichannel publishing workflows== 
==Multichannel publishing workflows== 
* ePub
* ePub
* PDF  
* PDF  
Line 56: Line 60:
* Comic book Archive
* Comic book Archive


<span background="yellow">multichanel workflow</span>
[[File:multipleouptus.svg]]




Line 135: Line 139:
Save it in a folder dedicated folder.
Save it in a folder dedicated folder.


==turn this file into into other formats== 
==turn this file into into other formats== 
???
???
Line 142: Line 145:
''If you need to convert files from one markup format into another, pandoc is your swiss-army knife''
''If you need to convert files from one markup format into another, pandoc is your swiss-army knife''


<span style="background:yellow">Pandoc conversions images</span>
[[File:Pandoc_diagram.png|400px]]
 


<div style="background:yellow">
<div style="background:yellow">
Line 149: Line 153:
== Pandoc - converting to ePub==
== Pandoc - converting to ePub==


==Converting to single-file self-contained e-books ==
==converting to single-file self-contained e-book ==





Revision as of 12:40, 4 March 2016

practicals


Plan

  • Hybrid publishing.
  • Motivations, concepts, tools, strategies, formats that have been present in hybrid publishing efforts of WdKA. 
  • Role and possibilities for publishing in an art school. 
  • Presentation publications developed to date and in-progress. 
  • Inauguration the device lab.


Why publishing?

  • hybrid publishing as an extension of efforts from Publication station - establishing dialog between analog & digital 
  • continuation of Digital Publishing Toolkit project & From Print to Ebooks – a Hybrid Publishing Toolkit for the Arts
  • publishing as a way to expose the research undertaken within WdKA
  • publishing as a learning tool


How hybrid?

Hybrid publishing

Ludovico quote on hybrid publishing


hybrid publishing works

Books Scapes], Julien Levesque, 2012

http://p-dpa.net/wp-content/uploads/2015/03/Screen-Shot-2014-02-15-at-17.17.18-600x150.png


E-Book Backup, Julien Levesque, 2012

http://p-dpa.net/wp-content/uploads/2015/03/9_ebookbackup4-300x225.jpg


Epicpedia Annemieke van der Hoek, 2008

Epicpedia.png


==Multichannel publishing workflows== 

  • ePub
  • PDF
  • self-contained single-file HTML e-books
  • Comic book Archive

Multipleouptus.svg


Tools for hybrid publishing

open source, simple tools that work in combination, forming publishing pipelines


Hands-on exploration of strategies and tools

Markups

Marking the text

"In electronic processing of texts, this hierarchical ordering [...] as well as additional reading aids such bold or italic text, is made possible by using specific formatting codes. This process is called markup and the codes are called markup element"<ref name="FromPrint"From Print to Ebooks: a Hybrid Publishing Toolkit for the Arts / >

plain text

  • difference between plain text and binary file
  • plain text editors
  • WYSIWYG editors & visual markups

"'What You See Is What You Get' (WYSIWYG) markup languages used in word processors such as Microsoft Word, WordPerfect or OpenOffice, where text which is marked up in a certain way (such as italic or bold) is immediately displayed that way, so that there is no visible distinction between the conceptual structure and the visual representation."

Different Markup languages

Each markup uses a different marking syntax

HTML:

<h1>Revenge of the Text</h1>
 <p>There is a room in the <strong>Musée d’Orsay</strong> that I call the <em>room of possibilities</em>.</p>
 <p>That room contains:</p>
 <ul>
  <li>a snow flake</li>
  <li>the end of a cloud</li>
  <li>a bit of nothing</li>
 </ul>

Wiki markup:

= Revenge of the Text =
There is a room in the '''Musée d’Orsay''' that I call the ''room of possibilities''.

That room contains:
* a snow flake
* the end of a cloud
* a bit of nothing

Markdown:

# Revenge of the Text
There is a room in the **Musée d’Orsay** that I call the *room of possibilities*.

That room contains:
* a snow flake
* the end of a cloud
* a bit of nothing


Always use plain-text editors or Markdown-dedicate-WSIWYG-editors to write in Markdown. Using a text-processor like MS Word,Libreoffice or Mac text editor will result on binary or rich text formats. We need to work with plain-text files


Create one plain-text file

in either in HTML or Wiki syntax.

You can:

Save it in a folder dedicated folder.

==turn this file into into other formats==  ???

Pandoc - a markup converter 

If you need to convert files from one markup format into another, pandoc is your swiss-army knife

Pandoc diagram.png


Pandoc - converting to HTLM

Pandoc - converting to ePub

converting to single-file self-contained e-book

  • HTML - web    (options: --standalone, --css, title, etc - so they get a sense of the options)  
  • HTLM - self-contained mulimedia e-books based on single HTML files 
  • EPUB (options: --epub-stylesheet, --epub-cover, --epub-chapter-level)



Epub An editable format

Calibre's edit book function to 

  • open an epub
  • navigate structure 
  • change content, style, metadata


converting to PDF

A complicated case.

Different approaches tried: