21 lines
408 B
Markdown
Executable File
21 lines
408 B
Markdown
Executable File
---
|
|
layout: default
|
|
title: Artistic Projects
|
|
lang: en
|
|
---
|
|
|
|
{% assign projects = site.projects | where:"project_type", "artistic" %}
|
|
<div>
|
|
{% for item in projects %}
|
|
{% include project.html %}
|
|
{% endfor %}
|
|
</div>
|
|
|
|
|
|
<br style="clear: both;">
|
|
|
|
The Art development in ALICE is made by the Orchidea - an Orchestra of Ideas.
|
|
|
|
|
|
Check our [Publications Page](publications.html) to see more about it.
|