Created
June 16, 2011 05:52
-
-
Save tjmcewan/1028748 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class JobDescription | |
def self.important_bits | |
chaff do | |
""" | |
## Position | |
You'll have an initial six to nine month negotiated contract, with a view to making you a permanent employee once we establish we're right for each other. You'll be enhancing & maintaining a range of existing projects, including our internal custom built Project Management System (PIMMS), our energy efficiency game website: [Climate Clubs](http://ccv2.heroku.com/), and our waste management tool for SMEs: [WasteNot](http://wastenot.streamline.org.au/) (built for us by :mocra). You'll also help us quickly knock up proof of concept sites (and nurture them into blossoming gardens; cheers @cmaitchison ;-) for the many community education & engagement ideas we have in the icebox. | |
## We use | |
Ubuntu/Passenger/Nginx, Heroku, JenkinsCI, Rails, Git, BackboneJS (jQuery), Rspec (Cucumber), whatever you want (except Haskell) :-p | |
## Application procedure | |
I want to try and make this one reasonably informal. Send me your Github username, some projects you've worked on, & maybe a CV, if you've got one handy. I'll be in touch and we'll setup a meeting in which we chat about your skills, what you're after, & maybe we'll pair for a bit. | |
## Salary Range | |
**$63,844 to $69,127 p.a. (increases by 2% automatically every 6 months)** | |
The level of appointment is dependent upon skills and competencies. The University offers salary packaging plus attractive superannuation. | |
If you have any questions call me on 02 9514 4823 (try this one first & if I don't answer try the number below, which diverts to my mobile). | |
## Closing Date: **30 June 2011** | |
""" | |
end | |
end | |
private | |
def self.chaff | |
""" | |
# Web Application Developer | |
## Institute of Sustainable Futures @ University of Technology, Sydney | |
Want to work where you can really make a difference? | |
A position at UTS is one of influence, recognition, reward and work-life balance. | |
The Institute for Sustainable Futures (ISF) at UTS is a leader in applied sustainability research. Over the last 13 years ISF has worked with numerous government, industry and community organisations, in Australia and internationally, to incorporate sustainability into their processes and practices through high quality interdisciplinary research. For more information about ISF, visit our website: http://isf.uts.edu.au | |
Based close to Central Station, UTS is at the hub of the transport network, offering easy access to the City and its facilities. UTS also offers flexible work practices, and a great range of benefits including discounted gym membership and childcare centres. | |
#{yield} | |
-- | |
Tim McEwan | |
Systems Administrator | |
Institute for Sustainable Futures | |
University of Technology, Sydney | |
PO Box 123 Broadway NSW 2007 | |
Tel. +61 2 9514 4940 | |
""" | |
end | |
end | |
puts JobDescription.important_bits |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment