– Shared Print Services –
This calculator attempts to capture the estimated costs of providing a wide variety of shared print services according to current best practices
| Input Your Choice |
Service Type click |
Value of Services |
|---|---|---|
|
items |
Your Estimated Shared Print Collection Size
|
|
Marking 583 fields in Bib Data (no. of staff hours)
|
||
Governance and member relations labor (no. of staff hours)
|
||
Gap filling and/or other management of commitments (no. of staff hours)
|
||
Ongoing collection analysis – staff time (no. of staff hours)
|
||
Ongoing collection analysis – software licensing
|
||
| (i.e. Internet, MS Word, etc.) | ||
function doCalculator(){ var booksValue = document.calculator.books.value * 30.00; document.getElementById(“booksResult”).value = booksValue.toFixed(2); var yaValue = document.calculator.ya.value * 30.00; document.getElementById(“yaResult”).value = yaValue.toFixed(2); var childValue = document.calculator.child.value * 30.00; document.getElementById(“childResult”).value = childValue.toFixed(2); var audiobooksValue = document.calculator.audiobooks.value * 30.00; document.getElementById(“audiobooksResult”).value = audiobooksValue.toFixed(2); var illValue = document.calculator.ill.value * 30.00; document.getElementById(“illResult”).value = illValue.toFixed(2); var totalValue = (document.calculator.booksResult.value*1)+(document.calculator.yaResult.value*1)+(document.calculator.childResult.value*1)+(document.calculator.audiobooksResult.value*1)+(document.calculator.illResult.value*1); document.getElementById(“totalResult”).value = totalValue.toFixed(2); } </script
The calculator worksheet has been adapted from original downloadable spreadsheet by the Massachusetts Library Association and then adapted for the web by Chelmsford Public Library. Maine State Library added extra accessibility coding and reformatting for ease of reading online.
For more information
- Feel free to link to this calculator for patrons or use yourself with acknowledgement as we did.
- If you have any recommendations for how to improve these tools – or if you can provide real dollar amounts for any of these activities – please use the email link in our footer.