SlideShare a Scribd company logo
1 of 49
One Button 
Publishing 
• Brad Payne & Clint Lalonde 
• WordPress in Higher Education 
• May 29, 2014 
@clintlalonde @bdolor
Collaborative Programs & Shared Services 
open.bccampus.ca 
“Connect the expertise, programs, and resources 
of all BC post-secondary institutions under a 
collaborative service delivery framework” 
2 
3 
Open Education 
Student Services & Data Exchange 
1
open.bccampus.ca 
“Connect the expertise, programs, and resources 
of all BC post-secondary institutions under a 
collaborative service delivery framework” 
1 Open Education Support & promote the development & use of Open Educational Resources 
Support instructors who want to use technology in their teaching practice 
OER Global Logo by Jonathas Mello is licensed under a Creative Commons Attribution Unported 3.0 License
What are OER? 
“Open Educational Resources (OERs) are any type of 
educational materials that are in the public domain or 
introduced with an open license. The nature of these 
open materials means that anyone can legally and 
freely copy, use, adapt and re-share them.” 
UNESCO 
http://www.unesco.org/new/en/communication-and-information/access-to-knowledge/open-educational-resources/ 
what-are-open-educational-resources-oers/ 
open.bccampus.ca
Open Licenses 
open.bccampus.ca
BC Open Textbook Project 
open.bccampus.ca 
40 free and open textbooks 
available for the highest 
enrolled 1st & 2nd year post-secondary 
subjects in BC 
First province in Canada 
Visual notes of John Yap announcement, Giulia Forsythe 
http://www.flickr.com/photos/gforsythe/8094691691/ 
Used under CC-BY-SA license
We have a problem (2 actually) 
Images: http://www.openeducation.net/2009/09/17/beyond-textbooks-andy-chlup-discusses-digital-learning-models/ 
used under CC-BY license 
open.bccampus.ca
Problem #1 
Students spend $1200/yr on textbooks 
4x rate of inflation over past 20 years 
70% students have not purchased textbook for a 
course because of price 
open.bccampus.ca
Free is more than just a good deal 
Page |
open.bccampus.ca
Problem #2 Ownership & Control 
open.bccampus.ca 
iPod DRM by *n3wjack's world in pixels used under CC-BY-SA license 
eBook on eBook by DWRL at U Texas used under CC-BY-SA-NC license 
Students 
Faculty
Issues & Goals 
Students Faculty 
Free 
Choice of formats 
● Web 
● Mobile 
● Print 
● eBook 
Can retain permanently 
open.bccampus.ca 
1. Easy to find 
2. Quality 
3. Modify or create
Additional Software Requirements 
● Web based authoring - distributed collaboration 
● Open Source 
● Extensible & Customizable 
● Remix different formats 
● Output many formats - HTML, ePub, PDF, mobi 
● Support open licenses (Creative Commons) 
open.bccampus.ca
Contenders 
open.bccampus.ca
PressBooks 
open.bccampus.ca
Faculty: Modify 
open.bccampus.ca 
Write Once 
Publish Many
PressBooks 
open.bccampus.ca 
PressBooks.com 
https://github.com/pressbooks/pressbooks 
https://wordpress.org/plugins/pressbooks/
PressBooks: What it does 
● Export engine 
● Custom book themes 
● Modifies WP admin interface 
● Changes from Post paradigm to Chapter paradigm 
● One book, one site (require multi-site) 
open.bccampus.ca
PressBooks: Root 
open.bccampus.ca 
One Book, One Site
open.bccampus.ca 
open.bccampus.ca 
API
Faculty: Easy to find & evaluate 
open.bccampus.ca
Faculty: Easy to find & evaluate 
open.bccampus.ca
Student: Entry point to book 
open.bccampus.ca
PressBooks: Book Example 
open.bccampus.ca 
http://opentextbc.ca/modernphilosophy/
PressBooks “book” 
open.bccampus.ca
PressBooks Book admin 
open.bccampus.ca
PressBooks Book admin: Text 
open.bccampus.ca
PressBooks Book admin: Book Info 
open.bccampus.ca
PressBooks Book admin: Themes 
open.bccampus.ca
PressBooks Book admin: Export 
open.bccampus.ca
PressBooks: Considerations 
● Uses commercial PDF engine (PrinceXML) 
● Requires standalone multi-site instance of 
WP 
open.bccampus.ca
PressBooks 
modifications
Context 
PressBooks is open source 
• modifications were only possible within this context 
• the narratives for open textbooks and open software are similar 
open.bccampus.ca
The Button 
open.bccampus.ca
Modifications 
PressBooks and PressBooks Textbook 
• What functionality is required for open textbooks? 
o about 16,500 code additions to PB core 
• What if that functionality deviates from pressbooks.com? 
open.bccampus.ca
Symbiosis 
PressBooks and PressBooks Textbook 
open.bccampus.ca
Reuse - PBT Plugin 
Creative Commons 
• the creative commons configurator 
• modifications made to allow derivative works 
open.bccampus.ca
Revise - PBT plugin 
open.bccampus.ca
Revise - PBT Plugin 
Adapt, Adjust, Modify 
• math equations - PB LaTeX plugin 
• table buttons - MCE Table button plugin 
• textbook buttons - MCE Textbook button plugin 
o exercises (with LRMI metadata) 
o key takeaways (with LRMI metadata) 
o learning objectives (with LRMI metadata) 
open.bccampus.ca
Revise - PBT Plugin 
LaTeX image rendering service: 
Preserving images in export routine: 
open.bccampus.ca
Remix - PBT Plugin 
open.bccampus.ca
Remix - PBT Plugin 
Importer 
• EPUB 
• DOCX 
• ODT 
• WXR/XML 
Open Textbooks 
• Download links to 47 open textbooks 
open.bccampus.ca
Remix - PBT Plugin 
Pseudocode (DOCX import): 
- test if it’s a valid Zip file 
- get the file paths to content 
and metadata 
- get the content and metadata 
- get endnotes, footnotes, and hyperlinks 
- process them (they are in separate documents), 
save them 
- import a monstrous XSLT stylesheet 
- throw the styled content into the DOM 
- parse by Chapter, insert into PB 
open.bccampus.ca
Redistribute/Retain - PBT Plugin 
open.bccampus.ca
Redistribute/Retain - PBT Plugin 
Textbook API 
• the solution to the problem of redistributing protected files got me 
thinking about how to implement textbook API’s 
Redistribute and retain files for free 
• Download links to each of the latest export files (epub, pdf, xhtml, 
hpub, mobi, wxr, icml) on the homepage 
open.bccampus.ca
Redistribute/Retain - PBT Plugin 
open.bccampus.ca
Download, import, reorder chapters 
open.bccampus.ca
The future 
Enabling Adaptation 
Development of PB Community (Developer & User) 
● https://github.com/BCcampus/pressbooks-textbook 
● https://github.com/pressbooks/pressbooks 
Continued EDU & OTB specific enhancements 
open.bccampus.ca
Thank You 
Questions? 
open.bccampus.ca 
@clintlalonde @bdolor 
#otsummit

