]> andersk Git - moira.git/blob - reg_svr/coupons/coupon.ps
Instructions for generating coupons for incoming students, and a copy of
[moira.git] / reg_svr / coupons / coupon.ps
1 %!PS-Adobe-3.0
2 %%BoundingBox: 54 72 558 720
3 %%Creator: Mozilla (NetScape) HTML->PS
4 %%DocumentData: Clean7Bit
5 %%Orientation: Portrait
6 %%Title: 
7 %%EndComments
8 %%BeginProlog
9 [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
10  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
11  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
12  /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
13  /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
14  /two /three /four /five /six /seven /eight /nine /colon /semicolon
15  /less /equal /greater /question /at /A /B /C /D /E
16  /F /G /H /I /J /K /L /M /N /O
17  /P /Q /R /S /T /U /V /W /X /Y
18  /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c
19  /d /e /f /g /h /i /j /k /l /m
20  /n /o /p /q /r /s /t /u /v /w
21  /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef
22  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
23  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
24  /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
25  /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright
26  /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior
27  /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf
28  /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
29  /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde
30  /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex
31  /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring
32  /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
33  /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
34  /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def
35 /c { matrix currentmatrix currentpoint translate
36      3 1 roll scale newpath 0 0 1 0 360 arc setmatrix } bind def
37 /F0
38     /Times-Roman findfont
39     dup length dict begin
40         {1 index /FID ne {def} {pop pop} ifelse} forall
41         /Encoding isolatin1encoding def
42     currentdict end
43 definefont pop
44 /f0 { /F0 findfont exch scalefont setfont } bind def
45 /F1
46     /Times-Bold findfont
47     dup length dict begin
48         {1 index /FID ne {def} {pop pop} ifelse} forall
49         /Encoding isolatin1encoding def
50     currentdict end
51 definefont pop
52 /f1 { /F1 findfont exch scalefont setfont } bind def
53 /F2
54     /Times-Italic findfont
55     dup length dict begin
56         {1 index /FID ne {def} {pop pop} ifelse} forall
57         /Encoding isolatin1encoding def
58     currentdict end
59 definefont pop
60 /f2 { /F2 findfont exch scalefont setfont } bind def
61 /F3
62     /Times-BoldItalic findfont
63     dup length dict begin
64         {1 index /FID ne {def} {pop pop} ifelse} forall
65         /Encoding isolatin1encoding def
66     currentdict end
67 definefont pop
68 /f3 { /F3 findfont exch scalefont setfont } bind def
69 /F4
70     /Courier findfont
71     dup length dict begin
72         {1 index /FID ne {def} {pop pop} ifelse} forall
73         /Encoding isolatin1encoding def
74     currentdict end
75 definefont pop
76 /f4 { /F4 findfont exch scalefont setfont } bind def
77
78 % Project Athena Owl Logo
79 % Copyright 1986 by the Massachusetts Institute of Technology
80 %
81 % Original developed by W. E. Sommerfeld, 1986.
82 % Owl eye shading, twig tuning by J. H. Saltzer
83 %
84 % Adjustments of size and position are provided at the end.
85 %
86 /circle { dup 3 index add 2 index moveto 0 360 arc } bind def
87
88 /ellipse
89   { 
90     matrix currentmatrix                % Push current matrix   
91     5 1 roll                    % roll to bottom
92     3 index 2 index add 3 index moveto  % move to start
93     4 2 roll translate scale    % translate then scale
94     0 0 1 0 360 arc             % draw it
95     setmatrix                   % restore matrix
96   } def
97
98 /owl1 {
99 % Do the filled sections first. . .
100 % right eye
101 newpath
102 120 120 6 circle
103 closepath 0 setgray fill
104 newpath
105 121 121 3 circle
106 closepath 1 setgray fill
107 % left eye
108 newpath
109 90 120 6 circle
110 closepath 0 setgray fill
111 91 121 3 circle
112 closepath 1 setgray fill
113 0 setgray
114
115 % Containing Circle
116 75 75 102 circle %75 75 100 circle     
117 % Left eye
118 90 120 10 circle
119 % Right eye
120 120 120 10 circle
121 % Berry on tree
122 37.5 111 3 circle  % 37.5 111 2.5 circle
123 % Theta (outside)
124 140 60 10 circle
125 % Theta (inside)
126 140 60 .5 circle
127
128 % High leaf
129
130 35 140 15 10 ellipse
131
132 % Low leaf
133
134 15 109 10 15 ellipse
135
136 % Twigs holding leaves and berry
137
138 % berry
139 4 145 moveto
140 36 113 lineto
141
142 % high leaf
143 9 140 moveto
144 51 140 lineto
145
146 % low leaf
147 15 134 moveto
148 15 93 lineto
149
150 % squarish outline lines
151 0 45 moveto
152 -10 65 -15 120 3 146 curveto
153 20 160 25 155 75 155 curveto
154 75 -5 moveto
155 100 -5 145 5 155 15 curveto
156 165 25 160 100 155 135 curveto
157
158 % Main outline of owl
159
160 stroke currentlinewidth dup 2 mul setlinewidth
161
162 35 14 moveto
163 35 18 lineto
164 36 19 lineto
165 37 20 lineto
166 50 20 lineto
167 52 21 lineto
168 55 24 lineto
169 56 29 lineto
170 54 34 lineto
171 53 36 lineto
172 51 38 lineto
173 48 40 lineto
174 41 43 lineto
175 31 46 lineto
176 26 45 lineto
177 20 44 lineto
178 15 43 lineto
179 13 43 lineto
180 11 44 lineto
181 10 45 lineto
182 10 46 lineto
183 11 48 lineto
184 13 51 lineto
185 20 61 lineto
186 30 75 lineto
187 34 80 lineto
188 40 87 lineto
189 45 93 lineto
190 50 97 lineto
191 55 101 lineto
192 60 103 lineto
193 64 105 lineto
194 71 105 lineto
195 69 108 lineto
196 67 112 lineto
197 66 115 lineto
198 67 120 lineto
199 68 124 lineto
200 71 129 lineto
201 72 132 lineto
202 73 135 lineto
203 71 141 lineto
204 75 139 lineto
205 80 137 lineto
206 90 136 lineto
207 100 135 lineto
208 120 135 lineto
209 130 136 lineto
210 140 137 lineto
211 146 140 lineto
212 144 136 lineto
213 142 132 lineto
214 141 125 lineto
215 142 118 lineto
216 142 112 lineto
217 140 106 lineto
218 136 100 lineto
219 132 95 lineto
220 129 92 lineto
221 124 89 lineto
222 126 86 lineto
223 127 80 lineto
224 126 73 lineto
225 124 66 lineto
226 120 60 lineto
227 116 55 lineto
228 110 50 lineto
229 105 46 lineto
230 100 43 lineto
231 91 39 lineto
232 84 36 lineto
233 75 35 lineto
234 73 30 lineto
235 73 25 lineto
236 74 22 lineto
237 76 20 lineto
238 90 20 lineto
239 92 18 lineto
240 92 14 lineto
241 75 35 moveto
242 65 33 lineto
243 62 31 lineto
244 61 27 lineto
245 61 22 lineto
246 62 20 lineto
247 63 19 lineto
248 64 19 lineto
249 66 21 lineto
250 67 25 lineto
251 66 31 lineto
252 65 33 lineto
253
254 20 44 moveto
255 20 27 lineto
256 22 25 lineto
257 38 25 lineto
258 40 27 lineto
259 40 43 lineto
260 %  (end of main owl outline)
261
262 stroke setlinewidth
263
264 % everything else
265
266 31 46 moveto
267 39 49 lineto
268 50 53 lineto
269 59 57 lineto
270 76 67 lineto
271 80 70 lineto
272 92 80 lineto
273 100 88 lineto
274 102 91 lineto
275 102 94 lineto
276
277 71 105 moveto
278 75 103 lineto
279 80 101 lineto
280 87 100 lineto
281 92 99 lineto
282 99 96 lineto
283 102 94 lineto
284 110 90 lineto
285 124 89 lineto
286 % Damned stack limit!
287 } bind def /owl2 {
288 26 45 moveto
289 26 30 lineto
290
291 35 45 moveto
292 35 30 lineto
293
294 64 105 moveto
295 78 80 lineto
296
297 33 79 moveto
298 60 66 lineto
299
300 68 97 moveto
301 66 99 lineto
302 61 98 lineto
303 48 83 lineto
304
305 72 90 moveto
306 68 94 lineto
307 65 93 lineto
308 63 92 lineto
309 53 82 lineto
310
311 75 85 moveto
312 73 87 lineto
313 70 88 lineto
314 66 86 lineto
315 60 80 lineto
316
317 77 80 moveto
318 75 83 lineto
319 73 83 lineto
320 67 79 lineto
321
322 44 73 moveto
323 40 74 lineto
324 38 73 lineto
325 33 68 lineto
326
327 51 70 moveto
328 46 71 lineto
329 42 69 lineto
330 32 61 lineto
331
332 60 66 moveto
333 54 67 lineto
334 46 64 lineto
335 30 52 lineto
336
337 105 92 moveto
338 105 100 lineto
339 106 104 lineto
340 108 107 lineto
341 110 109 lineto
342 115 112 lineto
343
344 105 100 moveto
345 104 104 lineto
346 102 107 lineto
347 100 109 lineto
348 95 112 lineto
349
350 130 90 moveto
351 150 80 lineto
352 130 70 lineto
353
354 137 86 moveto
355 137 74 lineto
356
357 130 30 moveto
358 130 45 lineto
359 150 45 lineto
360 150 30 lineto
361
362 140 45 moveto
363 140 35 lineto
364 } bind def
365 /owl { 2 setlinewidth owl1 owl2 stroke } bind def
366
367 /paint {
368 pop
369
370 2.1 706.6 moveto
371 12 f1
372 (CONFIDENTIAL) show
373 16.9 678 moveto
374 8 f0
375 (Information) show
376 28.5 669.2 moveto
377 (Systems) show
378 7.8 651.6 moveto
379 (User Accounts) show
380 34.7 642.8 moveto
381 (Office) show
382 11.4 634 moveto
383 (Building N42) show
384 6.9 625.2 moveto
385 (211 Mass Ave.) show
386 8.3 607.6 moveto
387 (Account Help:) show
388 28.5 598.8 moveto
389 (x3-1325) show
390 12.3 581.2 moveto
391 (Athena Help:) show
392 28.5 572.4 moveto
393 (x3-4435) show
394 21.2 563.6 moveto
395 (Mac Help:) show
396 28.5 554.8 moveto
397 (x3-1101) show
398 4.7 546 moveto
399 (Windows Help:) show
400 28.5 537.2 moveto
401 (x3-1102) show
402 124.2 662.7 moveto
403 24 f1
404 (Important Athena Registration) show
405 221.5 635.1 moveto
406 (Information) show
407 73.5 602.1 moveto
408 10 f0
409 (Welcome to MIT! As a member of the MIT) show
410 73.5 591.1 moveto
411 (community, you have access to a vast array) show
412 73.5 580.1 moveto
413 (of computer-based facilities and tools to help) show
414 73.5 569.1 moveto
415 (you get your work done -- or just play. ) show
416 73.5 547.1 moveto
417 (But in order to take advantage of all these) show
418 73.5 536.1 moveto
419 (electronic resources, you first need to) show
420 73.5 523.4 moveto
421 (establish your identity in MIT's Kerberos) show
422 239.8 526.9 moveto
423 8 f0
424 (TM) show
425 73.5 512.4 moveto
426 10 f0
427 (security system. You do this by obtaining a) show
428 73.5 499.7 moveto
429 (user account on MIT's Athena) show
430 195.6 503.2 moveto
431 8 f0
432 (\256) show
433 201.6 499.7 moveto
434 10 f0
435 ( system. ) show
436 73.5 477.7 moveto
437 (The information you need is provided below.) show
438 73.5 466.7 moveto
439 (Sign up now, and start using the electronic) show
440 73.5 455.7 moveto
441 (resources of MIT! ) show
442 .9 setgray newpath
443 260 620 moveto
444 242 0 rlineto
445 0 -170 rlineto
446 -242 0 rlineto
447 closepath fill
448 0 setgray
449 267.3 603.9 moveto
450 8 f0
451 (You need a Kerberos identity/Athena account to gain access to: ) show
452 288.7 585.5 moveto
453 2.2 2.2 c  fill 
454 295.3 582.8 moveto
455 (The ) show
456 309.7 582.8 moveto
457 8 f1
458 (Athena) show
459 334.5 582.8 moveto
460 8 f0
461 ( system itself, MIT's campus-wide UNIX) show
462 467.8 586.3 moveto
463 (\256) show
464 473.8 582.8 moveto
465 (-based) show
466 295.3 574 moveto
467 (academic computing facility. You can use Athena to) show
468 295.3 565.2 moveto
469 (communicate with other students and faculty on-line, explore) show
470 295.3 556.4 moveto
471 (the internet, do class work, put up your own web pages, and) show
472 295.3 547.6 moveto
473 (make use of Athena's many other features and applications.) show
474 288.7 532.4 moveto
475 2.2 2.2 c  fill 
476 295.3 529.7 moveto
477 8 f1
478 (WebSIS) show
479 323.3 529.7 moveto
480 8 f0
481 (, MIT's online student information system, including) show
482 295.3 520.9 moveto
483 (pre-registration and online access to your financial and) show
484 295.3 511.8 moveto
485 (academic records. ) show
486 355 511.8 moveto
487 8 f1
488 (http://student.mit.edu/) show
489 288.7 496.6 moveto
490 2.2 2.2 c  fill 
491 295.3 493.9 moveto
492 8 f0
493 (Various electronically-run campus ) show
494 407.9 493.9 moveto
495 8 f1
496 ("lotteries") show
497 444.3 493.9 moveto
498 8 f0
499 ( \(Housing,) show
500 295.3 485.1 moveto
501 (Phys. Ed.\)) show
502 288.7 470.2 moveto
503 2.2 2.2 c  fill 
504 295.3 467.5 moveto
505 (Educational and personal discounts for computer purchases.) show
506 67.9 441.5 moveto
507 432.6 0 rlineto 0 -1.4 rlineto -432.6 0 rlineto closepath  fill 
508 gsave 2.1 setlinewidth
509  67.9 434.7 moveto
510 432.6 0 rlineto 0 -128.6 rlineto -432.6 0 rlineto closepath  stroke 
511 grestore
512 gsave 0.7 setlinewidth
513 .9 setgray 71.4 431.2 moveto
514 425.6 0 rlineto 0 -121.6 rlineto -425.6 0 rlineto closepath  fill
515 0 setgray 71.4 431.2 moveto
516 425.6 0 rlineto 0 -121.6 rlineto -425.6 0 rlineto closepath  stroke
517 grestore
518 131.9 413.6 moveto
519 8 f3
520 (Confidential) show
521 213.4 412.8 moveto
522 10 f1
523 (ATHENA ACCOUNT COUPON) show
524 377 413.6 moveto
525 8 f3
526 (Non-Transferable) show
527 231.3 394.3 moveto
528 10 f1
529 (Name:) show
530 217.7 371.4 moveto
531 (MIT ID#:) show
532 207.7 345.1 moveto
533 (Key Words:) show
534 132 322.8 moveto
535 8 f3
536 (Limit One Account) show
537 gsave
538 -80 20 rmoveto currentpoint translate .35 .35 scale
539 owl
540 grestore
541 386.3 322.8 moveto
542 (No Cash Value) show
543 gsave
544 -40 20 rmoveto currentpoint translate .35 .35 scale
545 owl
546 grestore
547 67.9 290.2 moveto
548 8 f0
549 (To obtain your Athena Account and all the rights and privileges pertaining thereto, follow these instructions: ) show
550 91.1 275.8 moveto
551 (1.) show
552 101.5 275.8 moveto
553 8 f2
554 (Go to any Athena workstation.) show
555 199.5 275.8 moveto
556 8 f0
557 ( There are clusters of Athena machines) show
558 101.5 267 moveto
559 (all over campus, and more in individual offices \(a large public cluster) show
560 101.5 257.9 moveto
561 (is in the Student center -- W20-575\). Click on the ) show
562 262.1 257.9 moveto
563 8 f1
564 (Register for an) show
565 101.5 248.8 moveto
566 (Account) show
567 129.9 248.8 moveto
568 8 f0
569 ( button on the login screen. ) show
570 101.5 231.2 moveto
571 8 f2
572 (Or if you have access to a web browser:) show
573 230.3 231.2 moveto
574 8 f0
575 ( Go to the web page) show
576 101.5 222.1 moveto
577 8 f1
578 (http://web.mit.edu/register/) show
579 195.4 222.1 moveto
580 8 f0
581 (. ) show
582 91.1 204.5 moveto
583 (2.) show
584 101.5 204.5 moveto
585 (Follow the instructions as prompted, using the information from your) show
586 101.5 195.7 moveto
587 (Athena Account Coupon above to answer the prompts. ) show
588 101.5 178.1 moveto
589 (The coupon information applies ) show
590 205.9 178.1 moveto
591 8 f2
592 (only to you) show
593 241.4 178.1 moveto
594 8 f0
595 ( and is valid for exactly) show
596 101.5 169.3 moveto
597 (one use. After you have registered for your account, nobody else can) show
598 101.5 160.5 moveto
599 (register for an account as you, even if they find this coupon. ) show
600 91.1 142.9 moveto
601 (3.) show
602 101.5 142.9 moveto
603 (That's it! Your Athena account will become activated overnight, so) show
604 101.5 133.8 moveto
605 (you should be able to use the Athena system ) show
606 245.7 133.8 moveto
607 8 f1
608 (the following day) show
609 304.3 133.8 moveto
610 8 f0
611 (. ) show
612 101.6 116.2 moveto
613 8 f2
614 (Note:) show
615 119.3 116.2 moveto
616 8 f0
617 ( In order to use certain MIT web-based services \(e.g., WebSIS,) show
618 101.5 107.4 moveto
619 (or an electronic lottery\), you need to obtain digital certificates for) show
620 101.5 98.6 moveto
621 (your web browser once your Athena account has been activated. The) show
622 101.5 89.5 moveto
623 (process is explained at: ) show
624 177.9 89.5 moveto
625 8 f1
626 (http://web.mit.edu/is/help/cert/) show
627 283.4 89.5 moveto
628 8 f0
629 (. ) show
630 334.1 275.5 moveto
631 8 f1
632 (A Note About Your Username) show
633 334.1 257.9 moveto
634 8 f0
635 (When you are prompted for a username, pick a) show
636 334.1 249.1 moveto
637 (name you will feel comfortable using and sharing) show
638 334.1 240.3 moveto
639 (with others for as long as you are at MIT -- this) show
640 334.1 231.5 moveto
641 (name is used for your campus e-mail account too.) show
642 334.1 222.7 moveto
643 (Consider that your e-mail address will be known) show
644 334.1 213.9 moveto
645 (to your advisor, instructors, potential employers,) show
646 334.1 205.1 moveto
647 (friends and maybe even your family. Note: once) show
648 334.1 196.1 moveto
649 (you pick your Athena username, ) show
650 441 196.1 moveto
651 8 f3
652 (you will not be) show
653 334.2 187.1 moveto
654 (able to change it, ever!) show
655 409.5 187.1 moveto
656 8 f0
657 ( ) show
658 334.1 156.2 moveto
659 8 f1
660 (A Note About Passwords) show
661 334.1 138.6 moveto
662 8 f0
663 (Unlike your username, you can change your) show
664 334.1 129.8 moveto
665 (password any time you like -- in fact, you should.) show
666 334.1 121 moveto
667 (But pick a password that can't be easily guessed.) show
668 334.1 112.2 moveto
669 (Don't use words in the dictionary or names. Do) show
670 334.1 103.4 moveto
671 (use combinations of capital and lowercase letters,) show
672 334.1 94.3 moveto
673 (numbers and punctuation. ) show
674 418.9 94.3 moveto
675 8 f1
676 (Never write down) show
677 334.1 85.2 moveto
678 (your password or share it with ) show
679 440.8 85.2 moveto
680 8 f3
681 (anyone) show
682 464.8 85.2 moveto
683 8 f1
684 (!) show
685 } bind def
686
687 /myform << /FormType 1 /BBox [ 0 72 504 720 ] /Matrix matrix /PaintProc { paint } >> def
688
689 /dopage {
690 8 6 roll
691 /id exch def
692 /name exch def
693 54 0 translate
694 myform execform
695 12 f1
696 502 706.6 moveto id stringwidth pop -1 mul 0 rmoveto currentpoint
697 id show
698 12 f0
699 moveto name stringwidth pop ( -- ) stringwidth pop add -1 mul 0 rmoveto
700 name show
701 ( -- ) show
702 268.2 394.5 moveto
703 10 f0
704 name show
705 268.2 371.6 moveto
706 10 f0
707 id show
708 268.2 350.7 moveto
709 8 f4
710 6 -1 roll show
711 ( ) show
712 5 -1 roll show
713 ( ) show
714 4 -1 roll show
715 268.2 342.3 moveto
716 8 f4
717 3 -1 roll show
718 ( ) show
719 exch show
720 ( ) show
721 show
722 showpage
723 } bind def
724
725 (Garry Zacheiss) (996574941) (DIDDLE) (DIDDLE) (DEE) (WUBBA) (WUBBA) (WUBBA) dopage
This page took 0.588718 seconds and 5 git commands to generate.