-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (47 loc) · 2.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="The JGraLab Team : JGraLab, FunnyQT, and more" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>The JGraLab Team</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/jgralab">View on GitHub</a>
<h1 id="project_title">The JGraLab Team</h1>
<h2 id="project_tagline">JGraLab, FunnyQT, and more</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>
<img src="http://jgralab.github.io/images/jgralab-logo.png" alt="JGraLab Logo" width="600"></p>
<h1>
<a name="welcome" class="anchor" href="#welcome"><span class="octicon octicon-link"></span></a>Welcome!</h1>
<p>This is the github page of the <a href="http://github.com/jgralab">JGraLab Organization</a>. We're the github arm of the <a href="http://www.uni-koblenz-landau.de/campus-koblenz/fb4/ist/rgebert">Research Group Software Technology</a> at the <a href="http://www.uni-koblenz-landau.de/">University of Koblenz-Landau, Germany</a>.</p>
<h2>
<a name="important-jgralab-projects" class="anchor" href="#important-jgralab-projects"><span class="octicon octicon-link"></span></a>Important JGraLab Projects</h2>
<p>Here's a list of our most important project's. For a full list, visit our <a href="http://github.com/jgralab">organization page</a>.</p>
<ul>
<li>
<a href="http://jgralab.github.io/jgralab"><strong>JGraLab</strong></a>: The Java Graph Laboratory itself, our high-performance Java graph library and modeling framework. Includes the GReQL graph querying language and the GReTL graph transformation language.</li>
<li>
<a href="http://jgralab.github.io/funnyqt"><strong>FunnyQT</strong></a>: Our new model querying and transformation approach implemented as an API and embedded DSL in <a href="http://clojure.org">Clojure</a>.</li>
<li>
<a href="http://github.com/jgralab/edl"><strong>EDL</strong></a>: The Extractor Description Language, our parser generator especially targeted at generating extractors creating JGraLab graphs from textual artifacts.</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>