Dương Tiến Vinh commited on
Commit
acecf25
·
1 Parent(s): 2a2d6dc

chore: update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -57
README.md CHANGED
@@ -1,35 +1,37 @@
1
  ---
2
- # Example metadata to be added to a dataset card.
3
- # Full dataset card template at https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md
4
  language:
5
  - en
6
  - vi
7
- license: cc-by-sa-4.0 # Example: apache-2.0 or any license from https://hf.co/docs/hub/repositories-licenses
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
- <div align="center">
11
 
12
- <h1>bible</h1>
13
 
14
- <p>
15
- Data for v-bible app
16
- </p>
17
-
18
- </div>
19
-
20
- <br />
21
-
22
- <!-- Table of Contents -->
23
 
24
- # :notebook_with_decorative_cover: Table of Contents
25
 
26
  - [Data Structure](#data-structure)
27
- - [Roadmap](#compass-roadmap)
28
- - [Contributing](#wave-contributing)
29
- - [Code of Conduct](#scroll-code-of-conduct)
30
- - [License](#warning-license)
31
- - [Contact](#handshake-contact)
32
- - [Acknowledgements](#gem-acknowledgements)
 
 
33
 
34
  ## Data Structure
35
 
@@ -37,67 +39,61 @@ license: cc-by-sa-4.0 # Example: apache-2.0 or any license from https://hf.co/do
37
  [v-bible/js-sdk](https://github.com/v-bible/js-sdk).
38
 
39
  - `misc/proper-names.json`: Name translation from
40
- [ktcgkpv.org](https://ktcgkpv.org/), generated from
41
  [v-bible/bible-scraper](https://github.com/v-bible/bible-scraper).
42
 
43
  - `liturgical`: Liturgical data from
44
- [The Lectionary for Mass (1998/2002 USA Edition)](https://catholic-resources.org/Lectionary/1998USL.htm)
45
- compiled by Felix Just, S.J., Ph.D., generated from
46
  [v-bible/bible-scraper](https://github.com/v-bible/bible-scraper).
47
 
48
- - `books/bible`: Generated bible markdown data.
49
-
50
- <!-- Roadmap -->
51
 
52
- ## :compass: Roadmap
53
-
54
- - [ ] Add YOUCAT data.
55
 
56
- <!-- Contributing -->
57
 
58
- ## :wave: Contributing
59
 
60
- Contributions are always welcome!
61
 
62
- Please read the [contribution guidelines](./CONTRIBUTING.md).
63
 
64
- <!-- Code of Conduct -->
 
65
 
66
- ### :scroll: Code of Conduct
67
 
68
  Please read the [Code of Conduct](./CODE_OF_CONDUCT.md).
69
 
70
- <!-- License -->
71
 
72
- ## :warning: License
73
 
74
  This project is licensed under the **Creative Commons
75
  Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)**
76
- License.
77
 
78
- [![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/).
79
 
80
- See the **[LICENSE.md](./LICENSE.md)** file for full details.
81
-
82
- <!-- Contact -->
83
 
84
- ## :handshake: Contact
85
 
86
- Duong Vinh - [@duckymomo20012](https://twitter.com/duckymomo20012) -
87
88
 
89
- Project Link:
90
- [https://huggingface.co/datasets/v-bible/bible](https://huggingface.co/datasets/v-bible/bible).
91
 
92
- <!-- Acknowledgments -->
93
 
94
- ## :gem: Acknowledgements
95
 
96
- Here are useful resources and libraries that we have used in our projects:
97
 
98
- - [bible.com](https://www.bible.com/): bible.com website.
99
- - [biblegateway.com](https://www.biblegateway.com/): biblegateway.com website.
100
- - [ktcgkpv.org](https://ktcgkpv.org/): Nhóm Phiên Dịch Các Giờ Kinh Phụng Vụ
101
- website.
102
- - [The Lectionary for Mass (1998/2002 USA Edition)](https://catholic-resources.org/Lectionary/1998USL.htm):
103
- compiled by Felix Just, S.J., Ph.D.
 
1
  ---
 
 
2
  language:
3
  - en
4
  - vi
5
+ license: cc-by-nc-sa-4.0
6
+ tags:
7
+ - bible
8
+ - religion
9
+ - scripture
10
+ - translation
11
+ - dataset
12
+ pretty_name: Bible Dataset by v-bible
13
+ size_categories:
14
+ - 100M<n<1B
15
+ viewer: false
16
  ---
17
 
18
+ # Bible Dataset by v-bible
19
 
20
+ Data for the [v-bible app](https://github.com/v-bible).
21
 
22
+ ---
 
 
 
 
 
 
 
 
23
 
24
+ ## Table of Contents
25
 
26
  - [Data Structure](#data-structure)
27
+ - [Roadmap](#roadmap)
28
+ - [Contributing](#contributing)
29
+ - [Code of Conduct](#code-of-conduct)
30
+ - [License](#license)
31
+ - [Contact](#contact)
32
+ - [Acknowledgements](#acknowledgements)
33
+
34
+ ---
35
 
36
  ## Data Structure
37
 
 
39
  [v-bible/js-sdk](https://github.com/v-bible/js-sdk).
40
 
41
  - `misc/proper-names.json`: Name translation from
42
+ [ktcgkpv.org](https://ktcgkpv.org/), generated by
43
  [v-bible/bible-scraper](https://github.com/v-bible/bible-scraper).
44
 
45
  - `liturgical`: Liturgical data from
46
+ [The Lectionary for Mass (1998/2002 USA Edition)](https://catholic-resources.org/Lectionary/1998USL.htm),
47
+ compiled by Felix Just, S.J., Ph.D., and generated by
48
  [v-bible/bible-scraper](https://github.com/v-bible/bible-scraper).
49
 
50
+ - `books/bible`: Generated Bible markdown data.
 
 
51
 
52
+ ---
 
 
53
 
54
+ ## Roadmap
55
 
56
+ - [ ] Add YOUCAT data
57
 
58
+ ---
59
 
60
+ ## Contributing
61
 
62
+ Contributions are always welcome! Please read the
63
+ [contribution guidelines](./CONTRIBUTING.md).
64
 
65
+ ### Code of Conduct
66
 
67
  Please read the [Code of Conduct](./CODE_OF_CONDUCT.md).
68
 
69
+ ---
70
 
71
+ ## License
72
 
73
  This project is licensed under the **Creative Commons
74
  Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)**
75
+ License. See the [LICENSE.md](./LICENSE.md) file for full details.
76
 
77
+ [![License: CC BY-NC-SA 4.0](https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
78
 
79
+ ---
 
 
80
 
81
+ ## Contact
82
 
83
+ **Duong Vinh** Twitter: [@duckymomo20012](https://twitter.com/duckymomo20012)
84
85
 
86
+ Project link:
87
+ [https://huggingface.co/datasets/v-bible/bible](https://huggingface.co/datasets/v-bible/bible)
88
 
89
+ ---
90
 
91
+ ## Acknowledgements
92
 
93
+ Resources and libraries used:
94
 
95
+ - [bible.com](https://www.bible.com/)
96
+ - [biblegateway.com](https://www.biblegateway.com/)
97
+ - [ktcgkpv.org](https://ktcgkpv.org/)
98
+ - [The Lectionary for Mass (1998/2002 USA Edition)](https://catholic-resources.org/Lectionary/1998USL.htm)
99
+ by Felix Just, S.J., Ph.D.