More Related Content

Similar to One Button Publishing

Open Textbook Summit - Technology
Open Textbook Summit - TechnologyOpen Textbook Summit - Technology
Open Textbook Summit - TechnologyBCcampus
 
Open Tools for Open Publishing
Open Tools for Open PublishingOpen Tools for Open Publishing
Open Tools for Open PublishingClint Lalonde
 
OER Authoring and Delivery Platforms
OER Authoring and Delivery PlatformsOER Authoring and Delivery Platforms
OER Authoring and Delivery PlatformsUna Daly
 
The convergence of Publishing and the Web
The convergence of Publishing and the WebThe convergence of Publishing and the Web
The convergence of Publishing and the WebIvan Herman
 
Adopting Open Textbooks Workshop - Feb 26, 2013
Adopting Open Textbooks Workshop - Feb 26, 2013Adopting Open Textbooks Workshop - Feb 26, 2013
Adopting Open Textbooks Workshop - Feb 26, 2013BCcampus
 
Creative Commons and Open Educational Resources: A Webinar for TAACCCT progra...
Creative Commons and Open Educational Resources: A Webinar for TAACCCT progra...Creative Commons and Open Educational Resources: A Webinar for TAACCCT progra...
Creative Commons and Open Educational Resources: A Webinar for TAACCCT progra...Jane Park
 
