Giter Site home page Giter Site logo

sud_guidelines's Introduction

Source code for production of the SUD website

This repository contains the source code for production of the SUD website: https://surfacesyntacticud.github.io/

The SUD website is automatically updated when this repository is modified on github.

Modification of the SUD website

All pages of the website are written with the markdown syntax and are stored in the content folder. Other static files (like images), should be put in the static folder.

⚠️ Please: do not change files outside of these two folders.

Local version of the website

The website is generated with Hugo. It is not necessary to install it but it is strongly recommended if you want to preview your changes locally before updating the website.

Installation of Hugo

Visit the Install Hugo page for local installation. On MacOSX, it can be installed with brew install hugo for instance.

Run Hugo locally

Once Hugo is installed, you have to run the following command from the main directory:

hugo server

and the website is available on http://localhost:1313/ and is updated dynamically each time you save your file.

Modification of the website

Add a new page

  1. If you want your page to have subpages like guidelines/u:
  • build a folder in content with the same path guidelines/u
  • put the code of the page in this folder with the name "_index.md" (the underscore is needed for Hugo to generate correctly the page).
  1. If you don't want your page to have subpages like guidelines/deep_features/agent:
  • put a file agent.md in the folder guidelines/deep_features/

Draw a dependency graph in a page

With Kim's arborator-draft, it is possible to draw dependency graphs from CoNLL data in the source page with the following syntax:

{{< conll >}}
1	A	a	DET	_	_	2	det	_	_
2	man	man	NOUN	_	_	3	subj	_	_
3	walks	walk	VERB	_	_	0	root	_	_
{{< /conll >}}

⚠️ you must use a tabulation character to separate columns in the CoNLL code.

sud_guidelines's People

Contributors

bguil avatar emmettstr avatar kimgerdes avatar mariamnakhle avatar victorbocharov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.