Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
procesaur commited on
Commit
fc753ca
1 Parent(s): 5bd806b

Create README.md

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