Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
www
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Richard Marcus
www
Commits
7e6950e0
Commit
7e6950e0
authored
7 years ago
by
Michael Kohlhase
Browse files
Options
Downloads
Patches
Plain Diff
more
parent
0adad0e4
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
projects/meta/completed.md
+11
-4
11 additions, 4 deletions
projects/meta/completed.md
projects/meta/index.md
+4
-5
4 additions, 5 deletions
projects/meta/index.md
projects/tetrapod.md
+2
-3
2 additions, 3 deletions
projects/tetrapod.md
with
17 additions
and
12 deletions
projects/meta/completed.md
+
11
−
4
View file @
7e6950e0
...
...
@@ -6,17 +6,24 @@ permalink: /projects/completed/
{% assign projects = site.pages | where: "layout", "project" | where: "active", false | sort: "end_date" | reverse %}
This page lists the completed projects of the KWARC group
(
[
projects with current, external funding
](
../
)
.
#### Completed, externally funded Projects ([projects with current funding](../).
<ul
class=
"collection"
>
{% for item in projects %}
{% include psitem.html %}
{% if item.funding %}
{% include psitem.html %}
{% endif %}
{% endfor %}
</ul>
#### Completed Internal Projects
We also organize some of our research and development into Projects,
<ul
class=
"collection"
>
{% for item in projects %}
{% unless item.funding %} {% include psitem.html %} {% endunless %}
{% endfor %}
</ul>
#### System Projects
Completed projects that focused on building particular systems can be found under
[
KWARC Systems
](
../../systems/completed/
)
.
This diff is collapsed.
Click to expand it.
projects/meta/index.md
+
4
−
5
View file @
7e6950e0
...
...
@@ -4,23 +4,22 @@ title: Projects
permalink
:
/projects/
---
{% assign projects = site.pages | where: "layout", "project" | where: "active", true | sort: "start_date" %}
#### Projects with current, external funding ([completed projects](../completed)).
{% assign projects = site.pages | where: "layout", "project" | where: "active", true | sort: "start_date" %}
<ul
class=
"collection"
>
{% for item in projects %}
{% include psitem.html %}
{% if item.funding %}
{% include psitem.html %}
{% endif %}
{% endfor %}
</ul>
#### Internal Projects
We also organize some of our research and development into Projects,
{% assign internal = site.pages | where: "layout", "project" | where: "active", true | where: "funding" | sort: "start_date" %}
<ul
class=
"collection"
>
{% for item in
internal
%}
{% include psitem.html %}
{% for item in
projects
%}
{%
unless item.funding %} {%
include psitem.html %}
{% endunless %}
{% endfor %}
</ul>
...
...
This diff is collapsed.
Click to expand it.
projects/tetrapod.md
+
2
−
3
View file @
7e6950e0
...
...
@@ -2,11 +2,10 @@
layout
:
project
title
:
Tetrapod
teaser
:
teaser
:
All four dimensions of Mathematical Knowledge Processing
active
:
false
start_date
:
'
22005'
end_date
:
'
2008'
start_date
:
'
2011-12'
people
:
-
mkohlhase
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment