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

index.html 14 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
  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="search.html" /><link rel="next" title="Using the Tools" href="using/index.html" />
  5. <meta name="generator" content="sphinx-3.5.2, furo 2021.02.28.beta28"/>
  6. <title>Home - Book Data Tools documentation</title>
  7. <link rel="stylesheet" href="_static/styles/furo.css?digest=be5985a4059b5c2cd56ed0804790452beca62674">
  8. <link rel="stylesheet" href="_static/pygments.css">
  9. <link media="(prefers-color-scheme: dark)" rel="stylesheet" href="_static/pygments_dark.css">
  10. <style>
  11. :root {
  12. --color-code-background: #f8f8f8;
  13. --color-code-foreground: black;
  14. --font-stack: Lato, sans-serif;
  15. --font-stack--monospace: Source Code Pro, monospace;
  16. }
  17. @media (prefers-color-scheme: dark) {
  18. :root {
  19. --color-code-background: #202020;
  20. --color-code-foreground: #d0d0d0;
  21. }
  22. }
  23. /* For allowing end-user-specific overrides */
  24. .override-light {
  25. --color-code-background: #f8f8f8;
  26. --color-code-foreground: black;
  27. --font-stack: Lato, sans-serif;
  28. --font-stack--monospace: Source Code Pro, monospace;
  29. }
  30. .override-dark {
  31. --color-code-background: #202020;
  32. --color-code-foreground: #d0d0d0;
  33. }
  34. </style><link rel="stylesheet" href="_static/styles/furo-extensions.css?digest=d391b54134226e4196576da3bdb6dddb7e05ba2b">
  35. <link rel=stylesheet type="text/css" href="https://unpkg.com/@openfonts/lato_latin/index.css">
  36. <link rel=stylesheet type="text/css" href="https://unpkg.com/@openfonts/source-code-pro_latin/index.css">
  37. <script data-goatcounter="https://piret-bookdata.goatcounter.com/count"
  38. async src="//gc.zgo.at/count.js"></script>
  39. </head>
  40. <body dir="">
  41. <svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
  42. <symbol id="svg-toc" viewBox="0 0 24 24">
  43. <title>Contents</title>
  44. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
  45. stroke-width="1.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
  46. <path stroke="none" d="M0 0h24v24H0z"/>
  47. <line x1="4" y1="6" x2="20" y2="6" />
  48. <line x1="10" y1="12" x2="20" y2="12" />
  49. <line x1="6" y1="18" x2="20" y2="18" />
  50. </svg>
  51. </symbol>
  52. <symbol id="svg-menu" viewBox="0 0 24 24">
  53. <title>Menu</title>
  54. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
  55. stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
  56. class="feather feather-menu">
  57. <line x1="3" y1="12" x2="21" y2="12"></line>
  58. <line x1="3" y1="6" x2="21" y2="6"></line>
  59. <line x1="3" y1="18" x2="21" y2="18"></line>
  60. </svg>
  61. </symbol>
  62. <symbol id="svg-arrow-right" viewBox="0 0 24 24">
  63. <title>Expand</title>
  64. <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
  65. stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
  66. class="feather feather-chevron-right">
  67. <polyline points="9 18 15 12 9 6"></polyline>
  68. </svg>
  69. </symbol>
  70. </svg>
  71. <input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
  72. <input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
  73. <label class="overlay sidebar-overlay" for="__navigation"></label>
  74. <label class="overlay toc-overlay" for="__toc"></label>
  75. <div class="page">
  76. <header class="mobile-header">
  77. <div class="header-left">
  78. <label class="nav-overlay-icon" for="__navigation">
  79. <i class="icon"><svg><use href="#svg-menu"></use></svg></i>
  80. </label>
  81. </div>
  82. <div class="header-center">
  83. <a href="#"><div class="brand">Book Data Tools documentation</div></a>
  84. </div>
  85. <div class="header-right">
  86. <label class="toc-overlay-icon toc-header-icon" for="__toc">
  87. <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
  88. </label>
  89. </div>
  90. </header>
  91. <aside class="sidebar-drawer">
  92. <div class="sidebar-container">
  93. <div class="sidebar-sticky"><a class="sidebar-brand" href="#">
  94. <span class="sidebar-brand-text">Book Data Tools documentation</span>
  95. </a><form class="sidebar-search-container" method="get" action="search.html">
  96. <input class="sidebar-search" placeholder=Search name="q">
  97. <input type="hidden" name="check_keywords" value="yes">
  98. <input type="hidden" name="area" value="default">
  99. </form><div class="sidebar-scroll"><div class="sidebar-tree">
  100. <ul>
  101. <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>
  102. <li class="toctree-l2"><a class="reference internal" href="using/running.html">Running the Tools</a></li>
  103. <li class="toctree-l2"><a class="reference internal" href="using/setup.html">Setting Up the Environment</a></li>
  104. <li class="toctree-l2"><a class="reference internal" href="using/sources.html">Downloading Source Data</a></li>
  105. </ul>
  106. </li>
  107. <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>
  108. <li class="toctree-l2"><a class="reference internal" href="data/ids.html">Common Identifiers</a></li>
  109. <li class="toctree-l2"><a class="reference internal" href="data/loc.html">Library of Congress</a></li>
  110. <li class="toctree-l2"><a class="reference internal" href="data/openlib.html">OpenLibrary</a></li>
  111. <li class="toctree-l2"><a class="reference internal" href="data/viaf.html">Virtual Internet Authority File</a></li>
  112. <li class="toctree-l2"><a class="reference internal" href="data/bx.html">BookCrossing</a></li>
  113. <li class="toctree-l2"><a class="reference internal" href="data/amazon.html">Amazon Ratings</a></li>
  114. <li class="toctree-l2"><a class="reference internal" href="data/goodreads.html">GoodReads (UCSD Book Graph)</a></li>
  115. <li class="toctree-l2"><a class="reference internal" href="data/cluster.html">Book Clusters</a></li>
  116. <li class="toctree-l2"><a class="reference internal" href="data/gender.html">Book Author Gender</a></li>
  117. </ul>
  118. </li>
  119. <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>
  120. <li class="toctree-l2"><a class="reference internal" href="implementation/status.html">Status Tracking</a></li>
  121. <li class="toctree-l2"><a class="reference internal" href="implementation/layout.html">Layout</a></li>
  122. <li class="toctree-l2"><a class="reference internal" href="implementation/dataset.html">Design for Datasets</a></li>
  123. </ul>
  124. </li>
  125. <li class="toctree-l1"><a class="reference internal" href="papers.html">Papers Using BookData</a></li>
  126. <li class="toctree-l1"><a class="reference external" href="https://github.com/BoiseState/bookdata-tools">GitHub repository</a></li>
  127. </ul>
  128. </div>
  129. </div>
  130. </div>
  131. </div>
  132. </aside>
  133. <main class="main">
  134. <div class="content">
  135. <article role="main">
  136. <label class="toc-overlay-icon toc-content-icon" for="__toc">
  137. <i class="icon"><svg><use href="#svg-toc"></use></svg></i>
  138. </label>
  139. <div class="section" id="book-data-tools">
  140. <h1>Book Data Tools<a class="headerlink" href="#book-data-tools" title="Permalink to this headline">¶</a></h1>
  141. <p>The PIReT Book Data Tools are a set of tools for ingesting, integrating, and indexing
  142. a variety of sources of book data, created by the <a class="reference external" href="https://piret.info">People and Information Research Team</a>
  143. at <a class="reference external" href="https://boisestate.edu">Boise State University</a>. The result of running these tools is a PostgreSQL
  144. database with the raw data, various useful extracted features, and integrated identifiers across the various
  145. data sources for cross-linking.</p>
  146. <p>If you use these scripts in any published research, cite <a class="reference external" href="https://md.ekstrandom.net/pubs/bag-extended">our paper</a> (<a class="reference external" href="https://md.ekstrandom.net/pubs/bag2-preprint.pdf">PDF</a>):</p>
  147. <blockquote>
  148. <div><p>Michael D. Ekstrand and Daniel Kluver. 2021. Exploring Author Gender in Book Rating and Recommendation. <cite>User Modeling and User-Adapted Interaction</cite> (February 2021) DOI:<a class="reference external" href="https://doi.org/10.1007/s11257-020-09284-2">10.1007/s11257-020-09284-2</a>.</p>
  149. </div></blockquote>
  150. <p>We also ask that you contact Michael Ekstrand to let us know about your use of the data, so we can
  151. include your paper in our list of relying publications.</p>
  152. <p><strong>Note:</strong> the limitations section of the paper contains important information about
  153. the limitations of the data these scripts compile. <strong>Do not use the gender information
  154. in this data data or tools without understanding those limitations</strong>. In particular,
  155. VIAF’s gender information is incomplete and, in a number of cases, incorrect.</p>
  156. <p>In addition, several of the data sets integrated by this project come from other sources
  157. with their own publications. <strong>If you use any of the rating or interaction data, cite the
  158. appropriate original source paper.</strong> For each data set below, we have provided a link to the
  159. page that describes the data and its appropriate citation.</p>
  160. <p>See the <a class="reference internal" href="using/setup.html"><span class="doc std std-doc">Setup page</span></a> to get started and for system requirements.</p>
  161. <div class="toctree-wrapper compound">
  162. <ul>
  163. <li class="toctree-l1"><a class="reference internal" href="using/index.html">Using the Tools</a></li>
  164. <li class="toctree-l1"><a class="reference internal" href="data/index.html">Data Model</a></li>
  165. <li class="toctree-l1"><a class="reference internal" href="implementation/index.html">Design and Implementation</a></li>
  166. <li class="toctree-l1"><a class="reference internal" href="papers.html">Papers Using BookData</a></li>
  167. <li class="toctree-l1"><a class="reference external" href="https://github.com/BoiseState/bookdata-tools">GitHub repository</a></li>
  168. </ul>
  169. </div>
  170. <div class="section" id="video">
  171. <h2>Video<a class="headerlink" href="#video" title="Permalink to this headline">¶</a></h2>
  172. <p>I recorded a video walking through the integration as an example for my <a class="reference external" href="httsp://cs533.ekstrandom.net">Data Science class</a>.</p>
  173. <iframe allow="autoplay" allowfullscreen="" height="405" src="https://boisestate.hosted.panopto.com/Panopto/Pages/Embed.aspx?id=3ddd5f50-f4bf-4c27-94fb-ac4a0042ab0b&amp;autoplay=false&amp;offerviewer=true&amp;showtitle=true&amp;showbrand=false&amp;start=0&amp;interactivity=all" style="border: 1px solid #464646;" width="720"></iframe>
  174. </div>
  175. <div class="section" id="license">
  176. <h2>License<a class="headerlink" href="#license" title="Permalink to this headline">¶</a></h2>
  177. <p>These tools are under the MIT license:</p>
  178. <blockquote>
  179. <div><p>Copyright 2019-2020 Boise State University</p>
  180. <p>Permission is hereby granted, free of charge, to any person obtaining a copy of
  181. this software and associated documentation files (the “Software”), to deal in
  182. the Software without restriction, including without limitation the rights to
  183. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  184. the Software, and to permit persons to whom the Software is furnished to do so,
  185. subject to the following conditions:</p>
  186. <p>The above copyright notice and this permission notice shall be included in all
  187. copies or substantial portions of the Software.</p>
  188. <p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  189. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  190. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  191. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  192. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  193. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
  194. </div></blockquote>
  195. </div>
  196. </div>
  197. </article>
  198. <footer>
  199. <div class="related-pages">
  200. <a class="next-page" href="using/index.html">
  201. <div class="page-info">
  202. <div class="context">
  203. <span>Next</span>
  204. </div>
  205. <div class="title">Using the Tools</div>
  206. </div>
  207. <svg><use href="#svg-arrow-right"></use></svg>
  208. </a>
  209. </div>
  210. <div class="related-information">
  211. Copyright &#169; 2020–2021 Boise State University
  212. |
  213. Built with <a href="https://www.sphinx-doc.org/">Sphinx</a>
  214. and
  215. <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
  216. <a href="https://github.com/pradyunsg/furo">Furo theme</a>.
  217. |
  218. <a class="muted-link" href="_sources/index.md.txt"
  219. rel="nofollow">
  220. Show Source
  221. </a>
  222. </div>
  223. </footer>
  224. </div>
  225. <aside class="toc-drawer">
  226. <div class="toc-sticky toc-scroll">
  227. <div class="toc-title-container">
  228. <span class="toc-title">
  229. Contents
  230. </span>
  231. </div>
  232. <div class="toc-tree-container">
  233. <div class="toc-tree">
  234. <ul>
  235. <li><a class="reference internal" href="#">Book Data Tools</a><ul>
  236. <li><a class="reference internal" href="#video">Video</a></li>
  237. <li><a class="reference internal" href="#license">License</a></li>
  238. </ul>
  239. </li>
  240. </ul>
  241. </div>
  242. </div>
  243. </div>
  244. </aside>
  245. </main>
  246. </div>
  247. <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  248. <script src="_static/jquery.js"></script>
  249. <script src="_static/underscore.js"></script>
  250. <script src="_static/doctools.js"></script>
  251. <script src="_static/scripts/main.js?digest=e931d09b2a40c1bb82b542effe772014573baf67"></script></body>
  252. </html>
Tip!

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

Comments

Loading...