This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.php
82 lines (82 loc) · 2.16 KB
/
home.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<div id="longLogo">
<img id="imgLogo" src="img/logoRaschetto.svg">
<h2>Applicazione per l'annotazione semantica</h2>
<div class="content">
<h2>
Adesso puoi annotare articoli delle diverse riviste a disposizione e guardare quello che hanno fatto gli altri utenti.
</h2>
<p>
Si può accedere ai articoli preferiti dalla sezione a sinistra o usando la ricerca<span class="gn-icon gn-icon-search"></span>. Sempre a sinistra si trova la sezione filtro <span class="codrops-icon codrops-icon-ann-filter"></span>
che ti permete in ogni momento la posibilita di vedere le annotazioni a scelta.
</p>
<p>
Le annotazioni già esistente gli distingui così:
<table align="center">
<tr>
<td class="hasTitle0">
Titolo
</td>
<td class="hasIntro">
Introduzione
</td>
</tr>
<tr>
<td class="hasAuthor0">
Autore
</td>
<td class="hasConcept">
Concetto
</td>
</tr>
<tr>
<td class="hasDOI0">
Doi
</td>
<td class="hasAbstr">
Astratto
</td>
</tr>
<tr>
<td class="hasURL0">
URL
</td>
<td class="hasMateria">
Materiali
</td>
</tr>
<tr>
<td class="hasComment0">
Commenti
</td>
<td class="hasMeth">
Metodi
</td>
</tr>
<tr>
<td class="cites0">
Frammenti di citazione
</td>
<td class="hasRes">
Risultati
</td>
</tr>
<tr>
<td class="hasDisc">
Discussione
</td>
<td class="hasConc">
Conclusione
</td>
</tr>
</table>
</p>
<?php if(isset($_COOKIE["email"])){ ?>
<p>
Con il pulsante <span class="codrops-icon codrops-icon-ann-add"></span> si può creare un annotazione nuova e nel pannello <span class="codrops-icon codrops-icon-ann-see"></span> Guarda Annotazione poi gestire le nuove modifiche.
</p>
<?php } ?>
<p style="font-size: 1.6em;margin-top: 19%;margin-bottom: -15%;">
Realizzato dal team <span class="makers">L.E.U.M.</span> che ha come componenti <span class="makers">antonio LAGANA</span>, <span class="makers">florin EPUREANU</span> e <span class="makers">ion URSACHI</span>.
</p>
</div>
</div>