layout | title | nav_order | has_toc | has_children |
---|---|---|---|---|
home |
Home |
1 |
false |
false |
{%- assign workshops = site.pages | where_exp: "item", "item.grand_parent == null" | where_exp: "item", "item.parent == null" | sort: "title" -%}
What is digital scholarship, how can I do more with it, and how can it contribute to my research and teaching? Join us for our free workshop series that introduces McMaster students, faculty, and staff to the multifaceted domain of digital scholarship.
- Develop skills for professionalization.
- Learn to use software including Audacity, Gephi, Obsidian, OpenRefine, Python, Two Tone, and Voyant.
- Engage with faculty, staff, and students with all levels of technical expertise.
- Explore digital approaches to research and knowledge mobilization.
- Discover opportunities for collaboration.
-
{% for workshop in workshops %}
{% if workshop.title != null and workshop.title != "Home" and workshop.title != "Learn More" %}
- {{workshop.title}} {% endif %} {% endfor %}
{% include def/land_ack.md %}