Skip to content
Snippets Groups Projects
Commit 68b85d29 authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

first website

parent f5e8c513
Branches
No related tags found
No related merge requests found
_site
# Permalinks
permalink: pretty
# Setup
title: SIGMathLing
tagline: 'Special Interest Group for Math Linguistics.'
description: 'SIGMathLing is a Forum and Resource Cooperative for the Linguistics of Mathematical/Technical Documents.'
url: http://openmath.github.io
baseurl: ''
paginate: 10
paginate_path: "/news/page:num/"
future: True
plugins:
- jemoji
- jekyll-paginate
- jekyll-github-metadata
exclude: ['_activities/README.md', '*.synctex.gz', '*.aux', '*.nav', '*.out', '*.snm', '*.tex', '*.log', '*.toc']
# About/contact
author:
name: 'SIGMathLing'
# url: ''
email: michael.kohlhase@fau.de
# twitter: OpenMathSoc
repository: mkohlhase/SIGMathLing
sources: https://gl.kwarc.info/mkohlhase/SIGMathLing#the-sources-of-the-SIGMathLing-website
collections:
activities:
output: true
# Custom vars
version: 0.2.0
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
{% if page.title == "Home" %}
{{ site.title }} &middot; {{ site.tagline }}
{% else %}
{{ page.title }} &middot; {{ site.title }}
{% endif %}
</title>
<!-- CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/hyde.css">
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/main.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<!-- Icons -->
<link rel="shortcut icon" sizes="144x144" type="image/png" href="{{ site.baseurl }}/public/favicon.png">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}/atom.xml">
{% if page.id == "Calendar" %}
{% include calendar.html %}
{% endif %}
</head>
---
layout: page
title: About SIGMathLing
---
SIGMathLing is a forum and resource cooperative for the linguistics of mathematical/technical documents. It [aims at](/objectives/)
1. getting together researchers and application developers interested in maths linguistics to create a critical mass.
2. promoting open licensing of math linguistics resources.
3. collecting, curating, and internally/externally distributing a set of maths linguistic resources (corpora, lexica, libraries, tools, and benchmarks).
These resources are freedly chared among SIGMathLing members even if they cannot be made public for licensing reasons. Members also share results of linguistic analyses to facilitate derived results (... details in the [charter](/charter/)).
<div class="post-link">
<h4 class="post-title">
<a href="{{ post.url }}">{{ post.title }}</a> {{ post.date | date_to_string }}
{{ post.subtitle }}
</h4>
</div>
{% comment %}
Build a link to a page, activated if this is not the sidebar of this page
This is meant to be used from the sidebar
{% endcomment %}
<a class="sidebar-nav-item{% if page.url == include.url %} active{% endif %}"
href="{{ site.baseurl }}{{ include.url }}">{{ include.title }}</a>
<div class="sidebar">
<div class="container">
<div class="sidebar-about">
<h1>
<!-- <a href="{{ site.baseurl }}/"><img src="/public/logo.png" alt="{{ site.title }}" width="100%"/></a>-->
</h1>
<p class="lead">{{ site.description }}</p>
<p class="site-url lead"><a href="{{ site.url }}/">{{ site.url }}</a></p>
</div>
<nav class="sidebar-nav">
{% include sidebar-nav-item.html url="/" title="Home" %},
{% include sidebar-nav-item.html url="/about/" title="SIGMathLing" %},<br/>
{% include sidebar-nav-item.html url="/documents/" title="Documents"%},
{% include sidebar-nav-item.html url="/resources/" title="Resources"%},<br/>
{% include sidebar-nav-item.html url="/development/" title="Development" %},
{% include sidebar-nav-item.html url="/projects/" title="Projects"%},
{% include sidebar-nav-item.html url="/software/" title="Software &amp; Tools"%}.<br/>
{% include sidebar-nav-item.html url="/news/" title="News" %},
{% include sidebar-nav-item.html url="/follow/" title="Follow &amp; Contact us" %}
<span class="sidebar-nav-item">
<a href="{{ site.baseurl }}/atom.xml"><img class="icon" src="{{ site.baseurl }}/public/feed_w.png" alt="atom feed"/></a>
<a href="https://twitter.com/{{ site.author.twitter }}"><img class="icon" src="{{ site.baseurl }}/public/twitter_w.png" alt="twitter"/></a>
<a href="https://github.com/{{ site.github.owner_name }}"><img class="icon" src="{{ site.baseurl }}/public/github_w.png" alt="github"/></a>
</span><br/>
<a class="sidebar-nav-item" href="{{ site.github.zip_url | replace: 'zipball',
'edit' }}/{% if page.source %}{{ page.source }}{%
else %}{{ page.path }}{% endif %}">Edit this page</a>
(<a class="sidebar-nav-item" href="{{ site.sources }}">HowTo</a>)<br/>
{% comment %}
The code below dynamically generates a sidebar nav of pages with
`layout: page` in the front-matter. See readme for usage.
We don't use it for this web page to better customize the layout.
{% assign pages_list = site.pages %}
{% for node in pages_list %}
{% if node.title != null %}
{% if node.layout == "page" %}
<a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ site.baseurl }}{{ node.url }}">{{ node.title }}</a>
{% endif %}
{% endif %}
{% endfor %}
{% endcomment %}
</nav>
</div>
</div>
<!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
<body class="theme-base-odk">
{% include sidebar.html %}
<div class="content container">
{{ content }}
</div>
</body>
<!--
Built: {{ site.time }}
Commit: {{ site.github.build_revision }}
-->
</html>
---
layout: default
---
<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>
---
layout: default
---
<div class="post">
<h1 class="post-title">{{ page.title }}</h1>
<span class="post-date">{{ page.date | date_to_string }}</span>
{{ content }}
</div>
<div class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
{% for post in site.related_posts limit:3 %}
<li>
<h3>
<a href="{{ post.url }}">
{{ post.title }}
<small>{{ post.date | date_to_string }}</small>
</a>
</h3>
</li>
{% endfor %}
</ul>
</div>
---
layout: default
---
<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>
---
layout: post
title: SIGMathLing initialized
---
We are starting with SIGMathLing.
atom.xml 0 → 100644
---
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ site.title }}</title>
<link href="{{ site.url }}/atom.xml" rel="self"/>
<link href="{{ site.url }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}</id>
<author>
<name>{{ site.author.name }}</name>
<email>{{ site.author.email }}</email>
</author>
{% for post in site.posts %}
<entry>
<title>{{ post.title }}</title>
<link href="{{ site.url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.url }}{{ post.id }}</id>
<content type="html">{{ post.content | xml_escape }}</content>
</entry>
{% endfor %}
</feed>
# SIGMathLing charter - full version ---
layout: page
title: SIGMathLing charter
---
See the [charter summary](charter-short) over an overview without operational details. See the [charter summary](charter-short) over an overview without operational details.
## 1. Purpose/Objectives ## 1. Purpose/Objectives
SIGMathLing organizes a community of researchers and developers in Math Lingusitics with the following objectives: SIGMathLing organizes a community of researchers and developers in Math Lingusitics with the following [objectives](/objectives/):
<<see objectives.md>>
1. getting together researchers and application developers interested in maths linguistics to create a critical mass.
2. promoting open licensing of math linguistics resources.
3. collecting, curating, and internally/externally distributing a set of maths linguistic resources (corpora, lexica, libraries, tools, and benchmarks).
## 2. Members ## 2. Members
Any individual involved in research and application development in math linguistics can join SIGMathLing, provided they agree to Any individual involved in research and application development in math linguistics can join SIGMathLing, provided they agree to
1. a flexible NDA (all resources stay inside SIGMathLing and are used only for research purposes, unless the licenses explicitly allow so). 1. a flexible NDA (all resources stay inside SIGMathLing and are used only for research purposes, unless the licenses explicitly allow so).
2. contributing (all?) their linguistic resources into SIGMathLing 2. contributing (all?) their linguistic resources into SIGMathLing
3. opening up their analysis results to the others 3. opening up their analysis results to the others by contributing results
4. upon cessation of membership, the NDA terminates and all SIGMathLing-internal data is permanently deleted. 4. upon cessation of membership, the NDA terminates and all SIGMathLing-internal data is permanently deleted.
The SIGMathLing keeps a membership roster and supplies a member's mailing list.
## 3. Governance ## 3. Governance
SIGMathLing is an informal member organization, decisions are made by the bi-annual, online members meeting. Inbetween these, an elected executive commitee conducts day-to-day business (transparently informing the members where possible). All discussion is conducted or documented via public (or where necessary private) online channels. SIGMathLing is an informal member organization based on shared research interests and values therefore we intend to govern ourselves by consensus:
1. decisions are made by the annual, online members meeting.
1. Inbetween membership meetings, an elected executive commitee conducts day-to-day business (transparently informing the members where possible).
1. All discussion is conducted or documented via public (or where necessary private) online channels.
### 3.1 The Membership Meeting.
The Executive Committee invites to the an open membership meeting at least once a year. It is chaired by a member of the Executive Committee.
Special membership meetings can be requested via a quorum of 10% of the members.
### 3.2. The Executive Committee
The Executive Committee (EC) consists of three SIGMathLing members elected for a term of two years at a Membership meeting. The EC convenes, chairs, and disseminates the minutes of the membership meetings.
---
layout: page
title: Follow and contact us
---
## Follow us on the net and social media
To get the latest news on {{ site.title }} in a timely manner:
* Add our [![](../public/feed.png){:.icon} Atom Feed](../atom.xml) to your feed reader.
<!-- * Follow [@{{ site.author.twitter }}](https://twitter.com/{{ site.author.twitter }}) on [![](../public/twitter.png){:.icon}
Twitter](https://twitter.com/{{ site.author.twitter }}).-->
* Follow our development on [![](../public/github.png){:.icon} GitHub](https://github.com/{{ site.github.owner_name }}).
## Follow SIGMathLing with our two open mailing lists
<!-- * [om@openmath.org](mailto:om@openmath.org) is a general public discussion list for any aspects of OpenMath. ([subscriptions](http://openmath.org/mailman/listinfo/om), [archives](http://openmath.org/pipermail/om/))
* [om-announce@openmath.org](mailto:om-announce@openmath.org)
is a low-volume list for general announcements related to -->
<!-- OpenMath. ([subscriptions](http://openmath.org/mailman/listinfo/om-announce), -->
<!-- [archives](http://openmath.org/pipermail/om-announce/)) -->
## Get in Touch with (parts of) the OpenMath Society
<!-- * [om-members@openmath.org](mailto:om-members@openmath.org)
is the private list of the society members.
* [om-sc@openmath.org](mailto:om-sc@openmath.org)
is the private list of the society steering committee.
* [infrastructure@openmath.org](mailto:infrastructure@openmath.org)
is the list of the infrastructure group -->
index.md 0 → 100644
---
layout: page
title: SIGMathLing Home
---
{% include about.md %}
## News ([older news](news/));
{% for post in site.posts %}
{% if forloop.index < 5 %}
{% include post_link.html %}
{% endif %}
{% endfor %}
---
layout: default
title: News
source: _posts/
---
{% comment %}
To add a new blog/news post, please create a file in the _posts/
directory, taking the existing files as examples.
{% endcomment %}
<div class="posts">
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ post.url }}">
{{ post.title }}
</a>
</h1>
<span class="post-date">{{ post.date | date_to_string }}</span>
{{ post.excerpt }} <a href="{{ site.baseurl }}{{ post.url }}">Read more ...</a>
</div>
{% endfor %}
</div>
<div class="pagination">
{% if paginator.next_page %}
<a class="pagination-item older" href="{{ site.baseurl }}{{ paginator.next_page_path }}">Older</a>
{% else %}
<span class="pagination-item older">Older</span>
{% endif %}
{% if paginator.previous_page %}
<a class="pagination-item newer" href="{{ site.baseurl }}{{paginator.previous_page_path}}">Newer</a>
{% else %}
<span class="pagination-item newer">Newer</span>
{% endif %}
</div>
# Objectives of SIGMathLing ---
layout: page
title: Objectives of SIGMathLing
---
1. getting together researchers and application developers interested in maths linguistics to create a critical mass. 1. getting together researchers and application developers interested in maths linguistics to create a critical mass.
2. promoting open licensing of math linguistics resources. 2. promoting open licensing of math linguistics resources.
3. collecting, curating, and internally/externally distributing a set of maths linguistic resources (corpora, lexica, libraries, tools, and benchmarks). 3. collecting, curating, and internally/externally distributing a set of maths linguistic resources (corpora, lexica, libraries, tools, and benchmarks).
<<<<<< Disussion of Objectives here: why do we want them >>>>
/*
* __ __
* /\ \ /\ \
* \ \ \___ __ __ \_\ \ __
* \ \ _ `\/\ \/\ \ /'_` \ /'__`\
* \ \ \ \ \ \ \_\ \/\ \_\ \/\ __/
* \ \_\ \_\/`____ \ \___,_\ \____\
* \/_/\/_/`/___/> \/__,_ /\/____/
* /\___/
* \/__/
*
* Designed, built, and released under MIT license by @mdo. Learn more at
* https://github.com/poole/hyde.
*/
/*
* Contents
*
* Global resets
* Sidebar
* Container
* Reverse layout
* Themes
*/
/*
* Global resets
*
* Update the foundational and global aspects of the page.
*/
html {
font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 48em) {
html {
font-size: 14px;
}
}
@media (min-width: 58em) {
html {
font-size: 18px;
}
}
/*
* Sidebar
*
* Flexible banner for housing site name, intro, and "footer" content. Starts
* out above content in mobile and later moves to the side with wider viewports.
*/
.sidebar {
text-align: center;
padding: 2rem 1rem;
color: rgba(255,255,255,.5);
background-color: #202020;
}
@media (min-width: 48em) {
/* .sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 18rem;
text-align: left;
}*/
}
/* Sidebar links */
.sidebar a {
color: #fff;
}
/* About section */
.sidebar-about h1 {
color: #fff;
margin-top: 0;
font-family: "Abril Fatface", serif;
font-size: 1.9rem;
}
/* Sidebar nav */
.sidebar-nav {
margin-bottom: 1rem;
}
.sidebar-nav-item {
/* display: block;*/
line-height: 1.75;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
text-decoration: underline;
}
.sidebar-nav-item.active {
font-weight: bold;
}
/* Sticky sidebar
*
* Add the `sidebar-sticky` class to the sidebar's container to affix it the
* contents to the bottom of the sidebar in tablets and up.
*/
@media (min-width: 48em) {
.sidebar-sticky {
position: absolute;
right: 1rem;
bottom: 1rem;
left: 1rem;
}
}
/* Container
*
* Align the contents of the site above the proper threshold with some margin-fu
* with a 25%-wide `.sidebar`.
*/
.content {
padding-top: 4rem;
padding-bottom: 4rem;
}
@media screen and (min-width: 48em) {
.content {
max-width: 38rem;
margin-left: 10rem;
margin-right: 2rem;
}
}
@media screen and (min-width: 64em) {
.content {
max-width: 48rem;
margin-left: 10rem;
margin-right: 4rem;
}
}
/*
* Reverse layout
*
* Flip the orientation of the page by placing the `.sidebar` on the right.
*/
@media screen and (min-width: 48em) {
.layout-reverse .sidebar {
left: auto;
right: 0;
}
.layout-reverse .content {
margin-left: 2rem;
margin-right: 20rem;
}
}
@media screen and (min-width: 64em) {
.layout-reverse .content {
margin-left: 4rem;
margin-right: 22rem;
}
}
/*
* Themes
*
* As of v1.1, Hyde includes optional themes to color the sidebar and links
* within blog posts. To use, add the class of your choosing to the `body`.
*/
/* Base16 (http://chriskempson.github.io/base16/#default) */
/* Red */
.theme-base-08 .sidebar {
background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
color: #ac4142;
}
/* Orange */
.theme-base-09 .sidebar {
background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
color: #d28445;
}
/* Yellow */
.theme-base-0a .sidebar {
background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
color: #f4bf75;
}
/* Green */
.theme-base-0b .sidebar {
background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
color: #90a959;
}
/* Cyan */
.theme-base-0c .sidebar {
background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
color: #75b5aa;
}
/* Blue */
.theme-base-0d .sidebar {
background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
color: #6a9fb5;
}
/* Magenta */
.theme-base-0e .sidebar {
background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
color: #aa759f;
}
/* Brown */
.theme-base-0f .sidebar {
background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
color: #8f5536;
}
---
---
.emoji {
display: inline;
}
svg.icon, img.icon {
max-height: 0.8em;
max-width: 0.9em;
vertical-align: baseline;
}
#sites {
display: flex;
flex-flow: row wrap;
.site {
min-width: 35ex;
flex: 1 1 50%;
}
}
#logos {
margin-top: 4em;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
a {
margin: 10px;
img { height: 60px; }
}
}
#legend {
&::before {
content: " ";
display: block;
width: 4em;
border-top: solid thin black;
margin-top: 1em;
}
span {
white-space: nowrap;
margin-right: 1em;
}
}
/* ODK Blue */
.theme-base-odk .sidebar {
background-color: #fff;
}
.theme-base-odk .sidebar-nav {
background-color: #5B78FD;
padding: 5px;
}
.theme-base-odk .content a,
.theme-base-odk .related-posts li a:hover {
color: #5B78FD;
}
.sidebar h1 {
display: block;
margin: 0px;
padding: 5px;
}
.logo-europe {
display: none;
}
@media screen and (min-width: 48em) {
.theme-base-odk .sidebar {
float: left;
width: 18rem;
}
.theme-base-odk .content {
overflow: hidden;
}
.logo-europe {
display: block;
}
}
.theme-base-odk .sidebar p.lead, .theme-base-odk .sidebar p.lead a {
color: #5B78FD;
}
.site-url { display: none }
@media print {
.sidebar-nav, .logo-europe, .lead { display: none; }
.sidebar { padding: 0 }
.sidebar-about {
h1 { display: inline-block; width: 2em }
.lead.site-url { display: block; font-size: 80% }
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment