Difference between revisions of "Officer:OfficerPage"

From American Jiu-Jitsu @ MIT
Jump to: navigation, search
(Club Finances)
(Instructions for Modifying Website and Scripts (non-Wiki))
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
== Administrative Tasks ==
 +
 +
* [http://mailman.mit.edu/mailman/admin/jiu-jitsu Jiu-Jitsu mailman list
 +
* [http://mailman.mit.edu/mailman/admin/jitsu-intro Jiu-Jitsu Intro Class mailman list]
 +
* [https://scripts-cert.mit.edu/~clubsports/access.php?id=2 American Jiu Jitsu - CSC database]
 +
* [https://groups.mit.edu/webmoira/list/jitsu-off Officers Mailing List] Web Moira Mailing list (need certificates to access). Aliased to ajj-officers@mit.edu.
 +
* [https://groups.mit.edu/webmoira/list/blackpants Instructor Mailing List] Web Moira Mailing list (need certificates to access) for instructors.
 +
 
== Recruiting Material ==
 
== Recruiting Material ==
  
* Posters 8x11
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/small-posters/ Posters: 8x11]
* Posters 11x17
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/large-posters/ Posters: 11x17]
* Posters Large Format
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/huge-posters/ Posters: large format]
* Artwork
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/artwork-and-logos/ Artwork and logos]
* T-Shirt Design 1996
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/t-shirts-designs/ T-shirt designs]
* T-Shirt Design 2002
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/recruiting-materials/ Recruiting material, trifolds, 4x6 cards]
* T-Shirt Design 2006
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/business-cards/ Business cards]
* T-Shirt Design 2007
 
* Trifolds
 
* Cards
 
* Business cards
 
 
* Guidelines and lessons-learned
 
* Guidelines and lessons-learned
  
Line 19: Line 23:
 
* 2720552 - American Jiu-Jitsu
 
* 2720552 - American Jiu-Jitsu
 
* Club dinners
 
* Club dinners
* Reimbursements
+
* [[Officer:Reimbursements | Processing reimbursements]]
 
* Guest instructors
 
* Guest instructors
 
* Seminars
 
* Seminars
* [https://web.mit.edu/jiu-jitsu/www/officer-content/AJJ%20Price%20List%202009-2010.docx Club member price list DOC], [https://web.mit.edu/jiu-jitsu/www/officer-content/AJJ%20Price%20List%202009-2010.pdf Club member price list PDF]
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/AJJ%20Price%20List%202009-2010.docx Club member price list DOC]  
 +
