latest changes
This commit is contained in:
parent
bb5b890672
commit
c14cd6c004
62
library.py
62
library.py
@ -94,34 +94,34 @@ def exchange():
|
||||
return render_template('exchange.html')
|
||||
|
||||
|
||||
@app.route('/test/', methods=['GET','POST'])
|
||||
def test():
|
||||
print("test")
|
||||
clicked=None
|
||||
bundle = "bundle.zip"
|
||||
# zipObj = ZipFile(bundle, 'w')
|
||||
|
||||
if request.method == "POST":
|
||||
# clicked=request.form['data']
|
||||
listofselecteddocs = request.get_json()
|
||||
print("hallo")
|
||||
print(listofselecteddocs)
|
||||
print("hola")
|
||||
|
||||
|
||||
with ZipFile(bundle, 'w') as zipObj2:
|
||||
# Add multiple files to the zip
|
||||
|
||||
readmeabsname = 'static/default-files/hello.txt'
|
||||
readmearcname = "hello.txt"
|
||||
zipObj2.write(readmeabsname,readmearcname)
|
||||
|
||||
for doc in listofselecteddocs:
|
||||
absname = 'static/files/'+doc
|
||||
print(doc)
|
||||
arcname = os.path.basename(doc)
|
||||
zipObj2.write(absname, arcname)
|
||||
|
||||
|
||||
|
||||
return send_file(bundle, mimetype='application/zip', attachment_filename="bundle.zip", as_attachment=True)
|
||||
# @app.route('/test/', methods=['GET','POST'])
|
||||
# def test():
|
||||
# print("test")
|
||||
# clicked=None
|
||||
# bundle = "bundle.zip"
|
||||
# # zipObj = ZipFile(bundle, 'w')
|
||||
#
|
||||
# if request.method == "POST":
|
||||
# # clicked=request.form['data']
|
||||
# listofselecteddocs = request.get_json()
|
||||
# print("hallo")
|
||||
# print(listofselecteddocs)
|
||||
# print("hola")
|
||||
#
|
||||
#
|
||||
# with ZipFile(bundle, 'w') as zipObj2:
|
||||
# # Add multiple files to the zip
|
||||
#
|
||||
# readmeabsname = 'static/default-files/hello.txt'
|
||||
# readmearcname = "hello.txt"
|
||||
# zipObj2.write(readmeabsname,readmearcname)
|
||||
#
|
||||
# for doc in listofselecteddocs:
|
||||
# absname = 'static/files/'+doc
|
||||
# print(doc)
|
||||
# arcname = os.path.basename(doc)
|
||||
# zipObj2.write(absname, arcname)
|
||||
#
|
||||
#
|
||||
#
|
||||
# return send_file(bundle, mimetype='application/zip', attachment_filename="bundle.zip", as_attachment=True)
|
||||
|
@ -1,3 +1,48 @@
|
||||
@font-face {
|
||||
font-family: "Euripides";
|
||||
src: url("fonts/Euripides-SemiBold_web.woff") format("woff"),
|
||||
url("fonts/Euripides-SemiBold_web.woff2") format("woff2"),
|
||||
url("fonts/Euripides.otf") format("otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Cirrus";
|
||||
src: url("fonts/CirrusCumulus.woff") format("woff"),
|
||||
url("fonts/CirrusCumulus.ttf") format("ttf"),
|
||||
url("fonts/CirrusCumulus.otf") format("otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Coconat";
|
||||
src: url("fonts/Coconat-Regular.woff") format("woff"),
|
||||
url("fonts/Coconat-Regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Kaerukaeru";
|
||||
src: url("fonts/kaerukaeru-Regular.woff") format("woff"),
|
||||
url("fonts/kaerukaeru-Regular.woff2") format("woff2"),
|
||||
url("fonts/kaerukaeru-Regular.otf") format("otf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "ApfelGrotezk";
|
||||
src: url("fonts/ApfelGrotezk-Regular.woff") format("woff"),
|
||||
url("fonts/ApfelGrotezk-Regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Phili";
|
||||
src: url("fonts/PhiliItaRus.woff") format("woff"),
|
||||
url("fonts/PhiliItaRus.ttf") format("ttf");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Certegeska";
|
||||
src: url("fonts/CertegeskaStraight.woff") format("woff"),
|
||||
url("fonts/CertegeskaStraight.ttf") format("ttf");
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@ -5,8 +50,11 @@
|
||||
body{
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
font-family: 'Cirrus';
|
||||
}
|
||||
|
||||
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
@ -64,7 +112,7 @@ li span.nav-button {
|
||||
display: block;
|
||||
text-decoration: none;
|
||||
padding: 0.25em;
|
||||
font-family: sans-serif;
|
||||
font-family: 'Cirrus', sans-serif;
|
||||
float: left;
|
||||
width: 33.33%;
|
||||
}
|
||||
@ -180,8 +228,7 @@ height: inherit;
|
||||
}
|
||||
|
||||
/* Works on Chrome/Edge/Safari */
|
||||
/* ccl: disabled it because it was causing the red stripe */
|
||||
/* *::-webkit-scrollbar {
|
||||
*::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
*::-webkit-scrollbar-track {
|
||||
@ -191,7 +238,7 @@ height: inherit;
|
||||
background-color: #8048b7;
|
||||
border-radius: 20px;
|
||||
border: 3px solid #ea4f2b;
|
||||
} */
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -230,7 +277,7 @@ button {
|
||||
}
|
||||
|
||||
button:hover {
|
||||
cursor: pointer;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button#listoffiles {
|
||||
@ -246,7 +293,7 @@ button#listoffiles:hover {
|
||||
background: white !important;
|
||||
}
|
||||
|
||||
button#about {
|
||||
/* button#about {
|
||||
position: fixed;
|
||||
left: 47.25%;
|
||||
top: 49%;
|
||||
@ -258,6 +305,21 @@ button#about {
|
||||
button#about:hover {
|
||||
background: white !important;
|
||||
cursor: pointer;
|
||||
} */
|
||||
|
||||
button#about {
|
||||
position: fixed;
|
||||
left: 48.25%;
|
||||
top: 47%;
|
||||
background: #f0f0f0;;
|
||||
border-radius: 100%;
|
||||
padding: 1.6em 0.8em;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
button#about:hover {
|
||||
background: #ea4f2b;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button#reset {
|
||||
|
@ -1,19 +1,5 @@
|
||||
[{
|
||||
"method": "bought",
|
||||
"debrisname": "180712_hp_agreementconditions_2018_2019_amypickles.pdf",
|
||||
"debrispath": "BOUGHT/180712_hp_agreementconditions_2018_2019_amypickles.pdf",
|
||||
"librarian": [
|
||||
"WDKA"
|
||||
]
|
||||
},{
|
||||
"method": "bought",
|
||||
"debrisname": "AmyPickles_TutorEvaluationsWDKAElectiveProgram2018.pdf",
|
||||
"debrispath": "BOUGHT/amypickles_tutorevaluationsWDKAelectiveprogram2018.pdf",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "bought",
|
||||
"debrisname": "angela_davis_voices_of_resistance_excerpt1.pdf",
|
||||
"debrispath": "BOUGHT/debris.bought.references/debris.bought.references.angela_davis_voices_of_resistance_excerpt1.pdf",
|
||||
"librarian": [
|
||||
@ -84,6 +70,27 @@
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "bought",
|
||||
"debrisname": "sara_ahmed_queer_phenomenology.pdf",
|
||||
"debrispath": "BOUGHT/debris.bought.references/debris.bought.references.sara_ahmed_queer_phenomenology.pdf",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "bought",
|
||||
"debrisname": "bhambra_gebrial_nisancioglu_decolonize_the_university.pdf",
|
||||
"debrispath": "BOUGHT/debris.bought.references/debris.bought.references.bhambra_gebrial_nisancioglu_decolonize_the_university.pdf",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "bought",
|
||||
"debrisname": "aziz_choudry_state_surveillance.pdf",
|
||||
"debrispath": "BOUGHT/debris.bought.references/debris.bought.references.aziz_choudry_state_surveillance.pdf",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "copied",
|
||||
"debrisname": "-stevenconnor_dumbstruck_chapter6and7.pdf",
|
||||
"debrispath": "COPIED/debris.copied.choreographies_for_phantom_limbs/debris.copied.references.choreographies_for_phantom_limbs.-stevenconnor_dumbstruck_chapter6and7.pdf",
|
||||
@ -263,21 +270,21 @@
|
||||
},{
|
||||
"method": "copied",
|
||||
"debrisname": "doctor-_lawyer-_indian_chief.pdf",
|
||||
"debrispath": "COPIED/debris.copied.memory_as_palimpsest?/debris.copied.references.memory_as_palimpsest?.doctor-_lawyer-_indian_chief.pdf",
|
||||
"debrispath": "COPIED/debris.copied.memory_as_palimpsest/debris.copied.references.memory_as_palimpsest.doctor-_lawyer-_indian_chief.pdf",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "copied",
|
||||
"debrisname": "picturing_the_past_in_namibia_the_visual.pdf",
|
||||
"debrispath": "COPIED/debris.copied.memory_as_palimpsest?/debris.copied.references.memory_as_palimpsest?.picturing_the_past_in_namibia_the_visual.pdf",
|
||||
"debrispath": "COPIED/debris.copied.memory_as_palimpsest/debris.copied.references.memory_as_palimpsest.picturing_the_past_in_namibia_the_visual.pdf",
|
||||
"librarian": [
|
||||
"Eric"
|
||||
]
|
||||
},{
|
||||
"method": "copied",
|
||||
"debrisname": "WDKAmakesadifference-reader2017.pdf",
|
||||
"debrispath": "COPIED/debris.copied.memory_as_palimpsest?/debris.copied.references.memory_as_palimpsest?.WDKAmakesadifference-reader2017.pdf",
|
||||
"debrispath": "COPIED/debris.copied.memory_as_palimpsest/debris.copied.references.memory_as_palimpsest.WDKAmakesadifference-reader2017.pdf",
|
||||
"librarian": [
|
||||
"Teana"
|
||||
]
|
||||
@ -324,7 +331,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max"
|
||||
@ -337,7 +344,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max"
|
||||
@ -350,7 +357,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max"
|
||||
@ -363,7 +370,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max"
|
||||
@ -376,7 +383,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max"
|
||||
@ -389,7 +396,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max"
|
||||
@ -508,8 +515,8 @@
|
||||
]
|
||||
},{
|
||||
"method": "copied",
|
||||
"debrisname": "17_friendshipcopy.pdf",
|
||||
"debrispath": "COPIED/debris.copied.sound_out/debris.copied.references.sound_out.17_friendshipcopy.pdf",
|
||||
"debrisname": "sound_out.17_friendship.pdf",
|
||||
"debrispath": "COPIED/debris.copied.sound_out/debris.copied.references.sound_out.17_friendship.pdf",
|
||||
"librarian": [
|
||||
"Mariana"
|
||||
]
|
||||
@ -650,7 +657,7 @@
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "aaronssoundday.pdf",
|
||||
"debrispath": "FOUND/debris.found.feel/debris.found.SSW_lumsden_primary_school.aaronssoundday.pdf",
|
||||
"debrispath": "FOUND/debris.found.feel/debris.found.ssw_lumsden_primary_school.aaronssoundday.pdf",
|
||||
"librarian": [
|
||||
"SSW",
|
||||
"Amy",
|
||||
@ -662,7 +669,7 @@
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "leossoundday.pdf",
|
||||
"debrispath": "FOUND/debris.found.feel/debris.found.SSW_lumsden_primary_school.leossoundday.pdf",
|
||||
"debrispath": "FOUND/debris.found.feel/debris.found.ssw_lumsden_primary_school.leossoundday.pdf",
|
||||
"librarian": [
|
||||
"SSW",
|
||||
"Amy",
|
||||
@ -674,7 +681,7 @@
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "mariassoundday.pdf",
|
||||
"debrispath": "FOUND/debris.found.feel/debris.found.SSW_lumsden_primary_school.mariassoundday.pdf",
|
||||
"debrispath": "FOUND/debris.found.feel/debris.found.ssw_lumsden_primary_school.mariassoundday.pdf",
|
||||
"librarian": [
|
||||
"SSW",
|
||||
"Amy",
|
||||
@ -836,15 +843,15 @@
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "electiveonmyWDKA.1.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.choreographies_for_phantom_limbs.electiveonmyWDKA.1.jpg",
|
||||
"debrisname": "electiveWDKA1.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.choreographies_for_phantom_limbs.electivewdka1.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "electiveonmyWDKA.2.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.choreographies_for_phantom_limbs.electiveonmyWDKA.2.jpg",
|
||||
"debrisname": "electiveWDKA2.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.choreographies_for_phantom_limbs.electivewdka2.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
@ -1128,24 +1135,24 @@
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "memory_as_palimpest?.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.memory_as_palimpest?.jpg",
|
||||
"debrisname": "memory_as_palimpest.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.memory_as_palimpest.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "memory_as_palimpest?2.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.memory_as_palimpest?2.jpg",
|
||||
"debrisname": "memory_as_palimpest2.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.memory_as_palimpest2.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "memory_as_palimpest?3.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.memory_as_palimpest?3.jpg",
|
||||
"debrisname": "memory_as_palimpest3.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.memory_as_palimpest3.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Julie"
|
||||
@ -1207,7 +1214,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max",
|
||||
@ -1221,7 +1228,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max",
|
||||
@ -1235,7 +1242,7 @@
|
||||
"Alana",
|
||||
"Gentian",
|
||||
"Laurie",
|
||||
"Matias",
|
||||
"Mathijs",
|
||||
"Scott",
|
||||
"Stacy",
|
||||
"Max",
|
||||
@ -1337,136 +1344,136 @@
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_gum.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_gum.jpg",
|
||||
"debrisname": "ssw_lumsden_gum.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_gum.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_gum2.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_gum2.jpg",
|
||||
"debrisname": "ssw_lumsden_gum2.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_gum2.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_horizon.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_horizon.jpg",
|
||||
"debrisname": "ssw_lumsden_horizon.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_horizon.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_listen.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_listen.jpg",
|
||||
"debrisname": "ssw_lumsden_listen.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_listen.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_look.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_look.jpg",
|
||||
"debrisname": "ssw_lumsden_look.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_look.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_pile.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_pile.jpg",
|
||||
"debrisname": "ssw_lumsden_pile.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_pile.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "dsc_7502.JPG",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_primary_school.dsc_7502.JPG",
|
||||
"debrisname": "ssw_lumsden_primary_school.dsc_7502.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_primary_school.dsc_7502.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "dsc_7505.JPG",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_primary_school.dsc_7505.JPG",
|
||||
"debrisname": "ssw_lumsden_primary_school.dsc_7505.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_primary_school.dsc_7505.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "dsc_7506.JPG",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_primary_school.dsc_7506.JPG",
|
||||
"debrisname": "ssw_lumsden_primary_school.dsc_7506.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_primary_school.dsc_7506.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "dsc_7513.JPG",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_primary_school.dsc_7513.JPG",
|
||||
"debrisname": "ssw_lumsden_primary_school.dsc_7513.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_primary_school.dsc_7513.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "dsc_7514.JPG",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_primary_school.dsc_7514.JPG",
|
||||
"debrisname": "ssw_lumsden_primary_school.dsc_7514.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_primary_school.dsc_7514.jpg",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "fix_it!.png",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_primary_school.fix_it!.png",
|
||||
"debrisname": "ssw_lumsden_primary_school.fix_it.png",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_primary_school.fix_it.png",
|
||||
"librarian": [
|
||||
"Lumsden_Primary_School"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "iphone6s-raw-materials.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_primary_school.iphone6s-raw-materials.jpg",
|
||||
"debrisname": "ssw_lumsden_primary_school.iphone6s-raw-materials.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_primary_school.iphone6s-raw-materials.jpg",
|
||||
"librarian": [
|
||||
"Cyberspace"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_snack.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_snack.jpg",
|
||||
"debrisname": "ssw_lumsden_snack.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_snack.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_spoon.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_spoon.jpg",
|
||||
"debrisname": "ssw_lumsden_spoon.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_spoon.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_stick.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_stick.jpg",
|
||||
"debrisname": "ssw_lumsden_stick.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_stick.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_stick2.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_stick2.jpg",
|
||||
"debrisname": "ssw_lumsden_stick2.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_stick2.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "found",
|
||||
"debrisname": "SSW_lumsden_workshop.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.SSW_lumsden_workshop.jpg",
|
||||
"debrisname": "ssw_lumsden_workshop.jpg",
|
||||
"debrispath": "FOUND/debris.found.look/debris.found.look.ssw_lumsden_workshop.jpg",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
@ -2012,196 +2019,196 @@
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Audrey_Hepburn,_Funny_Face_2016.jpg",
|
||||
"debrisname": "screen_studies_Audrey_Hepburn,_Funny_Face_2016.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Audrey_Hepburn,_Funny_Face_2016.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Barbara_Hammer,_Double_Strength_2018.jpg",
|
||||
"debrisname": "screen_studies_Barbara_Hammer,_Double_Strength_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Barbara_Hammer,_Double_Strength_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Chantal_Akerman,_In_the_MIrror_2018.jpg",
|
||||
"debrisname": "screen_studies_Chantal_Akerman,_In_the_MIrror_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Chantal_Akerman,_In_the_MIrror_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Claude_Cahun,_Que_me_veux_tu?_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Claude_Cahun,_Que_me_veux_tu?_2018.jpg",
|
||||
"debrisname": "screen_studies_Claude_Cahun,_Que_me_veux_tu_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Claude_Cahun,_Que_me_veux_tu_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Eiko_Minami,_A_Page_of_Madness_2015.jpg",
|
||||
"debrisname": "screen_studies_Eiko_Minami,_A_Page_of_Madness_2015.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Eiko_Minami,_A_Page_of_Madness_2015.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Elaine_Shemilt,_Doppelganger_2018.jpg",
|
||||
"debrisname": "screen_studies_Elaine_Shemilt,_Doppelganger_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Elaine_Shemilt,_Doppelganger_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Gene_Tierney,_Laura_2018.jpg",
|
||||
"debrisname": "screen_studies_Gene_Tierney,_Laura_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Gene_Tierney,_Laura_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Helga_Wretman,_Secret_Machine_2014.jpg",
|
||||
"debrisname": "screen_studies_Helga_Wretman,_Secret_Machine_2014.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Helga_Wretman,_Secret_Machine_2014.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Ingrid_Bergman,_Journey_to_Italy_2018.jpg",
|
||||
"debrisname": "screen_studies_Ingrid_Bergman,_Journey_to_Italy_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Ingrid_Bergman,_Journey_to_Italy_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Joan_Jonas,_Left_Side_Right_Side_2015.jpg",
|
||||
"debrisname": "screen_studies_Joan_Jonas,_Left_Side_Right_Side_2015.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/asking.laura_screen_studies_Joan_Jonas,_Left_Side_Right_Side_2015.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Linda_Marhina_Young,_Four_Women_2018.jpg",
|
||||
"debrisname": "screen_studies_Linda_Marhina_Young,_Four_Women_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Linda_Marhina_Young,_Four_Women_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Liv_Ullmann_&_Bibi_Andersson,_Persona_2018.jpg",
|
||||
"debrisname": "screen_studies_Liv_Ullmann_&_Bibi_Andersson,_Persona_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Liv_Ullmann_&_Bibi_Andersson,_Persona_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Lois_Weber,_Shoes_2018.jpg",
|
||||
"debrisname": "screen_studies_Lois_Weber,_Shoes_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Lois_Weber,_Shoes_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Lynda_Benglis,_On_Screen_2018.jpg",
|
||||
"debrisname": "screen_studies_Lynda_Benglis,_On_Screen_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Lynda_Benglis,_On_Screen_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Maya_Deren,_Meshes_of_the_Afternoon_2014.jpg",
|
||||
"debrisname": "screen_studies_Maya_Deren,_Meshes_of_the_Afternoon_2014.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Maya_Deren,_Meshes_of_the_Afternoon_2014.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Pajorita_Matta,_Witch's_Cradle_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Pajorita_Matta,_Witch's_Cradle_2018.jpg",
|
||||
"debrisname": "screen_studies_Pajorita_Matta,_Witchs_Cradle_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Pajorita_Matta,_Witchs_Cradle_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Rita_Hayworth,_The_Lady_from_Shanghai_2018.jpg",
|
||||
"debrisname": "screen_studies_Rita_Hayworth,_The_Lady_from_Shanghai_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Rita_Hayworth,_The_Lady_from_Shanghai_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Sabine_Mamou,_Documenteur_2018.jpg",
|
||||
"debrisname": "screen_studies_Sabine_Mamou,_Documenteur_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Sabine_Mamou,_Documenteur_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Sarah_Pucill,_Phantom_Rhapsody_2018.jpg",
|
||||
"debrisname": "screen_studies_Sarah_Pucill,_Phantom_Rhapsody_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Sarah_Pucill,_Phantom_Rhapsody_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Self_Registration_2018.jpg",
|
||||
"debrisname": "screen_studies_Self_Registration_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Self_Registration_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Self_in_Yvonne_Rainer's_Trio_A_ 2015.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Self_in_Yvonne_Rainer's_Trio_A_ 2015.jpg",
|
||||
"debrisname": "screen_studies_Self_in_Yvonne_Rainers_Trio_A_ 2015.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Self_in_Yvonne_Rainers_Trio_A_ 2015.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Solveig_Dommartin,_Wings_of_Desire_2015.jpg",
|
||||
"debrisname": "screen_studies_Solveig_Dommartin,_Wings_of_Desire_2015.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Solveig_Dommartin,_Wings_of_Desire_2015.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Sue_Ford,_Self-Portrait_2018.jpg",
|
||||
"debrisname": "screen_studies_Sue_Ford,_Self-Portrait_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Sue_Ford,_Self-Portrait_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Teresa_Serrano,_Mouth_of_Plank_2018.jpg",
|
||||
"debrisname": "screen_studies_Teresa_Serrano,_Mouth_of_Plank_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Teresa_Serrano,_Mouth_of_Plank_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Tessa_Hughes-Freeland,_Baby_Doll_2016.jpg",
|
||||
"debrisname": "screen_studies_Tessa_Hughes-Freeland,_Baby_Doll_2016.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Tessa_Hughes-Freeland,_Baby_Doll_2016.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Tracy_Reed,_Dr Strangelove_2018.jpg",
|
||||
"debrisname": "screen_studies_Tracy_Reed,_Dr Strangelove_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Tracy_Reed,_Dr Strangelove_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Trisha_Brown,_Homemade_2018.jpg",
|
||||
"debrisname": "screen_studies_Trisha_Brown,_Homemade_2018.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Trisha_Brown,_Homemade_2018.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "asking.laura_screen_studies_Two_Women,_Eadweard_Muybridge_Motion_Study_2014.jpg",
|
||||
"debrisname": "screen_studies_Two_Women,_Eadweard_Muybridge_Motion_Study_2014.jpg",
|
||||
"debrispath": "GIFT/debris.gift.asking/debris.gift.asking.laura/debris.gift.asking.laura.screen_studies_images/debris.gift.asking.laura_screen_studies_Two_Women,_Eadweard_Muybridge_Motion_Study_2014.jpg",
|
||||
"librarian": [
|
||||
"Laura"
|
||||
@ -2614,10 +2621,10 @@
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "matias_mmmmm.wav",
|
||||
"debrispath": "GIFT/debris.gift.politics_of_transcription/debris.gift.politics_of_transcription.matias_mmmmm.wav",
|
||||
"debrisname": "Mathijs_mmmmm.wav",
|
||||
"debrispath": "GIFT/debris.gift.politics_of_transcription/debris.gift.politics_of_transcription.Mathijs_mmmmm.wav",
|
||||
"librarian": [
|
||||
"Matias"
|
||||
"Mathijs"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
@ -2669,8 +2676,8 @@
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "SSW_lumsden_primary_school_loop_play_stereo.wav",
|
||||
"debrispath": "GIFT/debris.gift.SSW_lumsden_primary_school/debris.gift.SSW_lumsden_primary_school_loop_play_stereo.wav",
|
||||
"debrisname": "ssw_lumsden_primary_school_loop_play_stereo.wav",
|
||||
"debrispath": "GIFT/debris.gift.ssw_lumsden_primary_school/debris.gift.ssw_lumsden_primary_school_loop_play_stereo.wav",
|
||||
"librarian": [
|
||||
"Lumsden_Primary_School",
|
||||
"Laura"
|
||||
@ -2678,7 +2685,7 @@
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "loop_play1.wav",
|
||||
"debrispath": "GIFT/debris.gift.SSW_lumsden_primary_school/debris.gift.SSW.loop_play1.wav",
|
||||
"debrispath": "GIFT/debris.gift.ssw_lumsden_primary_school/debris.gift.ssw.loop_play1.wav",
|
||||
"librarian": [
|
||||
"Max",
|
||||
"Amy"
|
||||
@ -2686,7 +2693,7 @@
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "loop_play2.wav",
|
||||
"debrispath": "GIFT/debris.gift.SSW_lumsden_primary_school/debris.gift.SSW.loop_play2.wav",
|
||||
"debrispath": "GIFT/debris.gift.ssw_lumsden_primary_school/debris.gift.ssw.loop_play2.wav",
|
||||
"librarian": [
|
||||
"Max",
|
||||
"Amy"
|
||||
@ -2694,7 +2701,7 @@
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "loop_play3.wav",
|
||||
"debrispath": "GIFT/debris.gift.SSW_lumsden_primary_school/debris.gift.SSW.loop_play3.wav",
|
||||
"debrispath": "GIFT/debris.gift.ssw_lumsden_primary_school/debris.gift.ssw.loop_play3.wav",
|
||||
"librarian": [
|
||||
"Max",
|
||||
"Amy"
|
||||
@ -2702,7 +2709,7 @@
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "loop_play4.wav",
|
||||
"debrispath": "GIFT/debris.gift.SSW_lumsden_primary_school/debris.gift.SSW.loop_play4.wav",
|
||||
"debrispath": "GIFT/debris.gift.ssw_lumsden_primary_school/debris.gift.ssw.loop_play4.wav",
|
||||
"librarian": [
|
||||
"Max",
|
||||
"Amy"
|
||||
@ -2710,7 +2717,7 @@
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "loop_play5.wav",
|
||||
"debrispath": "GIFT/debris.gift.SSW_lumsden_primary_school/debris.gift.SSW.loop_play5.wav",
|
||||
"debrispath": "GIFT/debris.gift.ssw_lumsden_primary_school/debris.gift.ssw.loop_play5.wav",
|
||||
"librarian": [
|
||||
"Max",
|
||||
"Amy"
|
||||
@ -2718,49 +2725,49 @@
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "whats_that_smell?!.clara.b_two_way_peking_duck.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_clara.b/debris.gift.whats_that_smell?!.clara.b_two_way_peking_duck.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_clara.b/debris.gift.whats_that_smell.clara.b_two_way_peking_duck.pdf",
|
||||
"librarian": [
|
||||
"Clara_B"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "whats_that_smell?!.clara.j.b toast.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_clara.j.b/debris.gift.whats_that_smell?!.clara.j.b toast.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_clara.j.b/debris.gift.whats_that_smell.clara.j.b toast.pdf",
|
||||
"librarian": [
|
||||
"Clara_J_B"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "whats_that_smell?!.honey(warittha)_learning_without_senses.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_honey(warittha)/debris.gift.whats_that_smell?!.honey(warittha)_learning_without_senses.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_honey(warittha)/debris.gift.whats_that_smell.honey(warittha)_learning_without_senses.pdf",
|
||||
"librarian": [
|
||||
"Honey"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "whats_that_smell?!.jenny.cut_and_take_for_shapes1.png",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_jenny/debris.gift.whats_that_smell?!.jenny.cut_and_take_for_shapes1.png",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_jenny/debris.gift.whats_that_smell.jenny.cut_and_take_for_shapes1.png",
|
||||
"librarian": [
|
||||
"Jenny"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "whats_that_smell?!.jenny.cut_and_take_for_shapes2.png",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_jenny/debris.gift.whats_that_smell?!.jenny.cut_and_take_for_shapes2.png",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_jenny/debris.gift.whats_that_smell.jenny.cut_and_take_for_shapes2.png",
|
||||
"librarian": [
|
||||
"Jenny"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "whats_that_smell?!.jenny_woodworm_cherry_stones.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_jenny/debris.gift.whats_that_smell?!.jenny_woodworm_cherry_stones.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_jenny/debris.gift.whats_that_smell.jenny_woodworm_cherry_stones.pdf",
|
||||
"librarian": [
|
||||
"Jenny"
|
||||
]
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "whats_that_smell?!.sami&jack.dark_pedagogy.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_sami&jack/debris.gift.whats_that_smell?!.sami&jack.dark_pedagogy.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_sami&jack/debris.gift.whats_that_smell.sami&jack.dark_pedagogy.pdf",
|
||||
"librarian": [
|
||||
"Sami",
|
||||
"Jack"
|
||||
@ -2768,7 +2775,7 @@
|
||||
},{
|
||||
"method": "gift",
|
||||
"debrisname": "whats_that_smell?!.sami&tamara.conversation_with_tamara.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_sami&tamara/debris.gift.whats_that_smell?!.sami&tamara.conversation_with_tamara.pdf",
|
||||
"debrispath": "GIFT/debris.gift.whats_that_smell/debris.gift.whats_that_smell_sami&tamara/debris.gift.whats_that_smell.sami&tamara.conversation_with_tamara.pdf",
|
||||
"librarian": [
|
||||
"Sami",
|
||||
"Tamara"
|
||||
@ -2856,63 +2863,63 @@
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "aubrey_williams_quote1.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.aubrey_williams_quote1.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.aubrey_williams_quote1.jpg",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "aubrey_williams_quote2.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.aubrey_williams_quote2.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.aubrey_williams_quote2.jpg",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "aubrey_williams_quote3.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.aubrey_williams_quote3.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.aubrey_williams_quote3.jpg",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "aubrey_williams_quote4.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.aubrey_williams_quote4.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.aubrey_williams_quote4.jpg",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "aubrey_williams_quote5.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.aubrey_williams_quote5.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.aubrey_williams_quote5.jpg",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "aubrey_williams_quote6.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.aubrey_williams_quote6.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.aubrey_williams_quote6.jpg",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "aubrey_williams_quote7.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.aubrey_williams_quote7.jpg",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.aubrey_williams_quote7.jpg",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "myhighschoolwork.pdf",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.myhighschoolwork.pdf",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.myhighschoolwork.pdf",
|
||||
"librarian": [
|
||||
"Amy"
|
||||
]
|
||||
},{
|
||||
"method": "repurposed",
|
||||
"debrisname": "script.pdf",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest?/debris.repurposed.memory_as_palimpsest?.script.pdf",
|
||||
"debrispath": "REPURPOSED/debris.repurposed.memory_as_palimpsest/debris.repurposed.memory_as_palimpsest.script.pdf",
|
||||
"librarian": [
|
||||
"Amy",
|
||||
"Julie"
|
||||
@ -3068,14 +3075,14 @@
|
||||
},{
|
||||
"method": "stolen",
|
||||
"debrisname": "ariella_azoualy_plunder.pdf",
|
||||
"debrispath": "STOLEN/debris.stolen.references/debris.stolen.references.memory_as_palimpsest?.ariella_azoualy_plunder.pdf",
|
||||
"debrispath": "STOLEN/debris.stolen.references/debris.stolen.references.memory_as_palimpsest.ariella_azoualy_plunder.pdf",
|
||||
"librarian": [
|
||||
"Eric"
|
||||
]
|
||||
},{
|
||||
"method": "stolen",
|
||||
"debrisname": "gikandi-picasso-africa-and-the-schemata-of-difference.pdf",
|
||||
"debrispath": "STOLEN/debris.stolen.references/debris.stolen.references.memory_as_palimpsest?.gikandi-picasso-africa-and-the-schemata-of-difference.pdf",
|
||||
"debrispath": "STOLEN/debris.stolen.references/debris.stolen.references.memory_as_palimpsest.gikandi-picasso-africa-and-the-schemata-of-difference.pdf",
|
||||
"librarian": [
|
||||
"Julie"
|
||||
]
|
||||
|
@ -6,6 +6,8 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Library</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Almendra&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Palanquin&display=swap" rel="stylesheet">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.min.js"></script>
|
||||
<script src="{{ url_for('static', filename='js/highlight.js') }}"></script>
|
||||
|
||||
@ -201,6 +203,7 @@ function getCookie(name) {
|
||||
var flag = true;
|
||||
|
||||
$("#showall").click(function(event){
|
||||
|
||||
if (flag === true) {
|
||||
$(".name-elements").empty();
|
||||
$('.file-names-container span').each(function () {
|
||||
@ -210,9 +213,10 @@ var flag = true;
|
||||
for (var i = 0; i < test.length; ++i) {
|
||||
var item = test[i];
|
||||
if(item.debrisname.includes(current)){
|
||||
actualdocument = item.debrispath;
|
||||
var extension = actualdocument.replace(/^.*\./, '');
|
||||
var classname = actualdocument;
|
||||
ledocument = item.debrispath;
|
||||
var extension = ledocument.replace(/^.*\./, '');
|
||||
var classname = ledocument;
|
||||
lelibrarian = item.librarian;
|
||||
|
||||
// check or unchecked checkbox if classname in array
|
||||
|
||||
@ -226,23 +230,23 @@ var flag = true;
|
||||
|
||||
|
||||
if ((extension=="jpg") || (extension=="jpeg") || (extension=="png") || (extension=="gif") || (extension=="tiff")) {
|
||||
$(".name-elements").append("<li><img class='listed-images' src='/files/"+actualdocument+"'><br><span class='librarians-label'>Librarian(s): "+lelibrarian+"</span><br><a href='/files/"+ledocument+"' download><button>Download file</button></a></li>");
|
||||
$(".name-elements").append("<li><img class='listed-images' src='/files/"+ledocument+"'><br><span class='librarians-label'>Librarian(s): "+lelibrarian+"</span><br><a href='/files/"+ledocument+"' download><button>Download file</button></a></li>");
|
||||
}
|
||||
else if (extension=="pdf") {
|
||||
$(".name-elements").append("<li><object class='listed-pdf' data='files/"+actualdocument+"'/><br><span class='librarians-label'>Librarian(s): "+lelibrarian+"</span><br><a href='/files/"+ledocument+"' download><button>Download file</button></a></li>");
|
||||
$(".name-elements").append("<li><object class='listed-pdf' data='files/"+ledocument+"'/><br><span class='librarians-label'>Librarian(s): "+lelibrarian+"</span><br><a href='/files/"+ledocument+"' download><button>Download file</button></a></li>");
|
||||
}
|
||||
else if (extension=="epub") {
|
||||
$(".name-elements").append("<li>"+actualdocument+"</li>");
|
||||
$(".name-elements").append("<li>"+ledocument+"</li>");
|
||||
}
|
||||
else if ((extension=="mp3") || (extension=="wav") || (extension=="m4a")) {
|
||||
$(".name-elements").append("<li><audio class='listed-audio' controls><source src='files/"+actualdocument+"'></audio><br><span class='librarians-label'>Librarian(s): "+lelibrarian+"</span><br><a href='/files/"+ledocument+"' download><button>Download file</button></a></li>");
|
||||
$(".name-elements").append("<li><audio class='listed-audio' controls><source src='files/"+ledocument+"'></audio><br><span class='librarians-label'>Librarian(s): "+lelibrarian+"</span><br><a href='/files/"+ledocument+"' download><button>Download file</button></a></li>");
|
||||
}
|
||||
else if ((extension=="mov") || (extension=="mp4")) {
|
||||
$(".name-elements").append("<li><video class='listed-videos' controls><source src='files/"+actualdocument+"'></video><br><span class='librarians-label'>Librarian(s): "+lelibrarian+"</span><br><a href='/files/"+ledocument+"' download><button>Download file</button></a></li>");
|
||||
$(".name-elements").append("<li><video class='listed-videos' controls><source src='files/"+ledocument+"'></video><br><span class='librarians-label'>Librarian(s): "+lelibrarian+"</span><br><a href='/files/"+ledocument+"' download><button>Download file</button></a></li>");
|
||||
}
|
||||
else if ((extension=="odt") || (extension=="docx")) {
|
||||
// something for odt and docx
|
||||
$(".name-elements").append("<li>"+actualdocument+"</li>");
|
||||
$(".name-elements").append("<li>"+ledocument+"</li>");
|
||||
};
|
||||
};
|
||||
category = item.method;
|
||||
@ -406,7 +410,7 @@ var flag = true;
|
||||
|
||||
<!-- submit data and buttons-->
|
||||
<button id="about">About</button>
|
||||
<a href="/test/" target="_blank"><button id="listoffiles">Download</button></a>
|
||||
<!-- <a href="/test/" target="_blank"><button id="listoffiles">Download</button></a> -->
|
||||
<a href="/"><button id="reset">Reset</button></a>
|
||||
<button id="showall">Show All</button>
|
||||
|
||||
@ -483,7 +487,7 @@ var flag = true;
|
||||
<sup id="fn25">20. Ahmed, <i>Queer Phenomenology</i>, 159.<a href="#ref25" title="Jump back to footnote 20 in the text.">↩</a></sup><br>
|
||||
<sup id="fn26">21. Sennett, “A Plea for Communalist Teaching,” 44.<a href="#ref26" title="Jump back to footnote 21 in the text.">↩</a></sup><br>
|
||||
<sup id="fn27">22. <i>Wordnik</i>, s.v. “pioneer,” by The American Heritage Dictionary of the English Language, 5th Edition, accessed September 16, 2020, https://www.wordnik.com/words/pioneer.<a href="#ref27" title="Jump back to footnote 22 in the text.">↩</a></sup><br>
|
||||
<sup id="fn28">23. Gurimunder K. Bhambra, Dalia Gebrial and kerem Nişancıoğlu, eds., Decolonizing the University (London: Pluto Press, 2018), 6.<a href="#ref28" title="Jump back to footnote 23 in the text.">↩</a></sup><br>
|
||||
<sup id="fn28">23. Gurimunder K. Bhambra, Dalia Gebrial and Kerem Nişancıoğlu, eds., Decolonizing the University (London: Pluto Press, 2018), 6.<a href="#ref28" title="Jump back to footnote 23 in the text.">↩</a></sup><br>
|
||||
<sup id="fn29">24. Gebrial, “Rhodes Must Fall: Oxford and Movements for Change,” 20.<a href="#ref29" title="Jump back to footnote 24 in the text.">↩</a></sup><br>
|
||||
<sup id="fn30">25. “Our Aim,” Rhodes Must Fall Oxford, accessed September 16, 2020, https://rmfoxford.wordpress.com/about/.<a href="#ref30" title="Jump back to footnote 25 in the text.">↩</a></sup><br>
|
||||
<sup id="fn31">26. ‘Toyi-toyi is a Southern African dance originally created in Zimbabwe by Zimbabwe People's Revolutionary Army forces that has long been used in political protests in South Africa. . . . Toyi-toyi could begin as the stomping of feet and spontaneous chanting during protests that could include political slogans or songs, either improvised or previously created.’ “Toyi-Toyi,” Wikipedia, accessed on September 16, 2020, https://en.wikipedia.org/wiki/Toyi-toyi.<a href="#ref31" title="Jump back to footnote 26 in the text.">↩</a></sup><br>
|
||||
|
Loading…
Reference in New Issue
Block a user