CINXE.COM

Local Contexts | Login

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="HandheldFriendly" content="true"> <meta name="description" content="Establishing and communicating rights over Indigenous knowledge and biocultural matter."> <meta name="thumbnail" content="/static/images/logos/welcome-logo.png"> <meta name="title" content="Local Contexts Hub"> <!-- Favicons--> <link rel="apple-touch-icon" sizes="180x180" href="/static/images/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicons/favicon-16x16.png"> <link rel="manifest" href="/static/images/favicons/site.webmanifest"> <!-- Font Awesome Icons --> <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> --> <script src="https://kit.fontawesome.com/e4bd889de7.js" crossorigin="anonymous"></script> <!-- Toastr CSS --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css "> <!-- CSS --> <link rel="stylesheet" type="text/css" href="/static/css/main.css"> <link rel="stylesheet" type="text/css" href="/static/css/register.css"> <link rel="stylesheet" type="text/css" href="/static/css/headers_footers.css"> <link rel="stylesheet" type="text/css" href="/static/css/dashboard.css"> <link rel="stylesheet" type="text/css" href="/static/css/modals.css"> <!-- ORCID Widget --> <link rel="stylesheet" type="text/css" href="/static/css/orcid-widget.css"> <title>Local Contexts | Login </title> </head> <body> <!-- Header for the registration process --> <header id="reg-header" class="flex-this w-100"> <div id="header-content"> <section class="top-nav"> <!-- LOGO --> <div class="header-logo"><a href="/dashboard/" class="block"><img loading="lazy" src="/static/images/logos/logo.png" width="197px" alt="Local Contexts logo"></a></div> <input id="menu-toggle" type="checkbox"> <label class='menu-button-container' for="menu-toggle"> <div class='menu-button'></div> </label> <ul class="menu ul-no-bullets"> <li> <a class=" white-text upper" href="/agreement-inquiry/"> Inquiry </a> </li> <li> <a class=" white-text upper" href="/registry/"> Registry </a> </li> <li> <a class=" white-text upper" href="/projects-board/"> Projects </a> </li> <li> <a class="auth-btn sign-in-btn" href="/login/">Login</a> </li> </ul> </section> </div> </header> <section id="gradient-section" class="flex-this"> <div class="base-card flex-this row"> <div class="registration-progress-container orange-bg white-text"> <div class="login-logo-container"> <img loading="lazy" class="login-logo" src="/static/images/logos/lc-logo-signin.png" alt="Local Contexts logo"> </div> <div class="progress-bottom-container"><div><h2>Grounding Indigenous Rights</h2></div></div> </div> <div class="registration-form-container flex-this column mb-16"> <div class="flex-this space-between mb-8 w-90"> <div> <h2 class="mb-2p">Welcome back!</h2> </div> <div><p>Not signed up yet? <a href="/register/" class="default-a">Register</a></p></div> </div> <div class="form-container flex-this column w-90"> <form action="/login/" method="POST" class="flex-this column w-100" autocomplete="off"> <input type="hidden" name="csrfmiddlewaretoken" value="0NUJWyaMkZs2ysjxTl83ayXjnUGLsqi58kuEgjRLfHjwrMetxUrL4v0CkU119mvN"> <div> <label>Username</label> <div class="tooltip mt-15 ml-5">i <span class="tooltiptext">Log-in with the username you created during the registration process, not your email</span> </div> <input type="username" name="username" required> </div> <div class="flex-this flex-end"> <a href="/forget-username/" class="default-a">Forgot your username?</a> </div> <div class="pad-top-1-5"> <label>Password</label> <input type="password" name="password" required> </div> <div class="flex-this flex-end"> <a href="/reset-password/" class="default-a">Forgot your password?</a> </div> <div class="flex-this column mt-2p"> <div class="w-100"> <div class="flex-this justify-center"> <button class="primary-btn action-btn mt-2p w-100 signin-btn">Sign in</button></div> </div> <div class="flex-this justify-center align-center gap-1"> <div class="horizental-line"> </div> <p>or</p> <div class="horizental-line"> </div> </div> <div class="flex-this"> <a class="w-100 white-btn flex-this align-center justify-center" href="/google/login/"><img class="mr-1p" src="/static/images/logos/google.png" alt=""><span class="ml-1p primary-black-text">Sign in With Google</span></a> </div> </div> <input type="hidden" name="next" value=""/> </form> <!-- Alerts --> <div class="flex-this column w-100 test-hub-div"> <div> <p class="mt-0">Interested in trying out the Local Contexts Hub? Join our separate Sandbox website to test out the Hub workflows.</p> </div> <div> <a class="primary-btn green-btn block" href="https://sandbox.localcontextshub.org" target="_blank" rel="noopener">Go to Sandbox</a></div> </div> </div> </div> </div> </section> <!-- footer for the registration process --> <svg id="reg-footer" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="#058f73" fill-opacity="1" d="M0,192L80,197.3C160,203,320,213,480,192C640,171,800,117,960,106.7C1120,96,1280,128,1360,144L1440,160L1440,0L1360,0C1280,0,1120,0,960,0C800,0,640,0,480,0C320,0,160,0,80,0L0,0Z"></path></svg> <div class="cookie-container"> <p>This website uses cookies to ensure you get the best experience on our website and the Hub. To find out more, read our <a href="https://localcontexts.org/privacy-policy/" target="_blank" rel="noopener">Privacy Policy <i class="fa-solid fa-arrow-up-right-from-square fa-xs"></i></a>. </p> <button class="cookie-btn">Got it!</button> </div> <style> .cookie-container { display: flex; justify-content: space-between; position: fixed; bottom: -100%; left:0; right: 0; background-color: #2f3640; opacity: 0.9; color: #f5f6fa; padding: 0 32px; box-shadow: 0 -2px 16px #2f364075; transition: 400ms; z-index:1; } .cookie-container.active { bottom: 0; } .cookie-container a { color: #f5f6fa; } .cookie-btn { background-color: #e84118; border: 0; color: #f5f6fa; padding: 6px 20px; font-size: 16px; margin: 10px 16px; border-radius: 8px; cursor: pointer; } </style> <script> var cookieContainer = document.querySelector('.cookie-container') var cookieBtn = document.querySelector('.cookie-btn') cookieBtn.addEventListener('click', () => { cookieContainer.classList.remove('active') localStorage.setItem('cookieBannerDisplayed', 'true') }) setTimeout( () => { if (!localStorage.getItem('cookieBannerDisplayed')){ cookieContainer.classList.add('active') } }, 2000) </script> <div class="disclaimer-container fixed"> <p>If you are accessing this site using Safari or Internet Explorer, the site may not behave as expected. Try to access with Google Chrome for best performance</p> <button class="disclaimer-btn">Got it!</button> </div> <style> .disclaimer-container { display: flex; justify-content: space-between; top: -100%; /* Initially hidden */ left: 0; right: 0; background-color: #2f3640; opacity: 0.9; color: #f5f6fa; padding: 10px; box-shadow: 0 2px 16px #2f364075; transition: 400ms; z-index: 1; } .disclaimer-container.active { top: 0; /* Show the banner at the top */ } .disclaimer-container.fixed { position: fixed; /* Show the banner at the top */ } .disclaimer-btn { background-color: #e84118; border: 0; color: #f5f6fa; padding: 6px 20px; font-size: 16px; border-radius: 8px; cursor: pointer; } </style> <script> function agentHas(keyword) { return navigator.userAgent.toLowerCase().search(keyword.toLowerCase()) > -1; } function isIE() { return agentHas("MSIE") || agentHas("Trident"); } function isSafari() { return (!!window.ApplePaySetupFeature || !!window.safari) && agentHas("Safari") && !agentHas("Chrome") && !agentHas("CriOS"); } function isEdge() { return agentHas("Edge") || agentHas("Edg"); } var sandboxContainer = document.querySelector('.sandbox-container'); var disclaimerContainer = document.querySelector('.disclaimer-container'); var disclaimerBtn = document.querySelector('.disclaimer-btn'); disclaimerBtn.addEventListener('click', function() { disclaimerContainer.classList.add('fixed'); disclaimerContainer.classList.remove('active'); localStorage.setItem('disclaimerBannerDisplayed', 'true'); }); if (isIE() || isSafari() || isEdge()) { setTimeout(function() { if (!localStorage.getItem('disclaimerBannerDisplayed')) { if (sandboxContainer) { sandboxContainer.appendChild(disclaimerContainer); disclaimerContainer.classList.remove('fixed'); } else { disclaimerContainer.classList.add('active'); } } }, 2000); } </script> <script src="/static/javascript/main.js" type="text/javascript" defer></script> <script src="/static/javascript/xhr.js" type="text/javascript" defer></script> <!-- Zammad support form--> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script id="zammad_form_script" src="https://local-contexts.zammad.com/assets/form/form.js" defer></script> <script> $(function() { $('#feedback-form').ZammadForm({ messageTitle: 'Feedback & Error Report Form', messageSubmit: 'Submit', messageThankYou: 'Thank you for your inquiry (#%s)! We\'ll contact you as soon as possible.', // switch to true for testing debug debug: false, showTitle: true, modal: true, attachmentSupport: true }); }); </script> <!-- Toastr JS --> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.min.js"></script> </body> </html>

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