Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

search.html 8.9 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
  1. <!doctype html>
  2. <html class="no-js">
  3. <head><meta charset="utf-8"/>
  4. <meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="#" />
  5. <meta name="generator" content="sphinx-3.5.2, furo 2021.02.28.beta28"/><title>Search - Book Data Tools documentation</title><link rel="stylesheet" href="_static/styles/furo.css?digest=be5985a4059b5c2cd56ed0804790452beca62674">
  6. <link rel="stylesheet" href="_static/pygments.css">
  7. <link media="(prefers-color-scheme: dark)" rel="stylesheet" href="_static/pygments_dark.css">
  8. <style>
  9. :root {
  10. --color-code-background: #f8f8f8;
  11. --color-code-foreground: black;
  12. --font-stack: Lato, sans-serif;
  13. --font-stack--monospace: Source Code Pro, monospace;
  14. }
  15. @media (prefers-color-scheme: dark) {
  16. :root {
  17. --color-code-background: #202020;
  18. --color-code-foreground: #d0d0d0;
  19. }
  20. }
  21. /* For allowing end-user-specific overrides */
  22. .override-light {
  23. --color-code-background: #f8f8f8;
  24. --color-code-foreground: black;
  25. --font-stack: Lato, sans-serif;
  26. --font-stack--monospace: Source Code Pro, monospace;
  27. }
  28. .override-dark {
  29. --color-code-background: #202020;
  30. --color-code-foreground: #d0d0d0;
  31. }
  32. </style><link rel="stylesheet" href="_static/styles/furo-extensions.css?digest=d391b54134226e4196576da3bdb6dddb7e05ba2b">
  33. <link rel=stylesheet type="text/css" href="https://unpkg.com/@openfonts/lato_latin/index.css">
  34. <link rel=stylesheet type="text/css" href="https://unpkg.com/@openfonts/source-code-pro_latin/index.css">
  35. <script data-goatcounter="https://piret-bookdata.goatcounter.com/count"
  36. async src="//gc.zgo.at/count.js"></script>
  37. </head>
  38. <body dir="">
  39. <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
  40. <symbol id="svg-toc" viewBox="0 0 24 24">
  41. <title>Contents</title>
  42. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
  43. stroke-width="1.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
  44. <path stroke="none" d="M0 0h24v24H0z"/>
  45. <line x1="4" y1="6" x2="20" y2="6" />
  46. <line x1="10" y1="12" x2="20" y2="12" />
  47. <line x1="6" y1="18" x2="20" y2="18" />
  48. </svg>
  49. </symbol>
  50. <symbol id="svg-menu" viewBox="0 0 24 24">
  51. <title>Menu</title>
  52. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
  53. stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
  54. class="feather feather-menu">
  55. <line x1="3" y1="12" x2="21" y2="12"></line>
  56. <line x1="3" y1="6" x2="21" y2="6"></line>
  57. <line x1="3" y1="18" x2="21" y2="18"></line>
  58. </svg>
  59. </symbol>
  60. <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  61. <title>Expand</title>
  62. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
  63. stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
  64. class="feather feather-chevron-right">
  65. <polyline points="9 18 15 12 9 6"></polyline>
  66. </svg>
  67. </symbol>
  68. </svg>
  69. <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
  70. <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
  71. <label class="overlay sidebar-overlay" for="__navigation"></label>
  72. <label class="overlay toc-overlay" for="__toc"></label>
  73. <div class="page">
  74. <header class="mobile-header">
  75. <div class="header-left">
  76. <label class="nav-overlay-icon" for="__navigation">
  77. <i class="icon"><svg><use href="#svg-menu"></use></svg></i>
  78. </label>
  79. </div>
  80. <div class="header-center">
  81. <a href="index.html"><div class="brand">Book Data Tools documentation</div></a>
  82. </div>
  83. <div class="header-right">
  84. <label class="toc-overlay-icon toc-header-icon no-toc" for="__toc">
  85. <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
  86. </label>
  87. </div>
  88. </header>
  89. <aside class="sidebar-drawer">
  90. <div class="sidebar-container">
  91. <div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
  92. <span class="sidebar-brand-text">Book Data Tools documentation</span>
  93. </a><form class="sidebar-search-container" method="get" action="#">
  94. <input class="sidebar-search" placeholder=Search name="q">
  95. <input type="hidden" name="check_keywords" value="yes">
  96. <input type="hidden" name="area" value="default">
  97. </form><div class="sidebar-scroll"><div class="sidebar-tree">
  98. <ul>
  99. <li class="toctree-l1 has-children"><a class="reference internal" href="using/index.html">Using the Tools</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
  100. <li class="toctree-l2"><a class="reference internal" href="using/running.html">Running the Tools</a></li>
  101. <li class="toctree-l2"><a class="reference internal" href="using/setup.html">Setting Up the Environment</a></li>
  102. <li class="toctree-l2"><a class="reference internal" href="using/sources.html">Downloading Source Data</a></li>
  103. </ul>
  104. </li>
  105. <li class="toctree-l1 has-children"><a class="reference internal" href="data/index.html">Data Model</a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" type="checkbox"/><label for="toctree-checkbox-2"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
  106. <li class="toctree-l2"><a class="reference internal" href="data/ids.html">Common Identifiers</a></li>
  107. <li class="toctree-l2"><a class="reference internal" href="data/loc.html">Library of Congress</a></li>
  108. <li class="toctree-l2"><a class="reference internal" href="data/openlib.html">OpenLibrary</a></li>
  109. <li class="toctree-l2"><a class="reference internal" href="data/viaf.html">Virtual Internet Authority File</a></li>
  110. <li class="toctree-l2"><a class="reference internal" href="data/bx.html">BookCrossing</a></li>
  111. <li class="toctree-l2"><a class="reference internal" href="data/amazon.html">Amazon Ratings</a></li>
  112. <li class="toctree-l2"><a class="reference internal" href="data/goodreads.html">GoodReads (UCSD Book Graph)</a></li>
  113. <li class="toctree-l2"><a class="reference internal" href="data/cluster.html">Book Clusters</a></li>
  114. <li class="toctree-l2"><a class="reference internal" href="data/gender.html">Book Author Gender</a></li>
  115. </ul>
  116. </li>
  117. <li class="toctree-l1 has-children"><a class="reference internal" href="implementation/index.html">Design and Implementation</a><input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" type="checkbox"/><label for="toctree-checkbox-3"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
  118. <li class="toctree-l2"><a class="reference internal" href="implementation/status.html">Status Tracking</a></li>
  119. <li class="toctree-l2"><a class="reference internal" href="implementation/layout.html">Layout</a></li>
  120. <li class="toctree-l2"><a class="reference internal" href="implementation/dataset.html">Design for Datasets</a></li>
  121. </ul>
  122. </li>
  123. <li class="toctree-l1"><a class="reference internal" href="papers.html">Papers Using BookData</a></li>
  124. <li class="toctree-l1"><a class="reference external" href="https://github.com/BoiseState/bookdata-tools">GitHub repository</a></li>
  125. </ul>
  126. </div>
  127. </div>
  128. </div>
  129. </div>
  130. </aside>
  131. <main class="main">
  132. <div class="content">
  133. <article role="main">
  134. <label class="toc-overlay-icon toc-content-icon no-toc" for="__toc">
  135. <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
  136. </label>
  137. <div id="fallback" class="admonition error">
  138. <p class="admonition-title">Error</p>
  139. <p>
  140. Please activate JavaScript to enable the search functionality.
  141. </p>
  142. </div>
  143. <script>document.getElementById('fallback').hidden = true;</script>
  144. <div id="search-results"></div>
  145. </article>
  146. <footer>
  147. <div class="related-pages">
  148. </div>
  149. <div class="related-information">
  150. Copyright &#169; 2020–2021 Boise State University
  151. |
  152. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a>
  153. and
  154. <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
  155. <a href="https://github.com/pradyunsg/furo">Furo theme</a>.
  156. </div>
  157. </footer>
  158. </div>
  159. <aside class="toc-drawer no-toc">
  160. </aside>
  161. </main>
  162. </div>
  163. <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  164. <script src="_static/jquery.js"></script>
  165. <script src="_static/underscore.js"></script>
  166. <script src="_static/doctools.js"></script>
  167. <script src="_static/searchtools.js"></script>
  168. <script src="_static/language_data.js"></script><script src="_static/scripts/main.js?digest=e931d09b2a40c1bb82b542effe772014573baf67"></script>
  169. <script src="searchindex.js"></script></body>
  170. </html>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...