-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Laura González
committed
Jan 1, 2017
1 parent
ab17231
commit aa64c15
Showing
12 changed files
with
501 additions
and
111 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 |
---|---|---|
@@ -1,10 +1,7 @@ | ||
node_modules/* | ||
npm-debug.log | ||
|
||
dist/textbook.js | ||
dist/textbook.js.map | ||
|
||
build | ||
build/* | ||
!build/.exists | ||
|
||
.DS_Store |
Empty file.
This file was deleted.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1 +1,106 @@ | ||
module.exports = ["Accounting","Actuarial Science","Advertising","Agriculture","Agricultural and Biological Engineering","Agricultural Business Management","Agriculture Economics","Animal Bioscience","Animal Sciences","Anthropology","Applied Mathematics","Archaeology","Architectural Engineering","Architecture","Art History","Studio Art","Art Education","Biobehavioral Health","Biochemistry","Bioengineering","Biology","Biophysics","Biotechnology","Business Administration and Management","Business Logistics","Chemical Engineering","Chemistry","Children","Civil Engineering","Computer Engineering","Computer Science","Crime, Law, and Justice","Dance","Earth Sciences","Economics","Electrical Engineering","Elementary and Kindergarten Education","Engineering Science","English","Environmental Systems Engineering","Environmental Sciences","Environmental Resource Management","Film and Video","Finance","Food Science","Forest Science","Forest Technology","General Science","Geography","Geosciences","Graphic Design and Photography","Health and Physical Education","Health Policy and Administration","History","Horticulture","Hotel, Restaurant, and Institutional Management","Human Development and Family Studies","Individual and Family Studies","Industrial Engineering","Information Sciences and Technology","Journalism","Kinesiology","Landscape Architecture","Law Enforcement and Correction","Marine Biology","Marketing","Mathematics","Mechanical Engineering","Media Studies","Meteorology","Microbiology","Mineral Economics","Modern Languages","Music Education","Nuclear Engineering","Nursing","Nutrition","Philosophy","Physics","Physiology","Political Science","Pre-medicine","Psychology","Public Relations","Real Estate","Recreation and Parks","Rehabilitation Services","Religious Studies","Secondary Education","Sociology","Social Work","Special Education","Speech Communication","Speech Pathology and Audiology/Communication Disorder","Statistics","Telecommunications","Theater","Wildlife and Fishery Science","Wildlife Technology","Gender Studies"]; | ||
module.exports = [ | ||
"Accounting", | ||
"Actuarial Science", | ||
"Advertising", | ||
"Agriculture", | ||
"Agricultural Engineering", | ||
"Agricultural Business Management", | ||
"Agriculture Economics", | ||
"Animal Bioscience", | ||
"Animal Sciences", | ||
"Anthropology", | ||
"Applied Mathematics", | ||
"Archaeology", | ||
"Architectural Engineering", | ||
"Architecture", | ||
"Art History", | ||
"Studio Art", | ||
"Art Education", | ||
"Biobehavioral Health", | ||
"Biochemistry", | ||
"Bioengineering", | ||
"Biological Engineering", | ||
"Biology", | ||
"Biophysics", | ||
"Biotechnology", | ||
"Business Administration", | ||
"Business Logistics", | ||
"Chemical Engineering", | ||
"Chemistry", | ||
"Children", | ||
"Civil Engineering", | ||
"Computer Engineering", | ||
"Computer Science", | ||
"Crime, Law, and Justice", | ||
"Dance", | ||
"Earth Sciences", | ||
"Ethics", | ||
"Economics", | ||
"Electrical Engineering", | ||
"Elementary Education", | ||
"Engineering Science", | ||
"English", | ||
"Environmental Systems Engineering", | ||
"Environmental Sciences", | ||
"Environmental Resource Management", | ||
"Film and Video", | ||
"Finance", | ||
"Food Science", | ||
"Forest Science", | ||
"Forest Technology", | ||
"General Science", | ||
"Geography", | ||
"Geosciences", | ||
"Graphic Design and Photography", | ||
"Health and Physical Education", | ||
"Health Policy and Administration", | ||
"History", | ||
"Horticulture", | ||
"Hotel and Restaurant Management", | ||
"Human Development & Family Studies", | ||
"Individual and Family Studies", | ||
"Industrial Engineering", | ||
"Information Sciences and Technology", | ||
"Journalism", | ||
"Kinesiology", | ||
"Landscape Architecture", | ||
"Law Enforcement and Correction", | ||
"Marine Biology", | ||
"Marketing", | ||
"Mathematics", | ||
"Mechanical Engineering", | ||
"Media Studies", | ||
"Meteorology", | ||
"Microbiology", | ||
"Mineral Economics", | ||
"Modern Languages", | ||
"Music Education", | ||
"Nuclear Engineering", | ||
"Nursing", | ||
"Nutrition", | ||
"Philosophy", | ||
"Physics", | ||
"Physiology", | ||
"Political Science", | ||
"Politics", | ||
"Pre-medicine", | ||
"Psychology", | ||
"Public Relations", | ||
"Public Health", | ||
"Real Estate", | ||
"Recreation and Parks", | ||
"Rehabilitation Services", | ||
"Religious Studies", | ||
"Secondary Education", | ||
"Sociology", | ||
"Social Work", | ||
"Special Education", | ||
"Speech Communication", | ||
"Statistics", | ||
"Telecommunications", | ||
"Theater", | ||
"Wildlife and Fishery Science", | ||
"Wildlife Technology", | ||
"Gender Studies", | ||
"Energy" | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
module.exports = [ | ||
'Updated $1', | ||
'Intro to $1', | ||
'$1 101', | ||
'$1 in depth', | ||
'Dive into $1', | ||
'Integrated $1', | ||
'$1 Theory', | ||
'New $1' | ||
] |
Oops, something went wrong.