-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from ryanlovett/authors
Disable authors.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,26 +5,26 @@ project: | |
title: UC Berkeley Data Science Curriculum Guide | ||
# description: | ||
# keywords: [] | ||
authors: | ||
- name: Balaji Alwar | ||
email: [email protected] | ||
affiliations: | ||
- id: ucb | ||
institution: University of California at Berkeley | ||
department: Research, Teaching, and Learning | ||
- name: Ryan Lovett | ||
email: [email protected] | ||
affiliations: | ||
- id: ucb | ||
department: Statistics | ||
- name: Eric Van Dusen | ||
email: [email protected] | ||
affiliations: | ||
- id: ucb | ||
department: DSUS | ||
# Uncommenting authors causes it to appear on every page. | ||
#authors: | ||
#- name: Balaji Alwar | ||
# email: [email protected] | ||
# affiliations: | ||
# - id: ucb | ||
# institution: University of California at Berkeley | ||
# department: Research, Teaching, and Learning | ||
#- name: Ryan Lovett | ||
# email: [email protected] | ||
# affiliations: | ||
# - id: ucb | ||
# department: Statistics | ||
#- name: Eric Van Dusen | ||
# email: [email protected] | ||
# affiliations: | ||
# - id: ucb | ||
# department: DSUS | ||
github: https://github.com/berkeley-cdss/curriculum-guide | ||
license: | ||
# code: MIT | ||
content: CC-BY-4.0 | ||
jupyter: | ||
lite: true | ||
|