SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
Using simpleCart.js to
Build a Finding Aid
'Shopping Cart'
Allison Jai O'Dell
Archivists Being Awesome
8 May 2013
simpleCart.js
http://simplecartjs.org
Here's how it looks:
Container List w/ “Request” Button
Sample from Library of Congress EAD documentation
Request List
Items added from finding aid
to the request list
http://www.allisonjai.com/EAD.html
EAD File Tweaks
Encase each < c02 > (or other level) with a < div >
class="simpleCart_shelfItem"
Each < did > gets class="item_name"
Include the "item_add" command alongside
every did
Add collection number to each box/folder
number for identification
EAD File Tweaks
<c02 level="file">
<div class="simpleCart_shelfItem">
<did class="item_name">MS-P29 /
<container type="box-folder" label="Box ">1 : 4</container>
<unittitle>Classic, John Hancock Hall, Boston</unittitle>,
<unitdate normal="1938">1938</unitdate>
</did>
[<a href="javascript:;" class="item_add" onclick="displaymessage()"
/>Request</a>] <br><br>
</div></c02>
Creating the E-mail Form
In the simpleCart.js file, change: me.checkoutTo = Email;
Add form input validation to the e-mail checkout,
using the guidelines at:
https://github.com/wojodesign/simplecart-js/issues/242
<?php
$to = 'you@example.com';
$subject = 'the subject';
$jcitems = $_POST['jcitems'];
$headers = 'From: webmaster@example.com' . "rn" .
'Reply-To: webmaster@example.com' . "rn" .
'X-Mailer: PHP/' . phpversion();
mail($to, $subject, $jcitems, $headers);
Header('Location: thankyou.html');
?>
Creating the E-mail Form
(Other submission options exist! This is what I did...)
Add these lines to simpleCart.js:
var email = document.createElement("email");
email = prompt("Please enter your e-mail address");
form.appendChild(me.createHiddenElement("email", email));
Add this line to the PHP file:
$email = $_POST['email'];
And tweak:
mail($to, $subject, $jcitems.$email, $headers);
Collecting Patron Information
(What the prompt from the previous slide does...)
E-mail to the Archives
Possibilities
* Automatically print call slips
* Transfer request to a tracking database
* Include scheduling in request, link with
calendar
….Other ideas? Questions?
http://www.allisonjai.com/EAD.html
E-mail me: AJODELL@gmail.com

Weitere ähnliche Inhalte

Mehr von archivistsbeingawesome

Mehr von archivistsbeingawesome (8)

Using Transcription and Text Encoding in Digital Exhibits
Using Transcription and Text Encoding in Digital ExhibitsUsing Transcription and Text Encoding in Digital Exhibits
Using Transcription and Text Encoding in Digital Exhibits
 
Streaming WPVI News Footage
Streaming WPVI News FootageStreaming WPVI News Footage
Streaming WPVI News Footage
 
Digital Accessioning
Digital AccessioningDigital Accessioning
Digital Accessioning
 
SAI: Preserving the Artist’s Heritage
SAI: Preserving the  Artist’s HeritageSAI: Preserving the  Artist’s Heritage
SAI: Preserving the Artist’s Heritage
 
Aba adams
Aba adamsAba adams
Aba adams
 
South asian american digital archives
South asian american digital archivesSouth asian american digital archives
South asian american digital archives
 
Quick and dirty islandora
Quick and dirty islandoraQuick and dirty islandora
Quick and dirty islandora
 
Email Capture at the Radical Archives of Philadelphia
Email Capture at the Radical Archives of PhiladelphiaEmail Capture at the Radical Archives of Philadelphia
Email Capture at the Radical Archives of Philadelphia
 

Kürzlich hochgeladen

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 

Kürzlich hochgeladen (20)

Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 

Using JavaScript simpleCart to build finding aid "shopping cart"

  • 1. Using simpleCart.js to Build a Finding Aid 'Shopping Cart' Allison Jai O'Dell Archivists Being Awesome 8 May 2013
  • 3. Here's how it looks: Container List w/ “Request” Button Sample from Library of Congress EAD documentation
  • 4. Request List Items added from finding aid to the request list http://www.allisonjai.com/EAD.html
  • 5. EAD File Tweaks Encase each < c02 > (or other level) with a < div > class="simpleCart_shelfItem" Each < did > gets class="item_name" Include the "item_add" command alongside every did Add collection number to each box/folder number for identification
  • 6. EAD File Tweaks <c02 level="file"> <div class="simpleCart_shelfItem"> <did class="item_name">MS-P29 / <container type="box-folder" label="Box ">1 : 4</container> <unittitle>Classic, John Hancock Hall, Boston</unittitle>, <unitdate normal="1938">1938</unitdate> </did> [<a href="javascript:;" class="item_add" onclick="displaymessage()" />Request</a>] <br><br> </div></c02>
  • 7. Creating the E-mail Form In the simpleCart.js file, change: me.checkoutTo = Email; Add form input validation to the e-mail checkout, using the guidelines at: https://github.com/wojodesign/simplecart-js/issues/242 <?php $to = 'you@example.com'; $subject = 'the subject'; $jcitems = $_POST['jcitems']; $headers = 'From: webmaster@example.com' . "rn" . 'Reply-To: webmaster@example.com' . "rn" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $jcitems, $headers); Header('Location: thankyou.html'); ?>
  • 8. Creating the E-mail Form (Other submission options exist! This is what I did...) Add these lines to simpleCart.js: var email = document.createElement("email"); email = prompt("Please enter your e-mail address"); form.appendChild(me.createHiddenElement("email", email)); Add this line to the PHP file: $email = $_POST['email']; And tweak: mail($to, $subject, $jcitems.$email, $headers);
  • 9. Collecting Patron Information (What the prompt from the previous slide does...)
  • 10. E-mail to the Archives
  • 11. Possibilities * Automatically print call slips * Transfer request to a tracking database * Include scheduling in request, link with calendar ….Other ideas? Questions? http://www.allisonjai.com/EAD.html E-mail me: AJODELL@gmail.com