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 class="row justify-content-between lifecycle"> <div class="content col-md"> <h1>Your data lifecycle</h1> <p>The data lifecycle refers to the stages that data goes through from its creation or capture to its eventual destination with users and archives.</p> <p>Understanding the lifecycle of the data is crucial for all projects to manage your data effectively, ensure compliance and optimise resource utilisation.</p> <p>Cottage Labs can design and develop processes to streamline your data lifecycle and gain maximum value from your data assets. These stages typically include:</p> <div class="list-section"> <p><strong>Capture:</strong> This is where data is generated or collected. It could be through manual entry, spreadsheets, integration with other systems and user interactions for quality control and assurance. </p> <p><strong>Store:</strong> Where and how should your data be stored for efficient access, usage, retrieval, preservation and archive. We can store your data in the right environment for your project needs.</p> <p><strong>Manage:</strong> Manage your data through custom processes and workflows, empowering your data managers. This could mean comprehensive user tools, preservation and access environments, and data destruction at the end of its life.</p> <p><strong>Analyse:</strong> Data is often processed or analysed to clean it, extract insights for decision makers, to make the data easily discoverable, and to maximise its usage.</p> <p><strong>Share:</strong> Share your data via flexible interfaces for humans or machines, using text, charts and reports which best showcase the data, and make it easy to consume and disseminate.</p> </div> <a class="tag tag--see-in-projects tag--green" href="../projects/">Our projects</a> </div> <div class="col-md-6"> <img src="../theme/images/DataLifecycle.svg" alt="Data Lifecycle graph"> </div> </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