source: cats/SCHEMAcat/branches/urn.org.isocat.schemacat.site/site/partials/about.html @ 4236

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

Branch for migration to Bootstrap 3

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