Analysis of existing technological platforms for the collaborative production...
Analysis of existing technological platforms for the collaborative production...Analysis of existing technological platforms for the collaborative production...
Analysis of existing technological platforms for the collaborative production...Proyecto LATIn
 
Thomson Reuters EndNote x7.2 Overview and Roadmap
Thomson Reuters EndNote x7.2 Overview and RoadmapThomson Reuters EndNote x7.2 Overview and Roadmap
Thomson Reuters EndNote x7.2 Overview and RoadmapEduserv
 
Open Textbooks presentation for Faculty
Open Textbooks presentation for FacultyOpen Textbooks presentation for Faculty
Open Textbooks presentation for FacultyChristina Hendricks
 
W3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateW3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateIvan Herman
 
Doc.next - The Future of the Documentation Project
Doc.next - The Future of the Documentation ProjectDoc.next - The Future of the Documentation Project
Doc.next - The Future of the Documentation ProjectAlexandro Colorado
 
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-Davis
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-DavisLibrary 2.011 Free Web Tools for Libraries Cheryl Peltier-Davis
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-DavisCheryl Peltier-Davis
 
Etug spring 2013_presentation_slides_clint_additions
Etug spring 2013_presentation_slides_clint_additionsEtug spring 2013_presentation_slides_clint_additions
Etug spring 2013_presentation_slides_clint_additionsBCcampus
 
Etug spring 2013 presentation slides
Etug spring 2013 presentation slidesEtug spring 2013 presentation slides
Etug spring 2013 presentation slidesBCcampus
 
Ushering in the Born Accessible Era
Ushering in the Born Accessible EraUshering in the Born Accessible Era
Ushering in the Born Accessible EraDAISY Consortium
 
The Tale of Two Deployments: Greenfield and Monolith Apps with Docker Enterpr...
The Tale of Two Deployments: Greenfield and Monolith Apps with Docker Enterpr...The Tale of Two Deployments: Greenfield and Monolith Apps with Docker Enterpr...
The Tale of Two Deployments: Greenfield and Monolith Apps with Docker Enterpr...Docker, Inc.
 
02 asynchronized distance learning
02 asynchronized distance learning02 asynchronized distance learning
02 asynchronized distance learningMINE_Lab
 
02 asynchronized distance learning
02 asynchronized distance learning02 asynchronized distance learning
02 asynchronized distance learning宥均 林
 

Similar to One Button Publishing (20)

Open Textbook Summit - Technology
Open Textbook Summit - TechnologyOpen Textbook Summit - Technology
Open Textbook Summit - Technology
 
Open Tools for Open Publishing
Open Tools for Open PublishingOpen Tools for Open Publishing
Open Tools for Open Publishing
 
OER Authoring and Delivery Platforms
OER Authoring and Delivery PlatformsOER Authoring and Delivery Platforms
OER Authoring and Delivery Platforms
 
The convergence of Publishing and the Web
The convergence of Publishing and the WebThe convergence of Publishing and the Web
The convergence of Publishing and the Web
 
Adopting Open Textbooks Workshop - Feb 26, 2013
Adopting Open Textbooks Workshop - Feb 26, 2013Adopting Open Textbooks Workshop - Feb 26, 2013
Adopting Open Textbooks Workshop - Feb 26, 2013
 
B01 markus gylling-epub
B01 markus gylling-epubB01 markus gylling-epub
B01 markus gylling-epub
 
B01 markus gylling-epub
B01 markus gylling-epubB01 markus gylling-epub
B01 markus gylling-epub
 
Creative Commons and Open Educational Resources: A Webinar for TAACCCT progra...
Creative Commons and Open Educational Resources: A Webinar for TAACCCT progra...Creative Commons and Open Educational Resources: A Webinar for TAACCCT progra...
Creative Commons and Open Educational Resources: A Webinar for TAACCCT progra...
 
