The "NaturalDB" is an open-source platform designed to manage, collect, and showcase natural history specimens and biodiversity data. This platform supports institutions in cataloging, curating, and publish the collections to other biodiversity information standards, like Darwin core.
The following are some online examples:
Cdoe | Title | Chinese Title | URL | status |
---|---|---|---|---|
HAST | Biodiversity Research Museum, Herbarium, Academia Sinica | 中央研究院植物標本館 | https://hast.biodiv.tw | release 🟢 |
TaiBOL | Taiwan Barcode of Life | 台灣野生生物遺傳物質冷凍典藏計畫 | https://taibol.biodiv.tw | beta🟡 |
PPI | National Pingtung University of Science and Technology | 國立屏東科技大學森林系植物標本館 | https://ppi.naturedb.org/data | alpha 🔴 |
- Specimen Data Integration: Collect, manage, and display natural history specimen data from museums and research institutions worldwide.
- Diversity Data Visualization: Offers rich data visualization tools to explore biodiversity patterns.
- API Support: Provides an open API for third-party application integration.
- Collection Management: Tools for cataloging and curating specimens, including metadata management, tagging, and categorization.
- Multilingual Support: The platform supports traditional Chinese and English.
- Dashboard: can edit specimen collection data, and generate reports on collection statistics, specimen inventory, and data usage.
Before installing, ensure your system meets the following requirements:
- Docker (optional): For containerized deployment
-
Clone the repository:
git clone https://github.com/TaiBIF/naturedb.git cd naturedb
-
Create .env: copy dotenv.sample & edit
cp dotenv.sample .env
-
Build docker image:
docker compose -f compose.yml -f compose.override.yml -f compose.upgrade.yml build
-
Initialize database
postgres: create database naturedb; flask migrate insert init-db.sql
-
Start the application:
docker compose -f compose.yml -f compose.prod.yml up
-
Set local DNS:
edit /etc/hosts
127.0.0.1 foo.bar.com
database table: site add domain field
insert site admin account
- Visit
http://foo.bar.com:5000
in your browser to access the platform.
- Browse Specimens: Visit the homepage of the platform to search and browse natural history specimens.
- Pages: Visit static pages like: about us, contact and dynamic pages: news, related links...
- API Usage: not ready.
- Cataloging Specimens: Use the collection management interface to catalog new specimens, including the input of metadata such as species name, collection date, location, and more.
- Curating Collections: Organize specimens into collections, adding tags and categories to facilitate easy retrieval and browsing.
- User Roles and Permissions: Assign roles such as administrator, curator, or researcher to manage who can add, edit, or view specific parts of the collection.
- Reporting: Generate reports on the number of specimens, their condition, and other collection-related metrics to help manage the inventory and share insights with stakeholders.
We welcome contributions from developers, curators, and researchers! Here’s how you can get involved:
- Fork the repository and clone it locally.
- Create a new branch for your changes:
git checkout -b my-feature-branch
- Commit your changes and push them to your remote repository:
git push origin my-feature-branch
- Create a Pull Request, describing your changes.
This project is licensed under the MIT License. You are free to use, modify, and distribute this project, but please retain the original author's credit.
If you have any questions or suggestions, feel free to reach out to us:
- Email: [email protected]
- Issue Tracker: GitHub Issues