Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates to project #26

Merged
merged 2 commits into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data-collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ <h4>Resources</h4>
<li>
<a href="https://www.angelechristin.com/?page_id=611">Critical Data Studies Resources</a>: Reading lists and organizations. By Angèle Christin.
</li>
<li>
<a href="https://tinyurl.com/fpy2c8hz">Digital Ethnography Collective Reading list</a> (✨): LSE's Digital Ethnography Collective Reading List, hosted by Zoë Glatt.
</li>
</ul>

</html>
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
Expand All @@ -33,6 +34,7 @@ <h1>Open Source Tools for Social Science Researchers</h1>
<blockquote>
<p>Want to contribute? Contribute directly on <a href="https://github.com/open-source-social-science/open-source-social-science.github.io">GitHub</a> or add a resource through <a href="https://yopad.eu/p/open-source-social-science-365days">yopad</a>.</p>
</blockquote>

</header>
<section>

Expand Down Expand Up @@ -78,6 +80,18 @@ <h1>About this project</h1>
</div>
<script src="javascripts/include.js"></script>
<script src="javascripts/scale.fix.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.min.js"></script>
<script>tocbot.init({
// Where to render the table of contents.
tocSelector: '.js-toc',
// Where to grab the headings to build the table of contents.
contentSelector: '.js-toc-content',
// Which headings to grab inside of the contentSelector element.
headingSelector: 'h1, h2, h3',
// For headings inside relative or absolute positioned containers within content.
hasInnerContainers: true,
});</script>
<script src="javascripts/toc.js"></script>
</body>
</html>

Expand Down
10 changes: 10 additions & 0 deletions javascripts/toc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
function tocbot.init({
// Where to render the table of contents.
tocSelector: '.js-toc',
// Where to grab the headings to build the table of contents.
contentSelector: '.js-toc-content',
// Which headings to grab inside of the contentSelector element.
headingSelector: 'h1, h2, h3',
// For headings inside relative or absolute positioned containers within content.
hasInnerContainers: true,
});
14 changes: 14 additions & 0 deletions node_modules/tocbot/.babelrc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions node_modules/tocbot/.github/FUNDING.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 70 additions & 0 deletions node_modules/tocbot/.github/workflows/codeql-analysis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions node_modules/tocbot/.github/workflows/node.js.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/tocbot/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading