source: cats/SCHEMAcat/trunk/urn.org.isocat.schemacat.site/site/partials/about.html @ 4077

Last change on this file since 4077 was 4077, checked in by andmor, 10 years ago

Removed incorrect div ID's that came from a copy&pate error.

File size: 5.7 KB
Line 
1<div id="about" data-ng-class="animateInOut" class="container-fluid">
2    <div class="row-fluid">
3        <div class="span12 hero-unit">
4            <div class="row-fluid">
5                <div class="span9">
6                    <h3>About SCHEMAcat</h3>
7                    <p>SCHEMAcat is a companion registry to the ISOcat Data Category Registry.</p>
8                </div>
9                <div class="span3">
10                    <div class="text-center">
11                        <img src="images/yellow-cat.png" alt=""/>
12                    </div>
13                </div>
14            </div>
15            <div class="container-fluid">
16                <div class="row-fluid">
17                    <div class="span12">
18                        <br/>
19                        <h4>Alpha notice!</h4>
20                        <div class="container-fluid">
21                            <p>SCHEMAcat is in its early stages of development. This means that
22                                anything can change at any time. Its also only available on a test
23                                server. This means that the server can go down anytime and data
24                                might get unrecoverably lost at any time. So this alpha release of
25                                SCHEMAcat is not meant and not ready for day to day work! However,
26                                we welcome any feedback and help to reach that stage soon.</p>
27                        </div>
28                        <br/>
29                        <h4>Publications</h4>
30                        <div class="container-fluid">
31                            <ol>
32                                <li>Ineke Schuurman, Menzo Windhouwer. Explicit Semantics for
33                                    Enriched Documents. What Do ISOcat, RELcat and SCHEMAcat Have To
34                                    Offer? In the Proceedings of the 2nd Supporting Digital
35                                    Humanities conference (SDH 2011). Copenhagen, Denmark, November
36                                    17-18, 2011. (draft)</li>
37                            </ol>
38                        </div>
39                        <br/>
40                        <h4>Implementation info:</h4>
41                        <div class="container-fluid">
42                            <div class="row-fluid">
43                                <div class="span9">
44                                    <p>SCHEMAcat is developed by The Languague Archive at the Max
45                                        Planck Institute for Psycholinguistics.</p>
46                                    <p>The current technical implementation is based on the
47                                        following technologies:</p>
48                                    <div class="row-fluid">
49                                        <div class="span3 offset1">
50                                            <h5>Server</h5>
51                                            <ul class="text-center">
52                                                <li>
53                                                  <p>
54                                                  <a href="http://1060research.com">
55                                                  <img
56                                                  src="http://www.1060research.com/netkernel/poweredbynetkernel.png"
57                                                  alt="Powered by Netkernel"/>
58                                                  </a>
59                                                  </p>
60                                                </li>
61                                            </ul>
62                                        </div>
63                                        <div class="span3">
64                                            <h5>User interface</h5>
65                                            <ul class="text-center">
66                                                <li>
67                                                  <p>
68                                                  <a href="http://angularjs.org/">
69                                                  <img
70                                                  src="https://raw.github.com/angular/angular.js/master/images/logo/AngularJS.exports/AngularJS-small.png"
71                                                  alt="AngularJS"/>
72                                                  </a>
73                                                  </p>
74                                                </li>
75                                            </ul>
76                                        </div>
77                                    </div>
78                                </div>
79                                <div class="span3 text-center">
80                                    <a href="http://tla.mpi.nl">
81                                        <img
82                                            src="images/TLAlogo.png"
83                                            alt="http://tla.mpi.nl"/>
84                                    </a>
85                                </div>
86                            </div>
87                        </div>
88                        <br/>
89                        <h4>Change log</h4>
90                        <div class="container-fluid">
91                            <h5>[2013-11-08]</h5>
92                            <ol>
93                                <li>Dinamic web site based on AngularJS and NetKernel on the
94                                    server</li>
95                            </ol>
96                            <h5>[2012-09-25]</h5>
97                            <ol>
98                                <li>Initial alpha release of SCHEMAcat with a web site</li>
99                            </ol>
100                        </div>
101                    </div>
102                </div>
103            </div>
104        </div>
105    </div>
106</div>
Note: See TracBrowser for help on using the repository browser.