Skip to content

Commit 2aa757b

Browse files
author
Fabian Morón Zirfas
committed
feature: move to html
1 parent 80414d1 commit 2aa757b

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

_source/about/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
layout: default
3+
title: about
4+
order: 0
5+
---
6+
7+
<img src="/assets/images/aboutpage.jpg" alt="some examples what can be done with basil">
8+
9+
10+
{%- capture md -%}
11+
12+
13+
Academy of Art and Design Basel
14+
Visual Communication Institute / The Basel School of Design,
15+
Basel, Switzerland
16+
17+
A project of the [Interaction Seminar](http://web.fhnw.ch/hgk/projekte/interaktion/)
18+
19+
ludwig.zeller -a-t- fhnw.ch
20+
21+
Founders of the basil.js team are: [Ted Davis](http://teddavis.org), [Benedikt Groß](http://benedikt-gross.de) and [Ludwig Zeller](http://ludwigzeller.de)
22+
Fantastic contributors to the project: [Philipp Adrian](http://www.philippadrian.com/), [be:screen GmbH](http://bescreen.de/), [Ken Frederick](http://kennethfrederick.de),  [Stefan Landsbek](http://47nord.de), [Timo Rychert](http://timorychert.de) and [Fabian Morón Zirfas](https://fabianmoronzirfas.me)
23+
24+
It is one of our main goals to expand the methodologies of design and to educate our students in developing a set of individual, unique styles and aesthetics.
25+
While Adobe InDesign on the one hand is offering a valuable set of pre-defined, common solutions for layout and design problems, a programming language on the other hand allows for questioning the set of available methods and for extending it by creating new tools.
26+
The Adobe Creative Suite features a full set of application level scripting possibilities for many years now. We wanted to incorporate these facilities in our teaching curriculum and offered a workshop, generative design in InDesign, with the help of Benedikt Groß to our students in Spring 2012. While preparing the workshop Benedikt warned that the existing JavaScript implementation in InDesign is difficult to use and that it should be simplified to address designers. He suggested to wrap it into a Processing like library.
27+
We all agreed that this would be a great addition to our generative design classes and started to work on basil.js. We aimed to create a library that brings scripting and automation into layout and makes computational and generative design possible from within InDesign. Additionally it also includes workflow improvements for data imports from various sources, indexing and complex document management.
28+
29+
After nine months of development basil.js was released free as in speech under the MIT License on February 28th 2013 and we are looking forward to seeing more designers using and adding to this project.
30+
31+
Ludwig Zeller
32+
33+
{%- endcapture -%}
34+
35+
{{ md | markdownify }}

0 commit comments

Comments
 (0)