1 | {% extends "center/base.html" %} |
---|
2 | |
---|
3 | {% block "extrahead" %} |
---|
4 | <style type="text/css"> |
---|
5 | .col0 { width: 8em; } |
---|
6 | .col1 { width: 8em; } |
---|
7 | .col2 { width: 20em; } |
---|
8 | .col3 { width: 8em; } |
---|
9 | .col4 { width: 14em; } |
---|
10 | </style> |
---|
11 | {% endblock %} |
---|
12 | |
---|
13 | {% block "maincontent" %} |
---|
14 | {% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %} |
---|
15 | <h2> Details for center: {{center.name}} </h2> |
---|
16 | <h3> Center Basic Information</h3> |
---|
17 | <table > |
---|
18 | <tr><td width="90" height="18" align="left"><b>Name:</b></td> |
---|
19 | <td> <a href="{{center.website }}" > {{center.name}} </a></td> </tr> |
---|
20 | <tr><td width="90" height="18" align="left"><b>Type:</b></td> |
---|
21 | <td> {{center.typeCenter}}</td> </tr> |
---|
22 | <tr><td width="90" align="link"><b>Status: </b></td> <td> {{center.typeStatus}}</td> </tr> |
---|
23 | </table> |
---|
24 | <table> |
---|
25 | <tr><td width="120" align="link"><b>Description : </b></td> <td> {{center.description}}</td> </tr> |
---|
26 | <tr><td width="120" align="link"><b>Member of : </b></td> <td> |
---|
27 | {% for choice in center.clarinfed.all %} |
---|
28 | <a href="{{choice.MemberFed.webseite}}"> {{choice.MemberFed}}</a> , |
---|
29 | {% endfor %} </td> </tr> |
---|
30 | <tr><td width="122" align="link"><b>Assessment : </b></td> <td> {{center.assesmentstatus}}</td> </tr> |
---|
31 | </table> |
---|
32 | |
---|
33 | <h3> Center Extended information </h3> |
---|
34 | <table> |
---|
35 | <tr><td width="113" align="link"><b>Website: </b></td> <td> <a href="{{ center.website }}" > {{center.website }} </a></td> </tr> |
---|
36 | <tr><td width="200" height="18" align="left"><b>Repository system:</b></td> <td> {{center.repositorySystem}} </td> </tr> |
---|
37 | <tr><td width="200" height="18" align="left"><b>PiD Status:</b></td> <td> {{center.pidStatus}} </td> </tr> |
---|
38 | <tr><td width="165" height="18" align="left"><b>Strict versioning</b></td> <td> {{center.strictversioning}}</td> </tr> |
---|
39 | <tr><td width="190" height="18" align="left"><b>Web references </b></td> </tr> |
---|
40 | </table> |
---|
41 | <table> |
---|
42 | {% for choice in center.references.all %} |
---|
43 | <tr> <td width="43" align="link"></td> <td width="105" height="18" align="left"><b>Web Site:</b></td> <td> <a href="{{choice.ref_URI}}" > {{choice.ref_URI}} </a></td> </tr> |
---|
44 | <tr><td width="43" align="link"></td> <td width="105" height="18" align="left"><b>Description:</b></td> <td> {{choice.name}}</td> </tr> |
---|
45 | {% endfor %} |
---|
46 | </table> |
---|
47 | <table > |
---|
48 | <tr><td width="100" height="18" align="left"><b>AAI </b></td> </tr> |
---|
49 | </table> |
---|
50 | <table> |
---|
51 | <tr><td width="43" align="link"></td><td width="313" align="link"><b>AAI status: </b></td> <td> {{center.aaiStatus}}</td> </tr> |
---|
52 | <tr><td width="43" align="link"></td> <td width="200" align="link"><b>CLarin Infrastructure services: </b></td> <td> {{center.memberofSpf}}</td> </tr> |
---|
53 | <tr><td width="43" align="link"></td><td width="343" align="link"><b>Member of CLARIN service Provider Federation: </b></td> |
---|
54 | <td> {{center.memberofSpf}}</td> </tr> |
---|
55 | {% for choice in center.nacfed.all %} |
---|
56 | <tr><td width="43" align="link"></td><td width="243" align="link"><b>Member Of NationalFederation : </b></td> <td> {{choice.name}}</td> </tr> |
---|
57 | {% endfor %} |
---|
58 | </table> |
---|
59 | <table > |
---|
60 | <tr><td width="100" height="18" align="left"><b>Metadata </b></td> </tr> |
---|
61 | </table> |
---|
62 | <table > |
---|
63 | {% for choice in center.metadata.all %} |
---|
64 | <tr> <td width="43" align="link"></td><td width="213" align="link"><b>Metadata Schema: </b></td> <td> {{choice.CMschema}}</td> </tr> |
---|
65 | {% for choice2 in choice.schema.all %} |
---|
66 | <tr> <td width="43" align="link"></td><td width="213" align="link"><b>Metadata Schema: </b></td> <td> {{choice2.name}}</td> </tr> |
---|
67 | {% endfor %} |
---|
68 | |
---|
69 | |
---|
70 | |
---|
71 | <tr> <td width="43" align="link"></td><td width="213" align="link"><b>OaiAccessPoint: </b></td> <td><a href="{{choice.OAI_accespoint}}" > {{choice.OAI_accespoint}} </td> |
---|
72 | {% for choice1 in choice.WebServiceType.all %} |
---|
73 | <tr> <td width="43" align="link"></td><td width="213" align="link"><b>Metadata Web Service Type: </b></td> <td> {{choice1.name}}</td> </tr> |
---|
74 | {% endfor %} |
---|
75 | <tr> <td width="43" align="link"></td><td width="213" align="link"><b>WebServices Set: </b></td> <td> {{choice.WebServicesSet}}</td> |
---|
76 | |
---|
77 | {% endfor %} |
---|
78 | </table > |
---|
79 | <table > |
---|
80 | <tr><td width="300" height="18" align="left"><b>Organisational Information </b></td> </tr> |
---|
81 | </table> |
---|
82 | <table > |
---|
83 | <tr><td width="43" align="link"></td><td width="300" height="18" align="left"> <b> Clarin Organisation Information </b></td> </tr> |
---|
84 | </table> |
---|
85 | <table > |
---|
86 | <tr><td width="43" align="link"></td><td width="43" align="link"></td> <td width="165" height="18" align="left"><b>Organization name</b></td><td> {{center.organisationname}} </td> </tr> |
---|
87 | <tr><td width="43" align="link"></td> <td width="43" align="link"></td><td width="165" height="18" align="left"><b>Institution</b></td><td> {{center.institution}} </td> </tr> |
---|
88 | <tr><td width="43" align="link"></td><td width="43" align="link"></td> <td width="165" height="18" align="left"><b>Working Unit</b></td><td> {{center.WorkingUnit}} </td> </tr> |
---|
89 | <tr><td width="43" align="link"></td> <td width="43" align="link"></td><td width="165" height="18" align="left"><b>Code</b></td><td> {{center.code}} </td> </tr> |
---|
90 | <tr><td width="43" align="link"><td width="43" align="link"></td><td width="113" align="link"><b>Post Address</b></td> |
---|
91 | <td> {{center.direction}}, {{center.city}} {{center.country}} <br> |
---|
92 | {{center.lon}} {{center.lat}} </td> </tr> |
---|
93 | |
---|
94 | <tr><td width="43" align="link"></td><td width="43" align="link"></td><td width="113" align="link"><b>Expertise: </b></td> <td> {{center.expertise}}</td> </tr> |
---|
95 | </table> |
---|
96 | <table> |
---|
97 | <tr><td width="43" align="link"></td><td width="300" height="18" align="left"> <b> Administrative Contact: </b></td> </tr> |
---|
98 | </table> |
---|
99 | <table > |
---|
100 | <tr><td width="43" align="link"></td> <td width="165" height="18" align="right"><b>Name</b></td> <td> {{center.admin_contact}} </td> </tr> |
---|
101 | <tr><td width="43" align="link"><td width="165" align="right"><b>Telephone: </b></td> <td> {{center.admin_contact.telephone}}</td> </tr> |
---|
102 | <tr><td width="43" align="link"><td width="165" align="right"><b>Mail: </b></td> <td> {{center.admin_contact.email}}</td> </tr> |
---|
103 | <tr><td width="43" align="link"><td width="165" align="right"><b>Webseite: </b></td> <td> <a href="{{ center.admin_contact.website }}" > {{center.admin_contact.website}} </a></td> </tr> |
---|
104 | </table> |
---|
105 | <table > |
---|
106 | <tr><td width="43" align="link"></td><td width="300" height="18" align="left"> <b> Technical Contact: </b></td> </tr> |
---|
107 | </table> |
---|
108 | <table > |
---|
109 | <tr><td width="43" align="link"></td> <td width="165" height="18" align="right"><b>Name:</b></td> <td> {{center.tech_contact}}</td> </tr> |
---|
110 | <tr><td width="43" align="link"><td width="165" align="right"><b>Telephone: </b></td> <td> {{center.tech_contact.telephone}}</td> </tr> |
---|
111 | <tr><td width="43" align="link"><td width="160" align="right"><b>Mail: </b></td> <td> {{center.tech_contact.email}}</td> </tr> |
---|
112 | <tr><td width="43" align="link"><td width="160" align="right"><b>Webseite: </b></td> <td> <a href="{{ center.tech_contact.website }}" > {{center.tech_contact.website}}</a></td> </tr> |
---|
113 | </table> |
---|
114 | |
---|
115 | {% endblock %} |
---|