CINXE.COM

Cottage Labs

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Cottage Labs</title> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;600&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> <script src="https://kit.fontawesome.com/4051ee286d.js" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <link rel="stylesheet" href="../../theme/scss/main.css?4ff027" /> <link rel="icon" type="image/png" href="../../theme/favicon/dark/favicon.png"> <script src="../../theme/js/script.js" defer></script> </head> <body> <nav class="navbar navbar-expand-lg navbar-light"> <div class="container"> <div class="row justify-content-between with-gap-1"> <section class="section-left col col-lg-4"> <a class="navbar-brand" href="/"> <img id="logo" src="../../theme/images/logo.svg" alt="Cottage Labs Logo"> </a> </section> <section class="section-right col col-lg-7"> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="nav-links collapse navbar-collapse" id="navbarNav"> <ul class="navbar-nav"> <div class="wrapper"> <li class="nav-item"> <a class="nav-link" href="/">Home</a> </li> <li class="nav-item"> <a class="nav-link" href="/about">About us</a> </li> <div class="dropdown nav-item"> <a class="nav-link dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Explore Our Services </a> <div class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <a class="dropdown-item" href="/open-access-infrastructure">Open Access infrastructure</a> <a class="dropdown-item" href="/data-visualisation">Data visualisations</a> <a class="dropdown-item" href="/data-repositories">Data repositories</a> <a class="dropdown-item" href="/bespoke-development" id="">Bespoke development</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/project-lifecycle">Project lifecycle</a> <a class="dropdown-item" href="/data-lifecycle">Your data lifecycle</a> </div> </div> <li class="nav-item"> <a class="nav-link" href="/projects">Our projects</a> </li> <div class="dropdown nav-item"> <a class="nav-link dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Events </a> <div class="dropdown-menu" aria-labelledby="dropdownMenuButton"> <div class="dropdown-section"> <span class="dropdown-section--header">past</span> <a class="dropdown-item" href="/munin24">Munin 2024</a> <a class="dropdown-item" href="/opencost24">OpenCost 2024</a> <a class="dropdown-item" href="/or24">Open Repositories Conference 2024</a> </div> </div> </div> </div> </ul> </div> </section> <div class="col col-sm-auto"></div> </div> </div> </nav><main> <div class="container"> <div id="prev-page-link" class="dynamic-breadcrumb"></div> <div class="project-page"> <div class="project-page--section project-page--intro row"> <div class="col-md-2"> <a class="thumbnail" href="https://www.nextgenlibpub.org/" title="NGLP" target="_blank"> <div class="project-thumbnail--NGLP"> <img class="project-logo" src="../../theme/images/projects/nglp.png" alt="NGLP"> </div> </a> </div> <div class="col-md-9"> <!-- negative margin to overwrite usual 3rem margin under the article.content par --> <p><strong>The Next Generation Library Publishing</strong> project received significant funding to explore new ways of providing an open publishing environment, using open source tools. Cottage Labs worked with the team to develop flexible data analytics to allow publishers using the tools to have access to usage data and business intelligence comparable to or better than commercial tooling.</p> </div> </div> <div class="project-page--section project-page--challenge"> <div class="project-page--section--text brown"> <h2><img class="icon" src="../../theme/images/icons/challenge.svg" aria-hidden="true">Challenge</h2> The NGLP team wanted to provide a set of open source options for publishing bodies to select from, including repository platforms for content storage, dissemination platforms for publishing, and so on. To bind it together, an analytics package was required which would take heterogenous usage data from all the different sources, and provide a coherent view. </div> <img class="project-page--section--screenshot screenshot" aria-hidden="true" alt="screenshot from NGLP project" src="../../theme/screenshots/nglp1.png" id="project-screenshot--NGLP--1"/> </div> <div class=" project-page--section project-page--solution"> <img class="project-page--section--screenshot screenshot" aria-hidden="true" alt="screenshot from NGLP project" src="../../theme/screenshots/nglp2.png" id="project-screenshot--NGLP--2"/> <div class="project-page--section--text green"> <h2><img class="icon" src="../../theme/images/icons/solution.svg" aria-hidden="true">Solution</h2> A significant portion of the project was in requirements analysis and solution specification, as there was a large stakeholder group and an even larger pool of potential use cases. We analysed all the options through conversations with stakeholders and were able to prioritise two reporting dashboards: one of usage analytics, and one for workflow velocity intelligence. We then build general connectors which would allow this data to be imported and normalised from a number of external systems including DSpace and OJS. This data fed into an index optimised for time-based reporting, and we implemented two full dashboard of analytics including geolocated usage data. </div> </div> <div class="project-page--section project-page--success"> <div class="project-page--section--text red"> <h2><img class="icon" src="../../theme/images/icons/success.svg" aria-hidden="true">Success</h2> At the end of the project we were able to hand over working open source code, as well as a workable plan for expansion of the analytics package to other requirements. There was interest from both the main discovery platform developers and some individual organisations in integrating this into their existing systems. </div> <img class="project-page--section--screenshot screenshot" aria-hidden="true" alt="screenshot from NGLP project" src="../../theme/screenshots/nglp1.png" id="project-screenshot--NGLP--3"/> </div> </div> <div class="related_technologies"> <a href="../../projects/datavisualisation" class="tag tag--green"> Data visualisation</a> <a href="../../projects/dr" class="tag tag--brown"> Data Repositories</a> <a href="../../projects/oai" class="tag tag--blue"> Open Access Infrastructure</a> <a href="../../projects/search" class="tag tag--green"> Search Technologies</a> <a href="../../projects/dspace" class="tag tag--brown"> DSpace</a> <a href="../../projects/python" class="tag tag--blue"> Python</a> <a href="../../projects/js" class="tag tag--green"> JavaScript</a> </div> </div> </main> <footer role="contentinfo"> <div class="container"> <img id="cottage-shape" src="../../theme/images/cottage.svg" alt=""/> <div class="row"> <div class="contact col-7"> <p> <a href="mailto:us@cottagelabs.com" title="email us"> <i class="fa fa-envelope" style="margin-right: 10px;"></i><strong>us@cottagelabs.com</strong> </a> </p> <p> <span style="margin-right: 10px">Follow us: </span> <a href="https://x.com/cottagelabs" title="Follow us on X - former Twitter" style="margin-right: 1rem;"> <strong>饾晱</strong>/<i class="fa fa-twitter"></i> Twitter </a> <a href="https://github.com/CottageLabs/" title="Follow us on Github"> <i class="fa fa-github"></i> GitHub </a> </p> <p><span>&copy; Cottage Labs LLP 2011-2025. All site content CC-BY</span></p> </div> <div class="registration col"> <p>Cottage Labs LLP is a partnership registered in Scotland</p> <p>Company Number: SO303454</p> <p>VAT Registration: 127710036</p> <p>DUNS: 21-736-0418</p> </div> </div> </div></footer> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10