Skip to content

Commit bec2cde

Browse files
fix: add LICENSE.md and README.md back into the book
1 parent f57287b commit bec2cde

File tree

2 files changed

+79
-0
lines changed

2 files changed

+79
-0
lines changed

book/LICENSE.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: License
3+
date: 2024-08-15
4+
authors:
5+
- name: Dimitri Yatsenko
6+
---
7+
8+
9+
© Dimitri Yatsenko, 2024. All rights reserved.
10+
11+
# Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License
12+
13+
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
14+
15+
## 1. License
16+
17+
You are free to:
18+
- **Share** — copy and redistribute the material in any medium or format
19+
20+
Under the following terms:
21+
- **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
22+
- **NonCommercial** — You may not use the material for commercial purposes.
23+
- **NoDerivatives** — If you remix, transform, or build upon the material, you may not distribute the modified material.
24+
25+
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
26+
27+
## 2. Notices:
28+
29+
- You do not have to comply with the license for elements of the material in the public domain or where your use is permitted by an applicable exception or limitation.
30+
- No warranties are given. The license may not give you all of the permissions necessary for your intended use. For example, other rights such as publicity, privacy, or moral rights may limit how you use the material.

book/README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: The DataJoint Book
3+
date: 2024-08-20
4+
authors:
5+
- name: Dimitri Yatsenko
6+
---
7+
8+
© Dimitri Yatsenko, 2024. All rights reserved.
9+
10+
[![License: CC BY-NC-ND 4.0](https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-nd/4.0/)
11+
12+
13+
# Welcome
14+
15+
Welcome to **The DataJoint Book**. It book provides a complete introduction to database programming for scientific data and computations.
16+
17+
```{image} ./images/neuron.png
18+
:alt: contemplating neuron
19+
:class: bg-primary mb-1
20+
:width: 400px
21+
:align: center
22+
```
23+
24+
# License
25+
26+
This work is licensed under the [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](LICENSE.md).
27+
You may share the content as long as you
28+
* give appropriate credit
29+
* do not use it for commercial purposes
30+
* do not make modifications
31+
32+
# Official Documentation
33+
Official documentation for DataJoint can be found here:
34+
35+
* Overall documentation: https://datajoint.com/docs
36+
37+
* DataJoint-Python Official Documentation: https://datajoint.com/docs/core/datajoint-python/
38+
- hosted at https://github.com/datajoint/datajoint-python/
39+
40+
* Legacy documentation: https://datajoint.github.io/datajoint-docs-original/python/
41+
- hosted at https://github.com/datajoint/datajoint-docs-original
42+
43+
44+
# Contributions
45+
46+
We welcome and appreciate your contributions to this book, whether as a reviewer or as a contributor.
47+
All contributions will be gratefully acknowledged.
48+
You may suggest modifications by submitting an issue in the main [GitHub repository](https://github.com/dimitri-yatsenko/datajoint-book/issues) for this book.
49+
For more substrantial contributions and collaborations, including co-authorship and publications, please contact Dimitri Yatsenko.

0 commit comments

Comments
 (0)