Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
pretty_name: MeSH 2025 Update - Add Report
|
| 5 |
+
tags:
|
| 6 |
+
- hhs
|
| 7 |
+
- nlm
|
| 8 |
+
- api
|
| 9 |
+
- mesh
|
| 10 |
+
- terminologies
|
| 11 |
+
license: odbl
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# MeSH 2025 Update - Add Report
|
| 15 |
+
|
| 16 |
+
## Description
|
| 17 |
+
|
| 18 |
+
<b>(Includes MeSH 2023 and 2024 changes)</b> The MeSH 2025 Update - Add Report lists new Descriptors and Supplementary Concept Records (SCRs) that have been added to MeSH for the upcoming new release. It also includes terms that replace deleted terms, as well as new entry combinations (new precoordinated descriptor heading that replaces an existing descriptor/subheading combination). <b>This report includes MeSH changes from previous years, starting from 2023.</b>
|
| 19 |
+
|
| 20 |
+
## Dataset Details
|
| 21 |
+
|
| 22 |
+
- **Publisher**: National Library of Medicine
|
| 23 |
+
- **Last Modified**: 2024-12-16
|
| 24 |
+
- **Contact**: National Library of Medicine ([email protected])
|
| 25 |
+
|
| 26 |
+
## Source
|
| 27 |
+
|
| 28 |
+
Original data can be found at: https://datadiscovery.nlm.nih.gov/d/aq5t-7aga
|
| 29 |
+
|
| 30 |
+
## Usage
|
| 31 |
+
|
| 32 |
+
You can load this dataset using:
|
| 33 |
+
|
| 34 |
+
```python
|
| 35 |
+
from datasets import load_dataset
|
| 36 |
+
dataset = load_dataset('HHS-Official/mesh-2025-update-add-report')
|
| 37 |
+
```
|
| 38 |
+
## License
|
| 39 |
+
|
| 40 |
+
This dataset is licensed under http://opendefinition.org/licenses/odc-odbl/
|