Skip to content

Commit 8530803

Browse files
committed
2017
1 parent a79f83c commit 8530803

File tree

5 files changed

+76
-83
lines changed

5 files changed

+76
-83
lines changed

README.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# J608 - Web Design & Interactivity
2-
> 4/24, 5/1, 5/8, 5/22 - 10h00-13h50
2+
> 4/23, 4/30, 5/7, 6/4 — 10h00-15h00
33
44
```
55
Nikolas Wise
6-
6+
77
503.680.5495
88
@nikolaswise
99
```
@@ -14,7 +14,7 @@ This workshop will introduce the professional practice, language, and methodolog
1414

1515
In the course of this workshop, we will be introducing and discussing both the technical structures of web design as well as the independent disciplines within the field. You will be learning the basics of creating web sites, starting from HTML, CSS, and JavaScript. Alongside the basics, you will produce a project that combines your journalistic process with one of the disciplines of web design. The final day of class will be a discussion of these projects, demonstrating a firm grasp of how to communicate in a web-driven design discussion.
1616

17-
Graduate students will be expected to engage in a more rigourous final project, and will produce more work in assignments as described in the [schedule](#schedule)
17+
Graduate students will be expected to engage in a more rigorous final project, and will produce more work in assignments as described in the [schedule](#schedule)
1818

1919
## Outcomes
2020

@@ -26,29 +26,21 @@ At the end of this workshop, you will be able to:
2626

2727
## Office Hours
2828

29-
Regular office hours are schedules for Tuesdays and Thursday while the workshop in in session. Cafe hours can be scheduled on an individual bases as needed.
30-
31-
```
32-
Web Design Workshop Office Hours
33-
Esri Portland R&D Center
34-
309 SW 6th Ave, 6th Floor
35-
Tuesday, Thursday in last of week of April, all of May
36-
12h00 – 15h00
37-
```
29+
Office hours can be scheduled on an individual bases as needed.
3830

3931
## Policies
4032

4133
### Grading
4234

43-
All projects must be finished during the term. Finally grades will be based on overall participation and engagement with the material. Not finishing any one of the projects will result in an F. An A+ will be contingent on demonstrating exemplary growth in the duration of the course.
35+
All projects must be finished during the term. Finall grades will be based on overall participation and engagement with the material. Not finishing any one of the projects will result in an F. An A+ will be contingent on demonstrating exemplary growth in the duration of the course.
4436

4537
### Attendance
4638

47-
You will attend each of the 5 sessions. Exceptions may be made for funerals and / or meteor strikes
39+
You will attend each of the 4 sessions. Exceptions may be made for funerals and / or meteor strikes
4840

4941
### Submitting Work
5042

51-
All assignmens will be submitted on [Github](https://github.com)
43+
All assignment will be submitted on [Github](https://github.com)
5244

5345
### Missed Work
5446

@@ -60,7 +52,7 @@ If I need to cancel a class (chopped off fingers / computer caught on fire) I wi
6052

6153
### Universality, Inclusion, and Conduct
6254

63-
I am commited to teaching a class where all are welcome and includeed, with Universal design as a baseline. The highest standards of behavior are expected and required. If you have any concerns, needs, or want me to be aware of any particular requirements you may have, please don't hesitate to reach out to me.
55+
I am committed to teaching a class where all are welcome and included, with Universal design as a baseline. The highest standards of behavior are expected and required. If you have any concerns, needs, or want me to be aware of any particular requirements you may have, please don't hesitate to reach out to me.
6456

6557
## Preparation
6658

@@ -85,7 +77,7 @@ The below articles from [_A List Apart_](http://alistapart.com/) are a small sam
8577
- [Fork](https://help.github.com/articles/fork-a-repo/) this [repository](https://github.com/nikolaswise/web-design-workshop).
8678
- Fixing typos in this syllabus via a [Pull Request](https://help.github.com/articles/using-pull-requests/) will be seen as an excellent start.
8779

88-
### 4/24 - What is Web Design?
80+
### 4/23 - What is Web Design?
8981

9082
- Introduction of Technical Aspects
9183
- Disciplines within Web Design
@@ -97,15 +89,21 @@ Read Paul Ford's excellent expose [What is Code?](http://www.bloomberg.com/graph
9789

9890
Create a website using github pages using HTML, CSS, and JavaScript. This web site needs at least 3 pages. The content should be something that you think is interesting. An explanation of the project will live in the repo's `README.md` file, and be written in Markdown.
9991

92+
##### Resources
93+
94+
- [HTML Element Reference.](http://htmlreference.io/)
95+
- [CSS Reference.](http://cssreference.io/)
96+
- [JavaScript Basics](https://github.com/processing/p5.js/wiki/JavaScript-basics)
97+
10098
##### Grad Students
10199

102-
This website needs to be at least 5 distinct pages, with full navigation from each page to each other page. There must be significant styling using CSS, at least one interactive element using Javscript, and the HTML must be valid HTML 5.
100+
This website needs to be at least 5 distinct pages, with full navigation from each page to each other page. There must be significant styling using CSS, at least one interactive element using JavaScript.
103101

104-
### 5/1 - How do they do that?
102+
### 4/30 - How do they do that?
105103

106104
- Show off and briefly discuss student web sites
107105
- Talk about what was hard, what was easy
108-
- Explore some professional websites, taking a look unde the hood.
106+
- Explore some professional websites, taking a look under the hood.
109107

110108
#### For Next Session
111109

@@ -117,7 +115,7 @@ Create an [issue](https://guides.github.com/features/issues/) on this repository
117115

118116
Provide 2 examples of each. Much more depth in analysis and critique is expected.
119117

120-
### 5/8 - Deep Dive into Design
118+
### 5/7 - Deep Dive into Design
121119

122120
- Discussion of sites located by students
123121
- Generate ideas for individual projects.
@@ -130,10 +128,9 @@ Complete your project laid out in todays workshop. Be prepared to present and ha
130128

131129
Will write ~1k words on how their project relates to the discussions about design critique and sub-disciplines, provided references and examples from the web.
132130

133-
### 5/22 - Project Review
131+
### 6/04 - Project Review
134132

135133
- Present and Review the Projects
136134
- Final discussion about the relationship between Journalism and Web Design.
137135

138136

139-

0 commit comments

Comments
 (0)