Skip to content

Commit 6cd05fa

Browse files
authored
Merge pull request #382 from DDMAL/add-books
feat: add instrument resource metadata with restricted Google Drive links
2 parents 2dd3130 + 9537bf4 commit 6cd05fa

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"books": [
3+
{
4+
"title": "The Encyclopedia of Musical Instruments of Iran: Percussion, Bowed, and String Instruments",
5+
"volume": 1,
6+
"author": "Mohammad Reza Darvishi",
7+
"publisher": "Mahoor Institute of Culture and Arts",
8+
"year": 2001,
9+
"language": "Persian",
10+
"pages": 598,
11+
"isbn": "9789646409453",
12+
"link": "https://mahoor.com/en/book/806-the-encyclopaedia-of-musical-instruments-of-iran-1",
13+
"scan_location": "https://drive.google.com/file/d/1Qzq-I41Q5zZ-_xclgN34MXaP5xDKDfiU/view?usp=sharing"
14+
},
15+
{
16+
"title": "The Encyclopedia of Musical Instruments of Iran: Membranophones and Idiophones",
17+
"volume": 2,
18+
"author": "Mohammad Reza Darvishi",
19+
"publisher": "Mahoor Institute of Culture and Arts",
20+
"year": 2013,
21+
"language": "Persian",
22+
"pages": 708,
23+
"isbn": "9789648772036",
24+
"link": "https://www.mahoor.com/en/book/807-the-encyclopaedia-of-musical-instruments-of-iran-2",
25+
"scan_location": "https://drive.google.com/file/d/1IHYjrcqi6lC0GmMdX4J0FVc0cZoVkmN9/view?usp=sharing"
26+
},
27+
{
28+
"title": "The Encyclopedia of Musical Instruments of Iran: Woodwinds",
29+
"volume": 3,
30+
"author": "Mohammad Reza Darvishi",
31+
"publisher": "Mahoor Institute of Culture and Arts",
32+
"year": 2023,
33+
"language": "Persian",
34+
"pages": 324,
35+
"isbn": "9786229899762",
36+
"link": "https://www.mahoor.com/en/book/20823-The%20Encyclopaedia%20of%20Musical%20Instruments%20of%20Iran%203",
37+
"scan_location": "https://drive.google.com/file/d/1OQ19DuEoS8KHIcgo26knlqNYL5BEZnev/view?usp=sharing"
38+
},
39+
{
40+
"title": "The World Encyclopedia of Musical Instruments",
41+
"author": "Hassan Zandbaf",
42+
"publisher": "Rawzanah",
43+
"year": 1997,
44+
"language": "Persian",
45+
"pages": 311,
46+
"isbn": "9646176232",
47+
"link": "https://web.archive.org/web/20180920195542/http://www.ketab.ir/bookview.aspx?bookid=177683",
48+
"scan_location": "https://drive.google.com/file/d/1v0JXAKZLv7EW56T3WYgZSjFbteAoVr1n/view?usp=sharing"
49+
}
50+
]
51+
}

0 commit comments

Comments
 (0)