generated from buddhist-uni/contentbucket
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Khemarato Bhikkhu
committed
Nov 11, 2024
1 parent
ae74cdf
commit 19aad1c
Showing
5 changed files
with
56 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"title": "The Open Buddhist University mediumfiles", | ||
"keywords": ["buddhism"], | ||
"upload_type": "lesson", | ||
"description": "<p>A collection of free-distribution files for teaching Buddhism and related topics.</p>", | ||
"creators": [{ | ||
"name": "Khemarato Bhikkhu", | ||
"orcid": "0000-0003-4738-7882" | ||
}], | ||
"access_right": "open", | ||
"license": "cc-by-nc-4.0", | ||
"related_identifiers": [ | ||
{ | ||
"relation": "isPartOf", | ||
"identifier": "https://www.buddhistuniversity.net" | ||
},{ | ||
"relation": "isPreviousVersionOf", | ||
"identifier": "https://github.com/buddhist-uni/mediumfiles" | ||
},{ | ||
"relation": "isRequiredBy", | ||
"identifier": "https://doi.org/10.5281/zenodo.4448510" | ||
} | ||
], | ||
"subjects": [{ | ||
"term": "Buddhism", | ||
"identifier": "https://id.loc.gov/authorities/subjects/sh85017454.html", | ||
"scheme": "url" | ||
}], | ||
"language": "eng" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# contentbucket template | ||
# mediumfiles | ||
|
||
Simply run `python setup.py` to establish the new content bucket repo! | ||
This is a simple collection of mostly | ||
[Creative Commons Non-Commercial (No Derivatives) Licence](https://creativecommons.org/licenses/by-nc-nd/4.0/)d | ||
content used by the [Open Buddhist University](https://www.buddhistuniversity.net/). | ||
|
||
For more information about an item's source, | ||
[look up its entry on the website](https://www.buddhistuniversity.net/search/) | ||
or cross reference these files against [our BibTex database](https://buddhistuniversity.net/content.bib). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>mediumfiles @ The Open Buddhist University</title> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css"> | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<h1 class="title">The mediumfiles Content Bucket</h1> | ||
<h2 class="subtitle">@ The Open Buddhist University</h2> | ||
<p> | ||
<a href="https://github.com/buddhist-uni/mediumfiles">https://github.com/buddhist-uni/mediumfiles</a> | ||
</p> | ||
</div> | ||
</body> | ||
</html> |