From 6d6cae53968e3c39fc8f5469a41522fad43d1e2f Mon Sep 17 00:00:00 2001 From: Yi Wang Date: Fri, 3 Mar 2017 15:28:57 -0800 Subject: [PATCH] Redo build.sh and re-generate --- build.sh | 9 +- fit_a_line/index.en.html | 251 ++++++++++ fit_a_line/index.html | 8 +- gan/index.html | 8 +- image_caption/index.html | 8 +- image_classification/index.en.html | 612 +++++++++++++++++++++++ image_classification/index.html | 8 +- image_detection/index.html | 8 +- image_qa/index.html | 8 +- label_semantic_roles/index.en.html | 582 ++++++++++++++++++++++ label_semantic_roles/index.html | 8 +- machine_translation/index.en.html | 759 +++++++++++++++++++++++++++++ machine_translation/index.html | 17 +- query_relationship/index.html | 8 +- recognize_digits/index.en.html | 47 +- recognize_digits/index.html | 333 +++++-------- recommender_system/index.en.html | 8 +- recommender_system/index.html | 8 +- skip_thought/index.html | 8 +- speech_recognition/index.html | 8 +- understand_sentiment/index.en.html | 15 +- understand_sentiment/index.html | 8 +- word2vec/index.en.html | 242 +++++++++ word2vec/index.html | 8 +- 24 files changed, 2644 insertions(+), 335 deletions(-) create mode 100644 fit_a_line/index.en.html create mode 100644 image_classification/index.en.html create mode 100644 label_semantic_roles/index.en.html create mode 100644 machine_translation/index.en.html create mode 100644 word2vec/index.en.html diff --git a/build.sh b/build.sh index 84ec951..8497a3d 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,9 @@ #!/bin/bash -for file in `find . -name '*.md' | grep -v '^./README.md'` -do - bash .tmpl/convert-markdown-into-html.sh $file > `dirname $file`/index.html +for i in $(du -a | grep '\.\/.\+\/README.md' | cut -f 2); do + .tmpl/convert-markdown-into-html.sh $i > $(dirname $i)/index.html +done + +for i in $(du -a | grep '\.\/.\+\/README.en.md' | cut -f 2); do + .tmpl/convert-markdown-into-html.sh $i > $(dirname $i)/index.en.html done diff --git a/fit_a_line/index.en.html b/fit_a_line/index.en.html new file mode 100644 index 0000000..b2492b2 --- /dev/null +++ b/fit_a_line/index.en.html @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + +
+
+ + + + + + + diff --git a/fit_a_line/index.html b/fit_a_line/index.html index 8114724..7bb9e8a 100644 --- a/fit_a_line/index.html +++ b/fit_a_line/index.html @@ -11,15 +11,15 @@ }, "HTML-CSS": { availableFonts: ["TeX"] } }); - - + + - + - + + + + + +
+
+ + + + + + + diff --git a/image_classification/index.html b/image_classification/index.html index a7dbe42..0e48c72 100644 --- a/image_classification/index.html +++ b/image_classification/index.html @@ -11,15 +11,15 @@ }, "HTML-CSS": { availableFonts: ["TeX"] } }); - - + + - + - + + + + + +
+
+ + + + + + + diff --git a/label_semantic_roles/index.html b/label_semantic_roles/index.html index 1bb6a7e..fca99fe 100644 --- a/label_semantic_roles/index.html +++ b/label_semantic_roles/index.html @@ -11,15 +11,15 @@ }, "HTML-CSS": { availableFonts: ["TeX"] } }); - - + + - + - + + + + + +
+
+ + + + + + + diff --git a/machine_translation/index.html b/machine_translation/index.html index f550508..09d4a4e 100644 --- a/machine_translation/index.html +++ b/machine_translation/index.html @@ -11,15 +11,15 @@ }, "HTML-CSS": { availableFonts: ["TeX"] } }); - - + + - + - + + + + + +
+
+ + + + + + + diff --git a/word2vec/index.html b/word2vec/index.html index 0382bd9..7814ee5 100644 --- a/word2vec/index.html +++ b/word2vec/index.html @@ -11,15 +11,15 @@ }, "HTML-CSS": { availableFonts: ["TeX"] } }); - - + + - + - +