Chris Pollett >
Students >
He [Bio] [Blog] [Deliverable #2:an sample EPUB book] [Deliverable #3:JS Sequitur algorithm] [Deliverable #4:DB schema design] |
CS298 ProposalA Javascript and PHP EPUB reader web applicationXiaqing He (kathyhxq@gmail.com) Advisor: Dr. Chris Pollett Committee Members: Dr. Austin Committee Members: Dr. Tseng Abstract:EPUB, like PDF and Word, is a format for representing documents in electronic form. It is used by many eReaders such as iBooks, Blackberry Playbooks, Sony Reader and so on. There is also browser add-on for Firefox to read EPUB files. One drawback of eReaders is Platform lock-in, and one drawback of an add-on is the inability to easily sync page positions across multiple devices. In this project, we will create a pure Javascript web application for the EPUB format which will solve both of these problems. CS297 Results
Proposed Schedule
Key Deliverables:
Innovations and Challenges
References:[Garrish2011] What is EPUB 3? Matt Garrish, O'Reilly Media, 2011. [Davies2012] Creating and formatting documents for e-readers using ePub, Davie,E , University of Leicester, 2012. [Chris2013] Grammar-based compression algorithm SEQUITUR, Chris Pollett, San Jose State University, 2013. [CakePHP2014] Guide of CakePHP: the rapid development php framework, Cake Software Foundation Inc., http://book.cakephp.org/2.0/en/index.php, 2014. [Wiki] References of compression and decompression with Javascript, |