子ページ
  • Development -How to Create CHiLO Book-

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

Demonstration video: How to create CHiLO Books

ウィジェット コネクタ
width360
urlhttps://www.youtube.com/watch?v=ETXPHxJdXro
height270

 

...

1. Add badges

CHiLO Bookの学習成果は、Moodleのデジタルバッジによって把握します。

...

ヒント
ビューページのURLとは、http://xxx.xxx.xx/mod/xxx/view.php?id=xxxxxのように、"view.php" が含まれるページ のURLです。

 

...

2. Create CHiLO Books

CHiLO Book can be created using CHiLO producer. CHiLO Producer is open source software and a java command line application for producing CHiLO Books.

...

情報
chilo-producer-master
  │ run.bat / run.sh     * Script to output CHiLO Book (for Windows / Unix-like OS)
  │
  ├ src           * Source file of the script
  │
(省略) 
  │ 
  └ chiloPro
   ├  template-series_english    *Template of the series foloder: copy this folder to create (English)
                      │ structure-books.xlsx * Structure file of CHiLO Book
                      │
           │           ├ vol-n  *Folder to save the learning resources to be embedded in CHiLO Book
                      │           ├ images      : copy according to the number of CHiLO Books to be created in the series.
                      │           ├ scripts
                      │           ├ text
           │           │           └ videos
                      │
           │           └ common * Folder used in common for the CHiLO Book created within the series folder
           │                        ├ images
           │                        ├ scripts
           │                        ├ styles           * Style sheet of the EPUB3 CHiLO Book
           │                        ├ text
           │                        ├ videos
           │                        └ web-styles   * Style sheet of the Web CHiLO Book
           │
   ├ common    * Folder used in common for all the CHiLO Books created within the chiloPro folder
   │   │ authors.xlsx       * Spreadsheet to enter information of the "About the Author" page
   │   │               
   │   ├ authorImages    * Folder to store the image of the author
   │   ├ 
images    * Images used in common        
   │   ├ 
scripts               * scripts used in common
   │   └ page-
templates * Template folder defining the page design 
   │                ├ epub3          * Template for EPUB3 CHiLO Book

   │                ├ 
ext-epub3    * Template for ext. EPUB3 CHiLO Book
   │                └ web             * Template for web CHiLO Book
   │
   ├ sample-series    * Sample of CHiLO Book series
   └
template-series  * Template of the series folder: copy this folder to create (Japanese)

 

2-1. 作業用フォルダの作成

1) "chilo-producer-master/chiloPro/name of your folder" の作成

...

ii. Change a name of "vol-n" folders you had copied to vol-1,vol-2,vol-3・・・.

 

2-2. Save and/or upload CHiLO Lecture

1) CHiLO Lectureの保存

Designのステップで作成した、CHiLO Lecture、Explanation text、Figureを作業用フォルダのvol-1,vol-2,vol-3・・・のvideosフォルダ、textフォルダ、imagesフォルダにCHiLO Book毎にそれぞれ保存します。

...

ヒント
https://www.youtube.com/watch?t=5&v=YrAdO44ezh8 → "YrAdO44ezh8" is the video-id for YouTube.

 

2-3. カバーイメージの保存

ブックカバー、セクションカバー(内表紙)の画像ファイルを保存します。

...

 * vol-x : x indicates volume of CHiLO Books.

 

2-4. structure-books.xlsxの作成

chilo-producer-master/chiloPro/name of your folder/structure-books.xlsxに、CHiLO Bookの構造を入力します。

...

video-id: Web version CHiLO Bookを作成する場合は入力してください。video-sharing websiteにアップロードしたビデオのIDを入力します。

 

2-5. Author information

"About the Author" page in Addendum sectionに表示される情報を設定します。ここで、設定する情報はwill be referred to by all the CHiLO Books created under the chiloPro folder.

...

注意

Match the sheet name with the one entered in "creator" of the [series-infomation] sheet of structure-books.xlsx.

ii. 著者情報を入力します。

 

2-6. Output CHiLO Book

CHiLO Producer can output two types of CHiLO Books: EPUB3 format EPUB3 CHiLO Book and HTML5 format Web CHiLO Book.

...

注意

Once you issue a command, the former CHiLO Book will be overwritten, so save it if necessary.

When you failed to output CHiLO Book, refer to Common errors.

...

 

3. Check the output CHiLO Book

 

▶ EPUB3 CHiLO Book

アウトプットされたEPUB3 CHiLO Bookは、chilo-producer-master/OutputBase/name of your folder/epub3にあります。

...