aryamccarthy / acl-anthology

Data and software for building the ACL Anthology.

Home Page:https://www.aclweb.org/anthology/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACL Anthology

(This repo was originally wing-nus/acl and has been transferred over to acl-org as of 5 Jun 2017. Please update accordingly.)

These are basic instructions on generating the ACL Anthology website as seen on https://aclweb.org/anthology/.

Generating the Anthology

Prerequisites

To build the Anthology website, you will need:

Cloning

Clone the Anthology repo to your local machine:

$ git clone https://github.com/acl-org/acl-anthology

Generating

Provided you have correctly installed all requirements, building the website should be as simple as calling the following command from the directory to which you cloned the repo:

$ bin/build_hugo

The fully generated website will be in hugo/public/ afterwards. If any errors occur during this step, you can consult the detailed README for more information on the individual steps performed to build the site.

Note that building the website is quite a resource-intensive process; particularly the last step, invoking Hugo, uses about 18~GB of system memory.

(Note: This does not mean you need this amount of RAM in your system; in fact, the website builds fine on a laptop with 8 GB of RAM. The system might temporarily slow down due to swapping, however. The figure of approx. 18 GB is the maximum RAM usage reported when running hugo --minify --stepAnalysis.)

Contributing

If you'd like to contribute to the ACL Anthology, please take a look at our information on volunteering and the detailed README containing more in-depth information about generating and modifying the website.

License

Materials prior to 2016 here are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 International License. Permission is granted to make copies for the purposes of teaching and research. Materials published in or after 2016 are licensed on a Creative Commons Attribution 4.0 License.

Matt Post (Editor, 2019-) / Min-Yen Kan (Editor, 2008-2018) / Steven Bird (Editor, 2001-2007)

Developer team: Linh Hien Ng (linhhienng at gmail dot com), Duong Ho Tuan zamakkat at gmail dot com)

About

Data and software for building the ACL Anthology.

https://www.aclweb.org/anthology/


Languages

Language:Python 63.4%Language:HTML 24.2%Language:Perl 7.8%Language:CSS 3.5%Language:Shell 1.1%