[go: nahoru, domu]

Skip to content

acl2017/acl2017.github.io

 
 

Repository files navigation

ACL 2017 official website

This is the code for the official website for the 2017 annual meeting for the Association of Computational Linguistics.

It's currently using the Minimal Mistakes Jekyll Theme.

You can test this website locally on OS X as follows:

  1. Install bundler: sudo gem install bundler.
  2. Check out this repository.
  3. Run the gems needed by this repository: sudo bundle install. Note: This step might fail when installing the nokogiri gem. If this happens, run bundle config build.nokogiri --use-system-libraries and then run bundle install again.
  4. Start the jekyll server by running bundle exec jekyll serve.
  5. You can then see the website at http://localhost:4000.

License

The MIT License (MIT)

Copyright (c) 2016 Association for Computational Linguistics.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Code for the official ACL 2017 conference website.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 35.4%
  • JavaScript 23.7%
  • HTML 21.5%
  • Python 17.9%
  • Ruby 1.5%