-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
57 lines (57 loc) · 1.57 KB
/
data.json
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
{
"contents": [
{
"authors": [
"George Orwell"
],
"date": "01/01/1949",
"edition": "1st",
"isbn": "978-1443434973",
"publisher": "Secker & Warburg",
"title": "1984",
"type": "book"
},
{
"authors": [
"Pierre Mounier-Kuhn"
],
"date": "01/01/2012",
"doi": "10.7560/IC47402",
"issue": 4,
"page1": 414,
"page2": 456,
"publisher": "Information & Culture",
"title": "Computer Science in French Universities: Early Entrants and Latecomers",
"type": "article",
"volume": 47
},
{
"authors": [
"Charles Piller"
],
"date": "12/01/2021",
"doi": "10.1126/science.371.6527.331",
"issue": 6527,
"page1": 331,
"page2": 332,
"publisher": "Science",
"title": "Disgraced COVID-19 studies are still routinely cited",
"type": "article",
"volume": 371
},
{
"authors": [
"Google"
],
"date": "03/01/2024",
"title": "Principles of navigation",
"type": "webpage",
"url": "https://developer.android.com/guide/navigation/principles",
"website": "Android Developers"
}
],
"settings": {
"appearance": 0,
"savePath": "data.json"
}
}