<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
  <link rel="stylesheet" href="/css/jolt.css" />
  <script type="text/javascript" src="/js/jolt.js"></script>
  <title>JOLT - Home Page</title>
</head>
<body>
  <header id="header">
    <div class="container py-3 px-4">
      <div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 align-items-center">
        <div class="col col-md-4 col-lg-3">
          <img class="cdl_logo" src="/images/cdl_logo.svg" alt="California Digital Library" />
        </div>
        <div class="col col-md-8 col-lg-6 mb-2">
          <div class="journal-open-access">
            Journal Open Access Lookup Tool
          </div>
        </div>
        <div class="col col-md-12 col-lg-3">
          <div class="tool_in_dev">
            <span>This tool is in development. 
              <a class="link_text" href="mailto:openaccessinquiries@ucop.edu">Tell us how it could be better.</a>
            </span>
          </div>
        </div>
      </div><!-- end row -->
    </div><!-- end container -->
  </header>
  <main id="main">
    <div class="container px-4">
      <div class="pt-5">
    <h1 class="title_text">Open Access publishing support for University of California authors</h1>
    <div class="py-3">
      The UC libraries negotiate agreements with scholarly journal publishers to reduce the amount authors must pay 
      when they choose to publish open access. Most agreements offer up to full coverage of the open access fees; others offer a discount. 
      Search this database to determine if a journal is covered by an agreement, and if so, how much funding is available to UC authors.
    </div>

    <form action="/" method="post">
      <label class="form-control-label" for="keyword">Find a journal</label>
      <div class="input-group">
        <input name="source" type="hidden" id="source" value="cdl" />
        <input class="form-control" 
               type="search" 
               placeholder="Title, ISSN" 
               autofocus="autofocus" 
               required id="keyword" name="keyword" value="" />
        <button class="search-icon-box" type="submit">
          <img src="/images/search.svg" class="search-icon" alt="Search" />
        </button>
      </div>
    </form>
    
    <div class="py-3">
      Journals not listed in this database are not covered by systemwide UC agreements. However, your campus library may offer funding or discounts. 
      To learn more about open access publishing at UC, visit the 
      <a class="link_text" href="https://osc.universityofcalifornia.edu/">Office of Scholarly Communication</a>  
      and the OSC page about <a class="link_text" href="https://osc.universityofcalifornia.edu/uc-publisher-relationships/">UC-Publisher Agreements</a>.
    </div>
  </div>
    </div>
  </main>
  <footer id="footer">
    <div class="container px-4">
      <div class="row pt-3">
        <div class="col">
          A service of the <a class="footer_link_text" href="https://cdlib.org/">California Digital Library</a> 
          and the <a class="footer_link_text" href="https://libraries.universityofcalifornia.edu/">
          University of California Libraries</a>.
        </div><!-- col -->
      </div><!-- row -->
      <div class="row pt-3">
        <div class="col">
          <a class="footer_link_text" href="https://cdlib.org/about/policies-and-guidelines/privacy-policy/">
          Privacy Policy</a> | 
          <a class="footer_link_text" 
          href="https://cdlib.org/about/policies-and-guidelines/accessibility/">
          Accessibility Help</a>
        </div><!-- col -->
      </div><!-- row -->
    </div>
  </footer>
</body>
</html>
