Skip to content

Commit

Permalink
Initial (automated) commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Khemarato Bhikkhu committed Nov 11, 2024
1 parent ae74cdf commit 19aad1c
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 120 deletions.
Empty file added .nojekyll
Empty file.
30 changes: 30 additions & 0 deletions .zenodo.json
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"
}
10 changes: 8 additions & 2 deletions README.md
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).
18 changes: 18 additions & 0 deletions index.html
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>
118 changes: 0 additions & 118 deletions setup.py

This file was deleted.

0 comments on commit 19aad1c

Please sign in to comment.