* [https://web.mit.edu/jiu-jitsu/www/officer-content/AJJ%20Price%20List%202009-2010.pdf Club member price list PDF]
 +
 
 +
===Price list (5/15)===
 +
 
 +
* Atama Mundial Model 9 Gi Blue/Black - $165 (retail price $ 219.95)
 +
* Atama New Light Kimono white - $ 150 ( retail price $ 189.95)
 +
* Atama New Light Kimono Blue/Black - $160 (retail $ 209.95)
 +
* Atama Single weave Gi white - $ 125 (retail $159.95)
 +
* Atama Single weave Gi Blue / Black - $ 140 ( retail 179.95)
 +
* Atama Women's Leticia Ribeiro Signature Gi white - $ 155 ( Retail $209.95)
 +
* Atama Mundial Model 9 Women's Gi White - $150 ( retail price $199.95)
 +
* Atama Mundial Model 9 Women's Gi Blue/Black - $165 (retail price $ 219.95)
 +
 
 +
== Instructions for Modifying Website and Scripts (non-Wiki) ==
 +
* Make sure you have access to MIT Athena using an MIT email address username.  You can access it from an on-campus Athena computer or you can connect in using a Mac terminal remotely (http://web.mit.edu/dialup/www/ssh.html):
 +
ssh myusername@athena.dialup.mit.edu
 +
 
 +
0. (ONE TIME) Start by following these instructions to get access the the Athena Locker on Athena "jiu-jitsu" scipts directory: https://sipb.mit.edu/doc/afs-and-you/#ControllingWhocanAccessFiles
 +
1. Each time you log in, you will have to Mount the AFS folder in your shell by following these instructions: https://sipb.mit.edu/doc/afs-and-you/#FromAthena for locker 'jiu-jitsu'.  If you are using the web Athena interface, that will be as simple as typing "cd /mit/jiu-jitsu"
 +
 
 +
* If you want to add photos to the site, you can do it through the admin interface on https://jiu-jitsu.scripts.mit.edu/gallery2/
 +
* The gallery site admin login is : jitsu-off
 +
* The gallery site admin password is : fsgJGV8EhC6fv4mXwo7DLeQfKOCjW
 +
* The ACTUAL photos are all located here:
 +
(athena afs url)/jiu-jitsu/web_scripts/gallery2/galleries
 +
So don't delete this directory.
 +
 
 +
==Instructions for controlling User Access to Videos and files==
 +
* Note: these commands have already been run, and likely do not need to be run again unless which groups access which files has changed. They are here for club officer knowledge transfer.
 +
* First, on Athena, add the jiu-jitsu locker: https://sipb.mit.edu/doc/afs-and-you/#ControllingWhocanAccessFiles]
 +
* The next commands allow anyone in Athena groups 'jitsu', 'jitsu-off', or 'sensei' to access files from the locker or the web.
 +
add jiu-jitsu
 +
cd /mit/jiu-jitsu/
 +
fs setacl -dir . -acl system:anyuser l
 +
fs setacl -dir . -acl system:sensei rlidwka
 +
fs setacl -dir . -acl system:jitsu-off rlidwka
 +
fs setacl -dir . -acl system:expunge ld
 +
fs setacl -dir . -acl system:jitsu rlidwka
 +
fs setacl -dir . -acl system:anyuser l
 +
fs listacl
  
 
== General ==
 
== General ==
Line 30: Line 74:
 
* Reservations
 
* Reservations
 
* [http://web.mit.edu/clubsports/officers/waiver.pdf Club sports waiver]
 
* [http://web.mit.edu/clubsports/officers/waiver.pdf Club sports waiver]
* [https://web.mit.edu/jiu-jitsu/www/officer-content/AJJMITLiabilityRelease2010.doc MIT AJJ waiver DOC][https://web.mit.edu/jiu-jitsu/www/officer-content/AJJMITLiabilityRelease2010.pdf MIT AJJ waiver PDF]
+
* [https://web.mit.edu/jiu-jitsu/www/officer-content/AJJMITLiabilityRelease2010.doc MIT AJJ waiver DOC]
 +
* [https://web.mit.edu/jiu-jitsu/www/officer-content/AJJMITLiabilityRelease2010.pdf MIT AJJ waiver PDF]

Latest revision as of 15:39, 23 January 2022

Administrative Tasks

Recruiting Material

Club Finances

Price list (5/15)

  • Atama Mundial Model 9 Gi Blue/Black - $165 (retail price $ 219.95)
  • Atama New Light Kimono white - $ 150 ( retail price $ 189.95)
  • Atama New Light Kimono Blue/Black - $160 (retail $ 209.95)
  • Atama Single weave Gi white - $ 125 (retail $159.95)
  • Atama Single weave Gi Blue / Black - $ 140 ( retail 179.95)
  • Atama Women's Leticia Ribeiro Signature Gi white - $ 155 ( Retail $209.95)
  • Atama Mundial Model 9 Women's Gi White - $150 ( retail price $199.95)
  • Atama Mundial Model 9 Women's Gi Blue/Black - $165 (retail price $ 219.95)

Instructions for Modifying Website and Scripts (non-Wiki)

  • Make sure you have access to MIT Athena using an MIT email address username. You can access it from an on-campus Athena computer or you can connect in using a Mac terminal remotely (http://web.mit.edu/dialup/www/ssh.html):
ssh myusername@athena.dialup.mit.edu 

0. (ONE TIME) Start by following these instructions to get access the the Athena Locker on Athena "jiu-jitsu" scipts directory: https://sipb.mit.edu/doc/afs-and-you/#ControllingWhocanAccessFiles 1. Each time you log in, you will have to Mount the AFS folder in your shell by following these instructions: https://sipb.mit.edu/doc/afs-and-you/#FromAthena for locker 'jiu-jitsu'. If you are using the web Athena interface, that will be as simple as typing "cd /mit/jiu-jitsu"

  • If you want to add photos to the site, you can do it through the admin interface on https://jiu-jitsu.scripts.mit.edu/gallery2/
  • The gallery site admin login is : jitsu-off
  • The gallery site admin password is : fsgJGV8EhC6fv4mXwo7DLeQfKOCjW
  • The ACTUAL photos are all located here:
(athena afs url)/jiu-jitsu/web_scripts/gallery2/galleries 

So don't delete this directory.

Instructions for controlling User Access to Videos and files

  • Note: these commands have already been run, and likely do not need to be run again unless which groups access which files has changed. They are here for club officer knowledge transfer.
  • First, on Athena, add the jiu-jitsu locker: https://sipb.mit.edu/doc/afs-and-you/#ControllingWhocanAccessFiles]
  • The next commands allow anyone in Athena groups 'jitsu', 'jitsu-off', or 'sensei' to access files from the locker or the web.
add jiu-jitsu
cd /mit/jiu-jitsu/
fs setacl -dir . -acl system:anyuser l
fs setacl -dir . -acl system:sensei rlidwka
fs setacl -dir . -acl system:jitsu-off rlidwka
fs setacl -dir . -acl system:expunge ld
fs setacl -dir . -acl system:jitsu rlidwka
fs setacl -dir . -acl system:anyuser l
fs listacl

General