Analysis of existing technological platforms for the collaborative production...
Analysis of existing technological platforms for the collaborative production...Analysis of existing technological platforms for the collaborative production...
Analysis of existing technological platforms for the collaborative production...
 
Thomson Reuters EndNote x7.2 Overview and Roadmap
Thomson Reuters EndNote x7.2 Overview and RoadmapThomson Reuters EndNote x7.2 Overview and Roadmap
Thomson Reuters EndNote x7.2 Overview and Roadmap
 
Open Textbooks presentation for Faculty
Open Textbooks presentation for FacultyOpen Textbooks presentation for Faculty
Open Textbooks presentation for Faculty
 
W3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group UpdateW3C Digital Publishing Interest Group Update
W3C Digital Publishing Interest Group Update
 
Doc.next - The Future of the Documentation Project
Doc.next - The Future of the Documentation ProjectDoc.next - The Future of the Documentation Project
Doc.next - The Future of the Documentation Project
 
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-Davis
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-DavisLibrary 2.011 Free Web Tools for Libraries Cheryl Peltier-Davis
Library 2.011 Free Web Tools for Libraries Cheryl Peltier-Davis
 
Etug spring 2013_presentation_slides_clint_additions
Etug spring 2013_presentation_slides_clint_additionsEtug spring 2013_presentation_slides_clint_additions
Etug spring 2013_presentation_slides_clint_additions
 
Etug spring 2013 presentation slides
Etug spring 2013 presentation slidesEtug spring 2013 presentation slides
Etug spring 2013 presentation slides
 
Ushering in the Born Accessible Era
Ushering in the Born Accessible EraUshering in the Born Accessible Era
Ushering in the Born Accessible Era
 
The Tale of Two Deployments: Greenfield and Monolith Apps with Docker Enterpr...
The Tale of Two Deployments: Greenfield and Monolith Apps with Docker Enterpr...The Tale of Two Deployments: Greenfield and Monolith Apps with Docker Enterpr...
The Tale of Two Deployments: Greenfield and Monolith Apps with Docker Enterpr...
 
02 asynchronized distance learning
02 asynchronized distance learning02 asynchronized distance learning
02 asynchronized distance learning
 
02 asynchronized distance learning
02 asynchronized distance learning02 asynchronized distance learning
02 asynchronized distance learning
 

More from Clint Lalonde

Sorry. I was on mute. 10 tips for better webinars
Sorry. I was on mute. 10 tips for better webinarsSorry. I was on mute. 10 tips for better webinars
Sorry. I was on mute. 10 tips for better webinarsClint Lalonde
 
But I've Never Taken an Online Course Before!
But I've Never Taken an Online Course Before!But I've Never Taken an Online Course Before!
But I've Never Taken an Online Course Before!Clint Lalonde
 
Online Learning Basics
Online Learning BasicsOnline Learning Basics
Online Learning BasicsClint Lalonde
 
Basics of synchronous learning
Basics of synchronous learningBasics of synchronous learning
Basics of synchronous learningClint Lalonde
 
When I Grow Up I Want to be an Educational Technologist (said no child ever)
When I Grow Up I Want to be an Educational Technologist (said no child ever)When I Grow Up I Want to be an Educational Technologist (said no child ever)
When I Grow Up I Want to be an Educational Technologist (said no child ever)Clint Lalonde
 
ETUG 2018-19 Community Survey
ETUG 2018-19 Community SurveyETUG 2018-19 Community Survey
ETUG 2018-19 Community SurveyClint Lalonde
 
LRNT 527 OER & Creative Commons Licenses
LRNT 527 OER & Creative Commons LicensesLRNT 527 OER & Creative Commons Licenses
LRNT 527 OER & Creative Commons LicensesClint Lalonde
 
MALAT Symposium on OpenEd & CC licenses
MALAT Symposium on OpenEd & CC licensesMALAT Symposium on OpenEd & CC licenses
MALAT Symposium on OpenEd & CC licensesClint Lalonde
 
How to Build an Open Textbook
How to Build an Open TextbookHow to Build an Open Textbook
How to Build an Open TextbookClint Lalonde
 
Next Generation Digital Learning Environments (NGDLE)
Next Generation Digital Learning Environments (NGDLE)Next Generation Digital Learning Environments (NGDLE)
Next Generation Digital Learning Environments (NGDLE)Clint Lalonde
 
Open Tools Open Pedagogy
Open Tools Open PedagogyOpen Tools Open Pedagogy
Open Tools Open PedagogyClint Lalonde
 
Open Technology - The 3rd Pillar of Open Education
Open Technology - The 3rd Pillar of Open EducationOpen Technology - The 3rd Pillar of Open Education
Open Technology - The 3rd Pillar of Open EducationClint Lalonde
 
You built an open textbook in how many days?
You built an open textbook in how many days?You built an open textbook in how many days?
You built an open textbook in how many days?Clint Lalonde
 
eCampus Alberta Operational Retreat Open Education workshop
eCampus Alberta Operational Retreat Open Education workshopeCampus Alberta Operational Retreat Open Education workshop
eCampus Alberta Operational Retreat Open Education workshopClint Lalonde
 
BC Open Textbook Project
BC Open Textbook ProjectBC Open Textbook Project
BC Open Textbook ProjectClint Lalonde
 
Finding and using Open Educational Resources
Finding and using Open Educational ResourcesFinding and using Open Educational Resources
Finding and using Open Educational ResourcesClint Lalonde
 
Beyond Free: The BC Open Textbook Project BCNet
Beyond Free: The BC Open Textbook Project BCNetBeyond Free: The BC Open Textbook Project BCNet
Beyond Free: The BC Open Textbook Project BCNetClint Lalonde
 

More from Clint Lalonde (20)

Sorry. I was on mute. 10 tips for better webinars
Sorry. I was on mute. 10 tips for better webinarsSorry. I was on mute. 10 tips for better webinars
Sorry. I was on mute. 10 tips for better webinars
 
But I've Never Taken an Online Course Before!
But I've Never Taken an Online Course Before!But I've Never Taken an Online Course Before!
But I've Never Taken an Online Course Before!
 
Online Learning Basics
Online Learning BasicsOnline Learning Basics
Online Learning Basics
 
Basics of synchronous learning
Basics of synchronous learningBasics of synchronous learning
Basics of synchronous learning
 
When I Grow Up I Want to be an Educational Technologist (said no child ever)
When I Grow Up I Want to be an Educational Technologist (said no child ever)When I Grow Up I Want to be an Educational Technologist (said no child ever)
When I Grow Up I Want to be an Educational Technologist (said no child ever)
 
ETUG 2018-19 Community Survey
ETUG 2018-19 Community SurveyETUG 2018-19 Community Survey
ETUG 2018-19 Community Survey
 
LRNT 527 OER & Creative Commons Licenses
LRNT 527 OER & Creative Commons LicensesLRNT 527 OER & Creative Commons Licenses
LRNT 527 OER & Creative Commons Licenses
 
MALAT Symposium on OpenEd & CC licenses
MALAT Symposium on OpenEd & CC licensesMALAT Symposium on OpenEd & CC licenses
MALAT Symposium on OpenEd & CC licenses
 
How to Build an Open Textbook
How to Build an Open TextbookHow to Build an Open Textbook
How to Build an Open Textbook
 
Next Generation Digital Learning Environments (NGDLE)
Next Generation Digital Learning Environments (NGDLE)Next Generation Digital Learning Environments (NGDLE)
Next Generation Digital Learning Environments (NGDLE)
 
Open Tools Open Pedagogy
Open Tools Open PedagogyOpen Tools Open Pedagogy
Open Tools Open Pedagogy
 
Open Technology - The 3rd Pillar of Open Education
Open Technology - The 3rd Pillar of Open EducationOpen Technology - The 3rd Pillar of Open Education
Open Technology - The 3rd Pillar of Open Education
 
OE Ontario Workshop
OE Ontario WorkshopOE Ontario Workshop
OE Ontario Workshop
 
You built an open textbook in how many days?
You built an open textbook in how many days?You built an open textbook in how many days?
You built an open textbook in how many days?
 
eCampus Alberta Operational Retreat Open Education workshop
eCampus Alberta Operational Retreat Open Education workshopeCampus Alberta Operational Retreat Open Education workshop
eCampus Alberta Operational Retreat Open Education workshop
 
BC Open Textbook Project
BC Open Textbook ProjectBC Open Textbook Project
BC Open Textbook Project
 
Manitoba OTB
Manitoba OTBManitoba OTB
Manitoba OTB
 
OLTD Webinar
OLTD WebinarOLTD Webinar
OLTD Webinar
 
Finding and using Open Educational Resources
Finding and using Open Educational ResourcesFinding and using Open Educational Resources
Finding and using Open Educational Resources
 
Beyond Free: The BC Open Textbook Project BCNet
Beyond Free: The BC Open Textbook Project BCNetBeyond Free: The BC Open Textbook Project BCNet
Beyond Free: The BC Open Textbook Project BCNet
 

Recently uploaded

Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptxmary850239
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17Celine George
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research DiscourseAnita GoswamiGiri
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfChristalin Nelson
 

Recently uploaded (20)

Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx4.9.24 School Desegregation in Boston.pptx
4.9.24 School Desegregation in Boston.pptx
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Scientific Writing :Research Discourse
Scientific  Writing :Research  DiscourseScientific  Writing :Research  Discourse
Scientific Writing :Research Discourse
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdf
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 

One Button Publishing

  • 1. One Button Publishing • Brad Payne & Clint Lalonde • WordPress in Higher Education • May 29, 2014 @clintlalonde @bdolor
  • 2. Collaborative Programs & Shared Services open.bccampus.ca “Connect the expertise, programs, and resources of all BC post-secondary institutions under a collaborative service delivery framework” 2 3 Open Education Student Services & Data Exchange 1
  • 3. open.bccampus.ca “Connect the expertise, programs, and resources of all BC post-secondary institutions under a collaborative service delivery framework” 1 Open Education Support & promote the development & use of Open Educational Resources Support instructors who want to use technology in their teaching practice OER Global Logo by Jonathas Mello is licensed under a Creative Commons Attribution Unported 3.0 License
  • 4. What are OER? “Open Educational Resources (OERs) are any type of educational materials that are in the public domain or introduced with an open license. The nature of these open materials means that anyone can legally and freely copy, use, adapt and re-share them.” UNESCO http://www.unesco.org/new/en/communication-and-information/access-to-knowledge/open-educational-resources/ what-are-open-educational-resources-oers/ open.bccampus.ca
  • 6. BC Open Textbook Project open.bccampus.ca 40 free and open textbooks available for the highest enrolled 1st & 2nd year post-secondary subjects in BC First province in Canada Visual notes of John Yap announcement, Giulia Forsythe http://www.flickr.com/photos/gforsythe/8094691691/ Used under CC-BY-SA license
  • 7. We have a problem (2 actually) Images: http://www.openeducation.net/2009/09/17/beyond-textbooks-andy-chlup-discusses-digital-learning-models/ used under CC-BY license open.bccampus.ca
  • 8. Problem #1 Students spend $1200/yr on textbooks 4x rate of inflation over past 20 years 70% students have not purchased textbook for a course because of price open.bccampus.ca
  • 9. Free is more than just a good deal Page |
  • 11. Problem #2 Ownership & Control open.bccampus.ca iPod DRM by *n3wjack's world in pixels used under CC-BY-SA license eBook on eBook by DWRL at U Texas used under CC-BY-SA-NC license Students Faculty
  • 12. Issues & Goals Students Faculty Free Choice of formats ● Web ● Mobile ● Print ● eBook Can retain permanently open.bccampus.ca 1. Easy to find 2. Quality 3. Modify or create
  • 13. Additional Software Requirements ● Web based authoring - distributed collaboration ● Open Source ● Extensible & Customizable ● Remix different formats ● Output many formats - HTML, ePub, PDF, mobi ● Support open licenses (Creative Commons) open.bccampus.ca
  • 16. Faculty: Modify open.bccampus.ca Write Once Publish Many
  • 17. PressBooks open.bccampus.ca PressBooks.com https://github.com/pressbooks/pressbooks https://wordpress.org/plugins/pressbooks/
  • 18. PressBooks: What it does ● Export engine ● Custom book themes ● Modifies WP admin interface ● Changes from Post paradigm to Chapter paradigm ● One book, one site (require multi-site) open.bccampus.ca
  • 19. PressBooks: Root open.bccampus.ca One Book, One Site
  • 21. Faculty: Easy to find & evaluate open.bccampus.ca
  • 22. Faculty: Easy to find & evaluate open.bccampus.ca
  • 23. Student: Entry point to book open.bccampus.ca
  • 24. PressBooks: Book Example open.bccampus.ca http://opentextbc.ca/modernphilosophy/
  • 26. PressBooks Book admin open.bccampus.ca
  • 27. PressBooks Book admin: Text open.bccampus.ca
  • 28. PressBooks Book admin: Book Info open.bccampus.ca
  • 29. PressBooks Book admin: Themes open.bccampus.ca
  • 30. PressBooks Book admin: Export open.bccampus.ca
  • 31. PressBooks: Considerations ● Uses commercial PDF engine (PrinceXML) ● Requires standalone multi-site instance of WP open.bccampus.ca
  • 33. Context PressBooks is open source • modifications were only possible within this context • the narratives for open textbooks and open software are similar open.bccampus.ca
  • 35. Modifications PressBooks and PressBooks Textbook • What functionality is required for open textbooks? o about 16,500 code additions to PB core • What if that functionality deviates from pressbooks.com? open.bccampus.ca
  • 36. Symbiosis PressBooks and PressBooks Textbook open.bccampus.ca
  • 37. Reuse - PBT Plugin Creative Commons • the creative commons configurator • modifications made to allow derivative works open.bccampus.ca
  • 38. Revise - PBT plugin open.bccampus.ca
  • 39. Revise - PBT Plugin Adapt, Adjust, Modify • math equations - PB LaTeX plugin • table buttons - MCE Table button plugin • textbook buttons - MCE Textbook button plugin o exercises (with LRMI metadata) o key takeaways (with LRMI metadata) o learning objectives (with LRMI metadata) open.bccampus.ca
  • 40. Revise - PBT Plugin LaTeX image rendering service: Preserving images in export routine: open.bccampus.ca
  • 41. Remix - PBT Plugin open.bccampus.ca
  • 42. Remix - PBT Plugin Importer • EPUB • DOCX • ODT • WXR/XML Open Textbooks • Download links to 47 open textbooks open.bccampus.ca
  • 43. Remix - PBT Plugin Pseudocode (DOCX import): - test if it’s a valid Zip file - get the file paths to content and metadata - get the content and metadata - get endnotes, footnotes, and hyperlinks - process them (they are in separate documents), save them - import a monstrous XSLT stylesheet - throw the styled content into the DOM - parse by Chapter, insert into PB open.bccampus.ca
  • 44. Redistribute/Retain - PBT Plugin open.bccampus.ca
  • 45. Redistribute/Retain - PBT Plugin Textbook API • the solution to the problem of redistributing protected files got me thinking about how to implement textbook API’s Redistribute and retain files for free • Download links to each of the latest export files (epub, pdf, xhtml, hpub, mobi, wxr, icml) on the homepage open.bccampus.ca
  • 46. Redistribute/Retain - PBT Plugin open.bccampus.ca
  • 47. Download, import, reorder chapters open.bccampus.ca
  • 48. The future Enabling Adaptation Development of PB Community (Developer & User) ● https://github.com/BCcampus/pressbooks-textbook ● https://github.com/pressbooks/pressbooks Continued EDU & OTB specific enhancements open.bccampus.ca
  • 49. Thank You Questions? open.bccampus.ca @clintlalonde @bdolor #otsummit