-
Notifications
You must be signed in to change notification settings - Fork 2
/
digital-humanities-flier.scrbl
43 lines (32 loc) · 1.57 KB
/
digital-humanities-flier.scrbl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#lang scribble/base
@(require images/logos
scribble/sigplan)
@centered{
@larger{@larger{@larger{@bold{Programmable Publishing}}}}}
@centered{
@larger{@bold{Digital Humanities for Everyone!}}}
@centered{@(plt-logo #:height 65)}
@centered{@larger{Want to learn computer programming, but don't think you're
enough of a math / computer science person?
Have we got the workshop for you!}}
Using the Racket programming language, the user-friendly text editor
DrRacket, and the markup language Scribble, participants will learn:
@itemlist[
@item{
The basics of learning to program... not by crunching
numbers, but by making pictures!}
@item{
Use Scribble and DrRacket to write papers in one source file,
but export to HTML, PDF, and other formats!}
@item{
Integrate data analysis right into your documents!
How many times @emph{did} Jane Austen mention tea in her writings?}
@item{
Write custom tools to fit @emph{your} research needs.
Tired of formatting and reformatting image lists?
Why not let your program do it for you?}]
The workshop will be the day following Libre Planet on @bold{Monday 3/26} at the Red Hat office from @bold{9-12}. This event is open to students, faculty, and the community. There is no cost to attend, but you must bring your own laptop. Please register at @url{https://my.fsf.org/civicrm/event/info?id=78&reset=1} if you are interested in participating as space is limited.
You @emph{can} learn to program... yes, you!
@centered{@emph{Pssst... flip this flier up to see its source code!}}
@subsubsub*section{}
@image{LPSourceCode.png}