mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Most of the pages on the GF web site have an exemplary simple design, with just one column of text. This make them adapt exceptionally well to screens of different sizes. In particular, they should be easy to read even on smartphones. However, smartphone browsers like Mobile Safari and the default Android Browser assume that pages do *not* adapt well to small screens, so by default they emulate a big screen, forcing the user to zoom in to a part of the page to be able to read it. By adding the meta tag <meta name = "viewport" content = "width = device-width"> the big screen emulation can be turned off, allowing pages to be formatted to fit the actual screen size and text to be displayed at a readable size.
81 lines
2.7 KiB
HTML
81 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Grammatical Framework Demos</TITLE>
|
|
<link rel=stylesheet href="../css/style.css">
|
|
<meta name = "viewport" content = "width = device-width">
|
|
<link rel=top href="../" title="GF">
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
<H1><a href="../"><IMG SRC="../doc/Logos/gf0.png" alt=""></a>Grammatical Framework Demos</H1>
|
|
|
|
<p><a href="http://www.grammaticalframework.org/demos/phrasebook/">Tourist
|
|
Phrasebook</a>
|
|
|
|
<p><a href="minibar/mathbar.html">Mathbar</a>
|
|
|
|
<p><a href="gfse/">GF online editor for simple multilingual grammars</a>
|
|
(prototype)
|
|
|
|
<p><a href="http://www.grammaticalframework.org:41297/syllogism/syllogism.html">Online syllogism solver</a>
|
|
|
|
<p><a href="../src/www/TransQuiz/translation_quiz.html">Translation Quiz</a>
|
|
|
|
<P><a href="minibar/minibar.html">Minibar
|
|
online</A>
|
|
| <small><a href="minibar/minibar_offline.html">Minibar offline</a></small>
|
|
|
|
<P>
|
|
<a href="http://www.grammaticalframework.org:41296/fridge">Fridge poetry</A>
|
|
| <a href="http://www.grammaticalframework.org:41296/translate">Word-completing translator</A>
|
|
|
|
<P>
|
|
<A HREF="http://www.youtube.com/watch?v=1bfaYHWS6zU">Tramdemo on YouTube</A>:
|
|
find your way in Gothenburg public transport system, in six languages (film).
|
|
|
|
<P>
|
|
<A HREF="http://www.grammaticalframework.org/~meza/restWiki/wiki.cgi">Multilingual Wiki</A>.
|
|
|
|
<P>
|
|
<A HREF="index-numbers.html">Numeral translator for the iPhone</A>: number words in 15 languages.
|
|
|
|
<P>
|
|
<A HREF="http://www.cse.chalmers.se/alumni/bringert/gf/translate/">Numeral translator</A>:
|
|
number words in 88 languages. (Java applet)
|
|
|
|
<P>
|
|
<A HREF="http://www.cse.chalmers.se/alumni/markus/gramlets/letter-applet.html">Letter editor</A>: compose
|
|
a letter in a language you don't know. (Java applet)
|
|
|
|
<P>
|
|
<A HREF="http://www.cse.chalmers.se/alumni/bringert/xv/pizza/">Pizza</A>: order a pizza by speaking
|
|
to your web browser.
|
|
|
|
<P>
|
|
<A HREF="http://webalt.math.helsinki.fi/PublicFiles/CD/Screencast/TextMathEditor%20Demo.swf">WebALT Math Editor</A>:
|
|
create mathematical exercises in six languages simultaneously (film).
|
|
|
|
<P>
|
|
[Out of order, early May 2012]
|
|
<small>
|
|
<A HREF="http://www.jem-thematic.net/en/node/846#comment-209">WebALT Math translator</A>:
|
|
translate mathematical exercises in a web service using incremental parsing.
|
|
</small>
|
|
|
|
<P>
|
|
<!-- <A HREF="http://csmisc14.cs.chalmers.se/~bjorn/langtrain.cgi">GF Language Trainer</A>:
|
|
translation quizzes in Arabic, English, Russian, Swedish. -->
|
|
|
|
<P>
|
|
<A HREF="resource-api/editor.html">Library API browser-editor</A>: construct phrases in
|
|
the <A HREF="../lib/doc/synopsis.html">GF resource library</A>
|
|
|
|
<!--
|
|
<P>
|
|
<A HREF="../old-lib/resource/doc/resdemo.html">Random library examples</A>
|
|
|
|
-->
|
|
<hr>
|
|
<a href="http://www.grammaticalframework.org/">www.grammaticalframework.org</a>
|