Datasets:
File size: 1,669 Bytes
fc753ca 2155a2b fc753ca 2155a2b fc753ca 2155a2b fc753ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
---
license: cc-by-sa-4.0
language:
- sr
- en
pretty_name: NARDUS Metapodaci
size_categories:
- 10K<n<100K
---
# Skup metapodataka sa platoforme NARDUS
Skup sadrži sledeće podatke o doktorskim disertacijama:
- URL disertacije
- Naslov na srpskom
- Naslov na engleskom
- Spisak mentora,
- Spisak članova komisije
- Autor,
- Datum objavljivanja
- URI
- Sažetak na srpskom
- Sažetak na engleskom
- Format
- Izdavač (fakultet)
- Prava pristupa
- URI licence
- Spisak kjučnih reči na srpskom
- Spisak kjučnih reči na engleskom
- URL do PDF-a
- RCUB ID
- Naučna oblast
```python
from datasets import load_dataset
dataset = load_dataset("jerteh/NARDUS-meta")
```
```python
print(dataset["train"][3088])
```
<div class="inline-flex flex-col" style="line-height: 1.5;">
<div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">Autor</div>
<a href="https://huggingface.co/Nikola-92">
<div class="flex">
<div
style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%;
background-size: cover; background-image: url(https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/656fa4e1b7b6010db395b74d/3W5VhwkSJ3JSGvlgsx2fx.jpeg?w=200&h=200&f=face)">
</div>
</div>
</a>
<div style="text-align: center; font-size: 16px; font-weight: 800">Nikola Janković</div>
<div>
<a href="https://huggingface.co/?">
<div style="text-align: center; font-size: 14px;">@Nikola-92</div>
</a>
</div>
</div>
</div>
Citation:
```bibtex
``` |