1 changed files with 32 additions and 8 deletions
@ -1,15 +1,39 @@
|
||||
## User Manual |
||||
|
||||
These pages can also be retrieved using the Help button on each function tab within the Tool. |
||||
|
||||
## General description |
||||
|
||||
The COUNTER 5 Report Tool is designed for individual libraries to harvest, manage, and analyze the COUNTER-compliant usage data from their vendors. It does not support Consortial COUNTER reports. |
||||
|
||||
For more information about COUNTER 5, see: |
||||
* [Project COUNTER COP5 website](https://www.projectcounter.org/code-of-practice-five-sections/abstract/) |
||||
* [Project COUNTER Foundation Class video tutorials](https://www.projectcounter.org/counter-foundation-classes/) |
||||
* [Project COUNTER Friendly Guides for Release 5](https://www.projectcounter.org/friendly-guides-release-5/) |
||||
|
||||
This code was initially written by students taking the 2019-2020 CS4810-4820 capstone class at the University of Prince Edward Island, as a group project working with librarian Melissa Belvadi, who is now the primary contact for any further maintenance. It is released with permission of all students involved under the [MIT License for open source software](https://opensource.org/licenses/MIT). Contact and credit information is below. |
||||
|
||||
|
||||
### Index: |
||||
|
||||
* [Manage Vendors](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/wiki/Manage-Vendors) |
||||
* [Fetch Reports](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/wiki/Fetch-Reports) |
||||
* [Fetch Special Reports](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/wiki/Fetch-Special-Reports) |
||||
* [Import Report](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/wiki/Import-Report) |
||||
* [Costs](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/wiki/Costs) |
||||
* [Search](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/wiki/Search) |
||||
* [Visual](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/wiki/Visual) |
||||
* [Settings](https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/wiki/Settings) |
||||
* [Manage Vendors](https://github.com/CS-4820-Library-Project/Libly/wiki/Manage-Vendors) |
||||
* [Fetch Reports](https://github.com/CS-4820-Library-Project/Libly/wiki/Fetch-Reports) |
||||
* [Fetch Special Reports](https://github.com/CS-4820-Library-Project/Libly/wiki/Fetch-Special-Reports) |
||||
* [Import Report](https://github.com/CS-4820-Library-Project/Libly/wiki/Import-Report) |
||||
* [Costs](https://github.com/CS-4820-Library-Project/Libly/wiki/Costs) |
||||
* [Search](https://github.com/CS-4820-Library-Project/Libly/wiki/Search) |
||||
* [Visual](https://github.com/CS-4820-Library-Project/Libly/wiki/Visual) |
||||
* [Settings](https://github.com/CS-4820-Library-Project/Libly/wiki/Settings) |
||||
|
||||
|
||||
### Contacts and credits |
||||
|
||||
Melissa Belvadi, mbelvadi@upei.ca, the Collections Librarian at the University of Prince Edward Island (UPEI), Canada, is the primary contact for this project. |
||||
The developers of the code, who have now moved on to the rest of their lives, are former UPEI students: |
||||
* Adam McGuigan, project leader |
||||
* Samuel Esan, tech leader |
||||
* Chandler Acorn |
||||
* Urvesh Boodhun |
||||
* Ziheng Huang |
||||
|
||||
The project was done under the supervision of UPEI Professor David Le Blanc. |
||||
|
||||
Loading…
Reference in new issue