Difference between revisions of "Courses/Hybrid publishing"

From Publication Station
Line 7: Line 7:
* duration: 3 hours
* duration: 3 hours
* date: March 8 afternoon (1.30-16.30+ drinks until 5).
* date: March 8 afternoon (1.30-16.30+ drinks until 5).
* software required:
* software used:
* hardware required:  
** [http://calibre-ebook.com/ Calibre],
* description
** [http://pandoc.org/ Pandoc],
** plain-text editors ( [http://www.sublimetext.com/ Sublime Text], [https://wiki.gnome.org/Apps/Gedit Gedit] )
 
</div>
</div>
= Plan =
==Hybrid publishing @ WdKA==
* What is hybrid publishing.
* Motivations, concepts, tools, strategies, formats that have been present in hybrid publishing efforts of WdKA. 
* Role of 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 &amp; digital 
* publishing as a way to expose the research undertaken within WdKA
* publishing as a learning tool
* continuation of Digital Publishing Toolkit project &amp; [http://www.publishinglab.nl/blog/publication/from-print-to-ebooks-a-hybrid-publishing-toolkit-for-the-arts/ From Print to Ebooks – a Hybrid Publishing Toolkit for the Arts]
==How ''hybrid''?==
Hybrid publishing
<span background="yellow">Ludovico quote on hybrid publishing</span>
<span background="yellow">Examples of hybrid publications:</span>
*
*
*
==Multichannel publishing workflows== 
* ePub
* PDF
* self-contained single-file HTML e-books 
* Comic book Archive
<span background="yellow">multichanel workflow</span>
==Tools for hybrid publishing==
: open source, simple tools that work in combination, forming publishing pipelines
* [https://en.wikipedia.org/wiki/Wiki Wikis]
* [http://calibre-ebook.com/ Calibre]
* [http://pandoc.org/ Pandoc]
==Hands-on exploration of strategies and tools==
==Markups==
* what is markup 
* different markups: HTML, Wiki syntax, Markdown 
* plain text files
* do: create one markup file in either in HTML or Wiki syntax (from Beyond Social/Publication Station/Wikipedia)
* how to turn this file into a hybrid publication (in multiple formats)? 
==Pandoc - a markup converter ==
 ...
converting to: 
* 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)
<br />
Epub - as an editable format 
Calibre's edit book function to 
* open an epub
* navigate structure 
* change content, style, metadata
<br />
* @Andre: converting to PDF - a complicated case. different approaches tried: ICML+inDesign (@Andre todo: Add wikipage with notes on ICML + inDesign), Weasyprint (HTML + CSS) http://publicationstation.wdka.hro.nl/wiki/index.php/Research/Web-to-print/WeasyPrint
* <br />
<br />
'''(@Michelle) Discussion w. participants what role do they see publishing play in an art school '''
* Can it help communicate the research and works developed by students and staff? And if so, how?
* Shall it be integrated into the curricula as way to foster reading &amp; writing methodologies, critical reflection, collaborative work, and ''DIY publishing tools''?     
<br />
* '''5pm (@Kimmy/@Aldje)''' Device lap-opening: '''HHP projects presentation '''
<br />


=concept map=
=concept map=

Revision as of 09:45, 4 March 2016

practicals


Plan

Hybrid publishing @ WdKA

  • What is hybrid publishing.
  • Motivations, concepts, tools, strategies, formats that have been present in hybrid publishing efforts of WdKA. 
  • Role of 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 
  • publishing as a way to expose the research undertaken within WdKA
  • publishing as a learning tool
  • continuation of Digital Publishing Toolkit project & From Print to Ebooks – a Hybrid Publishing Toolkit for the Arts


How hybrid?

Hybrid publishing

Ludovico quote on hybrid publishing

Examples of hybrid publications:

==Multichannel publishing workflows== 

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

multichanel workflow


Tools for hybrid publishing

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


Hands-on exploration of strategies and tools

Markups

  • what is markup 
  • different markups: HTML, Wiki syntax, Markdown 
  • plain text files
  • do: create one markup file in either in HTML or Wiki syntax (from Beyond Social/Publication Station/Wikipedia)
  • how to turn this file into a hybrid publication (in multiple formats)? 


Pandoc - a markup converter 

 ...

converting to: 

  • 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 - as an editable format 

Calibre's edit book function to 

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






(@Michelle) Discussion w. participants what role do they see publishing play in an art school 

  • Can it help communicate the research and works developed by students and staff? And if so, how?
  • Shall it be integrated into the curricula as way to foster reading & writing methodologies, critical reflection, collaborative work, and DIY publishing tools?     



  • 5pm (@Kimmy/@Aldje) Device lap-opening: HHP projects presentation 



concept map

(to be turn on to image )

Markups - Structured text

  • ICML
  • Mediawiki
  • HTML

Pandoc - conversion software

ePub - ebook format

plan

Markups

structured text in page centered layouts

Question: What steps do you take in order to start the layout of text, handed over from the author or editor?

Usual answer: strip text of all formatting.

Question: Would a process that preserves text marks, marginalia and structure - italics, bolds, footnotes, sections' hierarchy - help the layout design, and publishing process?

What are Markups

Markups == structured text.

Allow text marks, marginalia and structure be preserved from markup to markdown.

Pandoc

Introduction: converting .docx to ICML.

Exercise: convert a .docx to ICML, place it in inDesign and produce its layout by using chapter and paragraph styles.

Repeat the same process but using publication stations' wiki's pages as source.


1hour

ePub

discussion

what do you think about ePub ebooks?
  • Do you own a table or e-reader?
  • Do you read "books" in ePub format?
  • Do you see advantages of ePub over PDF? And disadvantages?
  • Are there limitations to ePub?

during discussion distribute different tables and e-reader containing the same publications: Broken Kindle Screen, Network Notebook: Selfie, ...?

What is ePub

  • zip file, containing:
    • HTML files - chapters
    • book images
    • CSS style-sheet
    • metadata file
    • Table of Contents file
    • ...?

Pandoc and Epub

Exercise: Simple conversion to Epub with Pandoc

Notice: missing essential elements such as metadata, cover, style

Hybrid Publishing Resources

Padoc can produce richer epubs, if metadata files, cover image, and css style sheet are specified. Yet doing so manually results in long commands, which often need to be repeated as result of the output.

Hybrid Publishing Resources is a framework for the production of ePubs (and other formats: ICML, HTML), which automates Pandoc conversions, through a structure of folders and editable plain files (e.g. metadata.xml file contain the metadata for the ePub) and a recipe book - a makefile

Exercise: Use HPR to produce a plain ePub. Edit the CSS file and metadata file to produce more a richer ePub.

Extra: HPR produce HTML

Demonstrate


1.30h

Discussion

Question: How do you see hybrid Publishing being explored in WdKA?

Question: Could this process be transmitted to students?

--- 30min