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

比較バージョン

キー

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

...

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

 

...

1. Download CHiLO Download CHiLO Producer

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

...

情報

https://github.com/cccties/CHiLO-Producer

 

2) GitHubからダウンロードしたCHiLO Producerを解凍すると、"chilo-producer-master" フォルダの下に次のフォルダが作成されます。

情報
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)

 

3) Copy "chilo-producer-master/chiloPro/template-series_english" to  "chilo-producer-master/chiloPro/" with name of your folder.

このフォルダ: "chilo-producer-master/chiloPro/name of your folder" がCHiLO Bookを作成するための作業用フォルダになります。

...

 

2. CHiLO Bookの構造

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

▶ "series information" sheet

 CHiLO Bookのシリーズの名前: series-name, 学習ゴールなどシリーズの紹介:series-introductionを入力します。

Image Modified

 ▶ "Book-list" sheet

シリーズに含まれるCHiLO Bookのタイトルをvol-1から順に記入します。

Image Modified

 

 ▶ "vol-x" sheet

1) シリーズのCHiLO Bookの数だけ、vol-nシートをコピーして、vol-1,vol-2・・・とシート名を変更します。

 

2) コピーしたvol-xシートに、CHiLO Lectureの情報を入力していきます。

page-type : CHiLO Lectureのpage-typeは"document"です。

Section : CHiLO Lectureのセクション名を入力します。

Topics : CHiLO LectureのTopicを順に入力していきます。

 

Image Modified Image Modified

 


3. CHiLO Lecture

▶ CHiLO Lectureの保存

1) Copy "vol-n" folder in the "chilo-producer-master/chiloPro/name of your folder", according to the number of CHiLO Books in series.

...

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

 

...

 

4. Add badgesAdd badges

The badge issued for each CHiLO Book is called a "small badge", and the badge issued after earning all the badges of the series or badges of specified CHiLO Books is called a "big badge".

...

情報

https://docs.moodle.org/29/en/Using_badges#Adding_a_course_badge

 

...

 

5. Add Community

By embedding a link to SNS such as Facebook, Twitter, Google+ or LinkdIn in the CHiLO Book, functions of CHiLO Community will be implemented.

In order to embed SNS links to CHiLO Book, form a group in the SNS you want to use. Then, enter the URL in the CHiLO Producer, which will be explained in more detail  below.  

 

...

 

6. 著者情報の設定

▶ chilo-producer-master/chiloPro/common/author.xlsx

...

注意

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

 

...


7.

...

 Prepare Learning Resources

 Prepare learning resources to embed onto the CHiLO Book. The learning resources are as follows.

...

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

...

 

8.

...

Output CHiLO Book

 

4) Output CHiLO Book

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

...