CINXE.COM

BARTOC.org

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="shortcut icon" href="/img/bartoc-icon.png" type="image/png" /> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/layout.css"> <link rel="stylesheet" href="/css/fontawesome.min.css"> <title>BARTOC.org</title> <!-- Main script file --> <script type="module" src="/dist/assets/main-Dh-65dGm.js"></script> <!-- CSS files --> <link rel="stylesheet" href="/dist/assets/main-BLha7W_d.css"> <!-- Chunks (each with file and CSS) --> <!-- TODO: In theory, this should be recursive. Also we don't cover `dynamicImports`, but having neither of those, it should be fine. --> </head> <body> <div id="app"> <header class="navbar navbar-dark bg-primary navbar-expand-lg"> <div class="container"> <a class="navbar-brand" href="/"> <span class="d-none d-md-block">BARTOC.org</span> <span class="d-md-none">B</span> </a> <ul class="navbar-nav mr-auto"> <li class="nav-item "> <a class="nav-link" href="/vocabularies">Vocabularies</a> </li> <li class="nav-item "> <a class="nav-link" href="/registries">Registries</a> </li> <li class="nav-item "> <a class="nav-link" href="/software">Software</a> </li> <li class="nav-item "> <a class="nav-link" href="/about">About</a> </li> <li class="nav-item "> <a class="nav-link" href="/contact">Contact</a> </li> </ul> </div> <ul class="navbar-nav mr-auto"> <li class="nav-item "> <a class="nav-link" href="/stats">Statistics</a> </li> <li v-cloak> <user-status :login="login" @update:user="updateUser" @update:auth="updateAuth"/> </li> <li v-cloak v-if="userCanAdd"> <a class="btn btn-success" href="/edit">add</a> </li> </ul> </header> <div class="container"> <noscript> <div class="alert alert-danger" role="alert"> JavaScript needs to be enabled for this site to work properly. </div> </noscript> <div class="row"> <table> <tbody> <tr> <td class="align-middle"> BARTOC unites information about <a href="/vocabularies">vocabularies</a> and <a href="/registries">terminology registries</a> to facilitate use of knowledge organization systems. <small><a href="/about">more...</a></small> </td><td class="d-none d-lg-block d-xl-block"> <img src="/img/bartoc-logo.svg" /> </td> </tr> </tbody> </table> </div> <p><vocabulary-search></vocabulary-search></p> <p> BARTOC is continuously being <a href="https://github.com/gbv/bartoc.org/issues">extended and improved</a>. A beta version of BARTOC Skosmos vocabulary hosting is available at <a href="https://skosmos.bartoc.org/">skosmos.bartoc.org</a>. </p> </div> <footer class="container-fluid bg-light clearfix" style="margin-top: 2em; padding: 1em"> <div class="container logos"> <a href="https://www.gbv.de/"><img src="/img/vzg-300px.png"></a> <a href="https://coli-conc.gbv.de/"><img src="/img/coli-conc.png"></a> <a href="http://www.isko.org/"><img src="/img/logo-isko.png"></a> <a href="http://www.vocabularyserver.com/"><img src="/img/logo-tematres-home.png"></a> <a href="https://dans.knaw.nl/en"><img src="/img/danslogo.png"></a> </div> </footer> <footer class="container-fluid text-secondary bg-dark clearfix"> <div class="container"> <div class="row"> <div class="col-md-10"> <p> BARTOC.org vocabulary metadata is <a href="/download">made available</a> under the <a href="http://www.opendatacommons.org/licenses/pddl/1.0/">PDDL 1.0</a> </p> </div> <div class="col-md-2"> <p class="text-right"> </p> </div> </div> <div class="row"> <div class="col-md-10 text-muted"> <ul class="list-inline"> <li class="list-inline-item"><a href="/api/">API</a></li> <li class="list-inline-item"><a href="/download">download</a></li> <li class="list-inline-item"><a rel="me" href="https://code4lib.social/@bartoc">Mastodon</a></li> <li class="list-inline-item"><a href="https://github.com/gbv/bartoc.org">sources</a></li> <li class="list-inline-item"><a href="https://github.com/gbv/bartoc.org/issues">issues</a></li> </ul> </div> <div class="col-md-2"> </div> </div> </div> </footer> </div> </body> </html>

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