parent
16ca51cb34
commit
d929bc1236
@ -1,6 +1,7 @@ |
||||
SUBDIRS = editing-example1 editing-example2 editing-example3 execmanual
|
||||
SUBDIRS = editing-example1 editing-example2 editing-example3 execmanual \
|
||||
procedure
|
||||
INPUTS = index.xml constitution.xml official.xml machine_usage.xml \
|
||||
machine_usage_summary.xml website.xml editing-howto.xml \
|
||||
constitution-change-20020920.xml execmanual.xml
|
||||
constitution-change-20020920.xml execmanual.xml procedure.xml
|
||||
|
||||
include ../default.mk |
||||
|
@ -0,0 +1,89 @@ |
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<chapter> |
||||
<title>President</title> |
||||
|
||||
<para>This chapter covers various useful notes for the CSC president, |
||||
ranging from who to call for room bookings to when the term should end. |
||||
I'll rant some more later.</para> |
||||
|
||||
<sect1> |
||||
<title>What to do</title> |
||||
|
||||
<para>The President is the person responsible. As ungrammatical as that |
||||
may seem, it is exactly accurate. He or she is responsible to make certain |
||||
that everything the CSC is involved in gets proper attention.Specifically, |
||||
the President's duties are:</para> |
||||
|
||||
<itemizedlist> |
||||
<listitem> |
||||
<para> to call and preside at all general, special, and executive |
||||
meetings of the Club;</para> |
||||
</listitem> |
||||
|
||||
<listitem> |
||||
<para> to call and preside at all general, special, and executive |
||||
meetings of the Club;</para> |
||||
</listitem> |
||||
|
||||
<listitem> |
||||
<para> to appoint all committees of the Club and the committee chair |
||||
of such committees, except the chair of the Programme Committee;</para> |
||||
</listitem> |
||||
|
||||
<listitem> |
||||
<para> to audit, or to appoint a representative to audit, the |
||||
financial records of the club at the end of each academic term.</para> |
||||
</listitem> |
||||
</itemizedlist> |
||||
|
||||
<para>Wherever possible, the President should delegate tasks to others. |
||||
Not doing this can overburden the President.</para> |
||||
</sect1> |
||||
|
||||
<sect1> |
||||
<title>Explanation</title> |
||||
|
||||
<para>As listed above the president is responsible for appointing |
||||
committee chair's and other positions. So, it is basically up to the |
||||
president to decide whether or not there is an explicit office staff. How |
||||
do people become office staff? Must the office close every day? What do |
||||
the members expect to get out of the club in this term? </para> |
||||
</sect1> |
||||
|
||||
<sect1> |
||||
<title>MathSoc</title> |
||||
|
||||
<para>The CSC is a MathSoc club as such you should know the <ulink |
||||
url="http://www.math.uwaterloo.ca/pinkbook.php">MathSoc club policies</ulink> |
||||
and know that the president is a non-voting member of MathSoc council, |
||||
like MathSoc directors.</para> |
||||
</sect1> |
||||
|
||||
<sect1> |
||||
<title>Planning events</title> |
||||
|
||||
<para>Planning events is a useful thing to know, so go read the |
||||
Vice-President's section.</para> |
||||
</sect1> |
||||
|
||||
<sect1> |
||||
<title>Useful contacts</title> |
||||
|
||||
<itemizedlist> |
||||
<listitem> |
||||
<para>It's a good thing to know who controls the keys to the |
||||
office and the money going to the club. Mathsoc does most of this |
||||
stuff, so besure to know the President and Treasurer of Mathsoc. They |
||||
can be emailed at prez@mathsoc.uwaterloo.ca and |
||||
tres@mathsoc.uwaterloo.ca</para> |
||||
</listitem> |
||||
|
||||
<listitem> |
||||
<para>You can try getting a projector from MFCF/CSCF. You probably |
||||
want to talk to Dave Gawley, <email>dlgawley@cs.uwaterloo.ca</email>. |
||||
He's been really friendly to the CSC in the past and is a cool guy |
||||
in general.</para> |
||||
</listitem> |
||||
</itemizedlist> |
||||
</sect1> |
||||
</chapter> |
Binary file not shown.
@ -0,0 +1,20 @@ |
||||
<?xml version='1.0'?> |
||||
|
||||
<!DOCTYPE cscpage SYSTEM "../csc.dtd"> |
||||
|
||||
<cscpage title="CSC Procedures manual"> |
||||
<header /> |
||||
<section title="The CSC Procedures Manual"> |
||||
<p>The CSC exec manual is intended to provide exec with a wealth of information on |
||||
useful topics provided by past executives. It should be kept up-to-date every term |
||||
by the current executives. One chapter is devoted to each executive position, with |
||||
descriptions of that position's duties and how to carry them out effectively.</p> |
||||
<p>At this point in time the procedures manual is near complete. If you feel the |
||||
manual is a good contribution to the club, please bug the exec to put more work |
||||
into it.</p> |
||||
<p>The procedures manual is written using LaTeX and is available |
||||
<a href="procedure/procedure.pdf">in PDF format</a>. The |
||||
<a href="procedure/procedure.latex">LaTeX source</a> is also on-line.</p> |
||||
</section> |
||||
<footer/> |
||||
</cscpage> |
@ -0,0 +1,36 @@ |
||||
STYLESHEET = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl
|
||||
FOSTYLESHEET = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/fo/docbook.xsl
|
||||
XSLTPROC = xsltproc
|
||||
XMLS = $(wildcard *.xml)
|
||||
HTMLS = $(XMLS:.xml=.html)
|
||||
|
||||
#all: book.html book.tex book.pdf
|
||||
all: procedure.pdf |
||||
|
||||
%.pdf: %.tex |
||||
pdflatex $<
|
||||
|
||||
clean-recurse: clean |
||||
|
||||
clean: |
||||
rm -f *.html *.fot *.out *.fo *.pdf *.log *.aux *.ps *.dvi *.toc
|
||||
|
||||
#book.html: $(XMLS)
|
||||
|
||||
#%.html: %.xml
|
||||
# $(XSLTPROC) $(STYLESHEET) $< > $@
|
||||
|
||||
#%.fo: %.xml
|
||||
# $(XSLTPROC) $(FOSTYLESHEET) $< > $@
|
||||
|
||||
#%.tex: %.xml
|
||||
# openjade -t tex -d /usr/share/sgml/docbook/stylesheet/dsssl/modular/print/docbook.dsl $<
|
||||
|
||||
#%.dvi: %.tex
|
||||
# jadetex $<
|
||||
|
||||
#%.pdf: %.tex
|
||||
# pdfjadetex $<
|
||||
|
||||
#%.ps: %.dvi
|
||||
# dvips -o $@ $<
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue