Skip to content

Adding links to recordings #80

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
9 changes: 8 additions & 1 deletion _includes/presentation_timeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,14 @@ <h2 class="cd-timeline-content-title">
{% elsif event.groupId == 'key-close' %}
{% else %}

<h3 class="h4 talk-title">{% if talk.status == "canceled" %}<s>{% endif %}<a href="{{ talk.url }}">{{ talk.title }}</a>{% if talk.status == "canceled" %}</s>{% endif %}</h3>
<h3 class="h4 talk-title">
{% if talk.status == "canceled" %}<s>{% endif %}
<a href="{{ talk.url }}">{{ talk.title }}</a>
{% if talk.status == "canceled" %}</s>{% endif %}
{% if talk.link %}
&nbsp;<a class="btn ct-btn-light" href="{{ talk.link }}">Recording</a>
{% endif %}
</h3>
{% endif %}
</div>
<div class="col-12 d-none d-md-flex flex-wrap">
Expand Down
5 changes: 5 additions & 0 deletions _layouts/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ <h1>{{ page.title }}</h1>
<p class="alert alert-warning">This workshop is near capacity.</p>
{% endif %}


<p>{{ content }}</p>

{% if page.learning-outcomes or page.attendee-requirements %}
Expand Down Expand Up @@ -69,6 +70,10 @@ <h1>{{ page.title }}</h1>
{% endfor %}
{% endfor %}

{% if page.link %}
<a class="btn ct-btn-light" href="{{ page.link }}">Recording</a>
{% endif %}

{% if show_speakers %}
<h2>Speaker(s)</h2>
<div class="row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ speakers:
- john-dewees
speaker-text: Lauren Gallina, John Dewees
title: "Getting Everyone on the Same Page: Building a Shared Governance Structure for Digital Projects "
link: "https://www.youtube.com/live/A3l4OSTOQzo?t=3247"
---
Coordinating the work of multiple people on projects can be a thorny problem. This can be especially difficult when folks work in different departments and on different levels of the org chart. The University of Rochester has been working on a governance structure to ensure that the handling of digital projects can be done consistently, that the management of these projects does not depend on a particular person being in a role, and to foster clear communication and greater trust. This presentation will include a discussion of how this iterative process came about, how the framework developed for digital projects management came to be, what artifacts were necessary to create along the way, and how we are going to guarantee that this model will keep us on track and help accomplish our goals well into the future.