Skip to content

Commit 670a886

Browse files
committed
Update title, use original video links
1 parent 64c6c03 commit 670a886

9 files changed

Lines changed: 19 additions & 18 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Open Source Collaboration and Version Control Tutorial
1+
# Intro to Open Source and Version Control
22

33
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC_BY_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
44

@@ -29,7 +29,7 @@ See the [Contributor's Guide](docs/README.md) for more information about how to
2929

3030
## License
3131

32-
<p>&copy; Copyright 2025, <a href="https://ospo.gwu.edu/">GWU Open Source Program Office (OSPO)</a>.
33-
Authored by <a href="https://michael-rossetti.org/">Michael J Rossetti</a>.
32+
<p>&copy; Copyright 2025, <a href="https://michael-rossetti.org/">Michael J Rossetti</a>.
33+
Originally created for the <a href="https://ospo.gwu.edu/">GWU Open Source Program Office (OSPO)</a>.
3434
Licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a>.
3535
</p>

docs/_quarto.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project:
88
# https://quarto.org/docs/books/
99
# https://quarto.org/docs/reference/projects/books.html
1010
book:
11-
title: "Open Source Collaboration and Version Control Tutorial"
11+
title: "Intro to Open Source and Version Control"
1212
author: "Michael J Rossetti"
1313
date: "last-modified" # "7/24/2024"
1414
date-format: "iso"
@@ -44,8 +44,8 @@ book:
4444
#favicon: images/favicon.ico
4545

4646
# https://quarto.org/docs/websites/website-navigation.html#side-navigation
47-
sidebar:
48-
logo: images/ospo-logo.png
47+
#sidebar:
48+
# logo: images/ospo-logo.png
4949

5050
#sidebar:
5151
# contents:
@@ -118,13 +118,14 @@ book:
118118

119119
page-footer:
120120
center: |
121-
<p>&copy; Copyright 2025, <a href="https://ospo.gwu.edu/">GWU Open Source Program Office (OSPO)</a>.
122-
Authored by <a href="https://michael-rossetti.org/">Michael J Rossetti</a>.
121+
<p>&copy; Copyright 2025, <a href="https://michael-rossetti.org/">Michael J Rossetti</a>.
122+
Originally created for the <a href="https://ospo.gwu.edu/">GWU Open Source Program Office (OSPO)</a>.
123123
Licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a>.
124124
</p>
125125
126126
127127
128+
128129
#bibliography: references.bib
129130

130131
format:

docs/about.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# About
22

3-
## Sponsoring Organization
4-
5-
The [GW Open Source Program Office (OSPO)](http://ospo.gwu.edu/) supports the GW community in their use of open-source tools, helps researchers comply with Open Science policies, and trains users in open-source development. The OSPO aims to help foster a culture of open collaboration and knowledge-sharing, aligned with the research and education missions of the university.
6-
73
## About the Author
84

95
[Michael Rossetti](https://michael-rossetti.org/) is a data scientist, software developer, and adjunct professor. He has worked as a polling data analyst for a winning US Presidential campaign, a data analytics director for a Silicon Valley startup, and a technology consultant for the US Government. As an adjunct professor, he has taught courses in data science, computer science, and software development at universities including New York University, Georgetown University, and the George Washington University.
6+
7+
## Sponsoring Organization
8+
9+
The [GW Open Source Program Office (OSPO)](http://ospo.gwu.edu/) supports the GW community in their use of open-source tools, helps researchers comply with Open Science policies, and trains users in open-source development. The OSPO aims to help foster a culture of open collaboration and knowledge-sharing, aligned with the research and education missions of the university.

docs/exercises/1-version-control-workflow/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gain familiarity with basic version control operations, including creating repos
66

77
## Walkthrough Video
88

9-
{{< video "https://vimeo.com/1078779616"
9+
{{< video "https://www.youtube.com/watch?v=UCcbvta2dp4"
1010
title= "Version Control Workflow - Exercise Walkthrough" >}}
1111

1212
## Instructions

docs/exercises/2-pull-request-workflow/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Adopt a Pull Request Workflow to collaborate with yourself (on independent proje
66

77
## Walkthrough Video
88

9-
{{< video "https://vimeo.com/1078782830"
9+
{{< video "https://www.youtube.com/watch?v=NTzUbULGc3o"
1010
title="Pull Request Workflow - Exercise Walkthrough" >}}
1111

1212
## Instructions

docs/exercises/3-developer-team-workflow/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Adopt a Pull Request Workflow to collaborate with teammates, on team projects wh
66

77
## Walkthrough Video
88

9-
{{< video "https://vimeo.com/1078783956"
9+
{{< video "https://www.youtube.com/watch?v=vsewcY7jwYA"
1010
title= "Developer Team Workflow - Exercise Walkthrough" >}}
1111

1212
> Thanks to [Reed Uhlik](https://www.reeduhlik.com/) for collaborating on this video.

docs/exercises/4-open-source-workflow/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Adopt and practice a Pull Request Workflow to collaborate with people you don't
66

77
## Walkthrough Video
88

9-
{{< video "https://vimeo.com/1078785045"
9+
{{< video "https://www.youtube.com/watch?v=X0UQAVwzBZE"
1010
title="Open Source Workflow - Exercise Walkthrough" >}}
1111

1212
> Thanks to [Reed Uhlik](https://www.reeduhlik.com/) for collaborating on this video.

docs/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
:::{.content-hidden when-format="html" when-page="index"}
3-
# Open Source Collaboration and Version Control Tutorial
3+
# Intro to Open Source and Version Control
44
:::
55

66
<p style="font-size:20px;">

docs/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
*/
77

88
/* hide just the book title in the sidebar
9-
*/
109
1110
.sidebar-title > a {
1211
display: none;
1312
}
13+
*/
1414

1515
/* display a border on the left sidebar */
1616
#quarto-sidebar {

0 commit comments

Comments
 (0)