Project

General

Profile

« Previous | Next » 

Revision 45219

moved in proper directory

View differences:

webapps/tags/dnet-basic-aggregator-1.0.2/CREATING_NEW_DATASOURCE.md
1
# Creating a new datasource
2

  
3
The GUI for the addition of a new datasource is under implementation.
4
Meanwhile, you can manually create a new datasource by working directly on the D-Net XML profiles.
5
Just follow these steps and do not worry: it is faster to do it then to write about it!
6

  
7
- Locate the D-Net profile of the mock datasource: http://localhost:8280/app/mvc/ui/isManager.do#/profile/a9b3496c-2ce7-43e7-83a1-f934b22a04d0_UmVwb3NpdG9yeVNlcnZpY2VSZXNvdXJjZXMvUmVwb3NpdG9yeVNlcnZpY2VSZXNvdXJjZVR5cGU=
8
- Click on the “Edit” button and copy all the content of the profile
9
- Click on the “Abort” button
10
- Click on “Register new profile” on the left side menu
11
- Paste the content copied in 2 in the dedicate text box. You can resize the box to make it larger at your convenience
12
- Change the following values in the XML you copied:
13
	- Datasource identifier: <code>DATASOURCE_ORIGINAL_ID</code> (current value is TEST, please use a string with no spaces)
14
	- Datasource official name: <code>OFFICIAL_NAME</code> (the official name of the datasource)
15
	- Datasource english name: <code>ENGLISH_NAME</code> (the english name of the datasource)
16
	- Institution: <code>REPOSITORY_INSTITUTION</code> (the institution responsible for the datasource)
17
	- Interface identifier, access protocol and url
18
	- Datasource namespace prefix: 12 chars namespace that will be used to generate the identifiers of aggregated records. Ensure that the value of NamespacePrefix is EXACTLY 12 chars.
19

  
20
Example for the interface params: 
21
```
22
<INTERFACE id="api_________::minimal::mock::metadata" Please change the “mock” substring with something else.
23
<ACCESS_PROTOCOL format="oai_dc" set="">oai</ACCESS_PROTOCOL>
24
<BASE_URL>http://theOAIBaseURL</BASE_URL>
25
```
26
Please add the “set” parameter (attribute of `ACCESS_PROTOCOL`), if needed, and properly change the OAI-PMH base URL you want to harvest from.
27

  
28
Example for the NamespacePrefix: 
29
```
30
<FIELD>
31
	<key>NamespacePrefix</key>
32
	<value>dnet_____min</value>
33
</FIELD>
34
```
35

  
36
Finally, you can click on “Register” and you’ll find the new datasource together with the others.
37
	
38
#Need support?
39
Do not hesitate to contact dnet-team@isti.cnr.it
40

  
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_25.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A2-017</identifier>
5
    <datestamp>2015-06-26</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Evolving database conceptual graph partitioning</dc:title>
11
      <dc:creator>Locuratolo, Elvira Immacolata</dc:creator>
12
      <dc:subject>Database design</dc:subject>
13
      <dc:subject>Partitioning</dc:subject>
14
      <dc:subject>Conceptual modeling</dc:subject>
15
      <dc:subject>Algorithms</dc:subject>
16
      <dc:subject>Correctness</dc:subject>
17
      <dc:subject>Class/concept completeness</dc:subject>
18
      <dc:subject>info:eu-repo/classification/acm/D.2.12 Data Mapping</dc:subject>
19
      <dc:subject>info:eu-repo/classification/acm/D.3.3 Classes and Objects</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/I.5.2 Design Methodology</dc:subject>
21
      <dc:subject>info:eu-repo/classification/acm/G.2.2. Graph algorithms</dc:subject>
22
      <dc:description>Algorithms of graph partitioning exploited in conceptual database design were reused to define a methodology of database concept preservation. An algorithm, the concept construction algorithm, that relates concept theory to computer science was designed. This algorithm, however, is not suitable for implementation. In this paper, a relationship between conceptual graphs and concept generalization hierarchies is established at the boundary between concept theory and computer science. The algorithmic property of class/concept completeness is given and an algorithm achieving this property is introduced as a refinement step of the concept construction algorithm.</dc:description>
23
      <dc:publisher>University of Maribor - Faculty of Electrical Engineering and Computer Science</dc:publisher>
24
      <dc:contributor/>
25
      <dc:date>2015</dc:date>
26
      <dc:type>info:eu-repo/semantics/conferenceObject</dc:type>
27
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A2-017</dc:identifier>
28
      <dc:language>en</dc:language>
29
      <dc:source/>
30
      <dc:relation>info:eu-repo/semantics/altIdentifier/isbn/978-961-248-486-6</dc:relation>
31
      <dc:format>application/pdf</dc:format>
32
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2015-A2-017/2015-A2-017.pdf</dc:identifier>
33
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
34
     </oai_dc:dc>
35
   </metadata>
36
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_62.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-049</identifier>
5
    <datestamp>2015-01-15</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>CEO: a Context Event Only indoor localization technique for AAL</dc:title>
11
      <dc:creator/>
12
      <dc:creator>Palumbo, Filippo</dc:creator>
13
      <dc:subject>Indoor Localization</dc:subject>
14
      <dc:subject>Ambient Assisted Living</dc:subject>
15
      <dc:subject>Sensor Data Fusion</dc:subject>
16
      <dc:subject>info:eu-repo/classification/acm/B.4.4 Performance Analysis and Design Aids. Verification</dc:subject>
17
      <dc:description>Ambient Assisted Living applications are deployed in smart environments that provide some basic services, a typical example being user localization. AAL applications generally have low accuracy requirements for indoor localization; this opens the opportunity for parasitizing the existing smart environment infrastructure without adding dedicated positioning sensors. In this scenario, one can exploit simple binary sensors that are usually present in the smart environment, such as light and appliance switches or intrusion detection sensors, to obtain a rough estimate of the position of the user. This application is device-free, meaning that the user is not required to carry any device in order to be localized. In this paper we present CEO, a software-only system which we evaluate along the technical guidelines of the EvAAL competition. While the localization performance of CEO is lower with respect to most EvAAL competitors of past editions, it has the benefit of being non-intrusive, easy to install and perfectly compatible with other software systems: these characteristics would made it a potentially significant EvAAL competitor. While developing CEO, we only exploited the definition of the EvAAL competition environment as it was presented to competitors. The only inputs to CEO are the context events generated during the competition, which in 2012 and 2013 were limited to pressing light switches and using a stationary bicycle. We compare the performance of CEO against the results of those editions of EvAAL and show how it can be used to easily improve the performance of any EvAAL competitor.</dc:description>
18
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/288173/EU/Combing social interaction and long term monitoring for promoting independent living/Giraff+</dc:relation>
19
      <dc:date>2014-11-26</dc:date>
20
      <dc:type>info:eu-repo/semantics/report</dc:type>
21
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-049</dc:identifier>
22
      <dc:language>en</dc:language>
23
      <dc:source>Negli acknowledgments sono citati due progetti, GiraffPlus e EU FP7 DOREMI project (contract no. 611650), Technical report, 2014.</dc:source>
24
      <dc:format>application/pdf</dc:format>
25
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
26
     </oai_dc:dc>
27
   </metadata>
28
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_27.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A2-011</identifier>
5
    <datestamp>2015-04-15</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Quantitative analysis of probabilistic models of software product lines with statistical model checking</dc:title>
11
      <dc:creator>Ter Beek, Maurice H.</dc:creator>
12
      <dc:creator>Legay, Axel</dc:creator>
13
      <dc:creator>Lluch Lafuente, Alberto</dc:creator>
14
      <dc:creator>Vandin, Andrea</dc:creator>
15
      <dc:subject>Software Product Lines</dc:subject>
16
      <dc:subject>Probabilistic Models</dc:subject>
17
      <dc:subject>Quantitative Analysis</dc:subject>
18
      <dc:subject>Statistical Model Checking</dc:subject>
19
      <dc:subject>Process Algebra</dc:subject>
20
      <dc:subject>Maude</dc:subject>
21
      <dc:subject>MultiVeStA</dc:subject>
22
      <dc:subject>info:eu-repo/classification/acm/D.2.4 Software/Program Verification. Formal Methods</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/D.2.4 Software/Program Verification. Model checking</dc:subject>
24
      <dc:subject>info:eu-repo/classification/acm/F.3.1 Specifying and Verifying and Reasoning about Programs</dc:subject>
25
      <dc:subject>info:eu-repo/classification/acm/F.3.2 Semantics of Programming Languages</dc:subject>
26
      <dc:subject>info:eu-repo/classification/acm/G.3 Probability and Statistics</dc:subject>
27
      <dc:description>We investigate the suitability of statistical model checking techniques for analysing quantitative properties of software product line models with probabilistic aspects. For this purpose, we enrich the feature-oriented language FLan with action rates, which specify the likelihood of exhibiting particular behaviour or of installing features at a specific moment or in a specific order. The enriched language (called PFLan) allows us to specify models of software product lines with probabilistic configurations and behaviour, e.g. by considering a PFLan semantics based on discrete-time Markov chains. The Maude implementation of PFLan is combined with the distributed statistical model checker MultiVeStA to perform quantitative analyses of a simple product line case study. The presented analyses include the likelihood of certain behaviour of interest (e.g. product malfunctioning) and the expected average cost of products.</dc:description>
28
      <dc:publisher>EPTCS</dc:publisher>
29
      <dc:contributor>J.M. Atlee, S. Gnesi</dc:contributor>
30
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/600708/EU/A Quantitative Approach to Management and Design of Collective and Adaptive Behaviours/QUANTICOL</dc:relation>
31
      <dc:date>2015</dc:date>
32
      <dc:type>info:eu-repo/semantics/conferenceObject</dc:type>
33
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A2-011</dc:identifier>
34
      <dc:language>en</dc:language>
35
      <dc:source>In: FMSPLE'15 - 6th International Workshop on Formal Methods for Software Product Line Engineering (London, UK, 11 April 2015). Proceedings, pp. 56 - 70. J.M. Atlee, S. Gnesi (eds.). (Electronic Proceedings in Theoretical Computer Science, vol. 182). EPTC</dc:source>
36
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://eptcs.web.cse.unsw.edu.au/paper.cgi?FMSPLE15.5</dc:relation>
37
      <dc:relation>info:eu-repo/semantics/altIdentifier/isbn/2075-2180 (ISSN)</dc:relation>
38
      <dc:relation>info:eu-repo/semantics/altIdentifier/doi/10.4204/EPTCS.182.5</dc:relation>
39
      <dc:format>application/pdf</dc:format>
40
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2015-A2-011/2015-A2-011.pdf</dc:identifier>
41
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
42
     </oai_dc:dc>
43
   </metadata>
44
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_64.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-044</identifier>
5
    <datestamp>2014-11-04</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Research Ambient Assisted Living solutions in the European Context</dc:title>
11
      <dc:creator>Miori, Vittorio</dc:creator>
12
      <dc:creator>Bianchi Bandinelli, Rolando</dc:creator>
13
      <dc:creator>Pillitteri, Loredana</dc:creator>
14
      <dc:creator>Russo, Dario</dc:creator>
15
      <dc:subject>Ambient Assisted Living</dc:subject>
16
      <dc:subject>Elderly People</dc:subject>
17
      <dc:subject>Senior People</dc:subject>
18
      <dc:subject>Independent Living</dc:subject>
19
      <dc:subject>Assistive technologies</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/K.4.2 Social Issues</dc:subject>
21
      <dc:description>This report aims to take stock of the work carried out in European projects that are related to the senior citizens. We have not considered older programmes even if concerning with problems of disabled and elderly people like TIDE Programme (Technology Initiative for Disabled and Elderly People) the COST 219 RACE and ACTS programmes, but we have considered only the newest projects. In this publication have been reviewed the projects of the AAL program with special attention of the amount invested in each technology and topic. In fact, from the summary of each project, we have derived the main technology used (see column entitled "Technology" in the summary tables) and the problems that the project aimed to solve (see column entitled "topic" in the summary tables). We then ranked the projects according to these categories and we calculated various statistics. For each call of the program have been reported synthetic abstract, a summary table and some statistics and final thoughts. Later other projects of the 6th and 7th Framework Programme which seemed inherent issues of interest to the subject matter of this report were taken into account. After a deep analysis, evaluation and re-elaboration of the mentioned projects, this work aims to be a consultation document to quickly have an overview of the state of the art.</dc:description>
22
      <dc:date>2014-09-22</dc:date>
23
      <dc:type>info:eu-repo/semantics/report</dc:type>
24
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-044</dc:identifier>
25
      <dc:language>en</dc:language>
26
      <dc:source>The report examines the main European research projects related to disabled and elderly people. Technical report, 2014.</dc:source>
27
      <dc:format>application/pdf</dc:format>
28
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-TR-044/2014-TR-044.pdf</dc:identifier>
29
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
30
     </oai_dc:dc>
31
   </metadata>
32
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_29.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A2-007</identifier>
5
    <datestamp>2015-04-08</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Remote visualization and navigation of 3D models of archeological sites</dc:title>
11
      <dc:creator>Callieri, Marco</dc:creator>
12
      <dc:creator>Dellepiane, Matteo</dc:creator>
13
      <dc:creator>Scopigno, Roberto</dc:creator>
14
      <dc:subject>Remote visualization</dc:subject>
15
      <dc:subject>Architectural 3D models</dc:subject>
16
      <dc:subject>Web 3D</dc:subject>
17
      <dc:subject>info:eu-repo/classification/acm/I.3.7 COMPUTER GRAPHICS. Three-Dimensional Graphics and Realism</dc:subject>
18
      <dc:description>The remote visualization and navigation of 3D data directly inside the web browser is becoming a viable option, due to the recent efforts in standardizing the components for 3D rendering on the web platform. Nevertheless, handling complex models may be a challenge, especially when a more generic solution is needed to handle different cases. In particular, archeological and architectural models are usually hard to handle, since their navigation can be managed in several ways, and a completely free navigation may be misleading and not realistic. In this paper we present a solution for the remote navigation of these dataset in a WebGL component. The navigation has two possible modes: the "bird's eye" mode, where the user is able to see the model from above, and the "first person" mode, where the user can move inside the structure. The two modalities are linked by a point of interest, that helps the user to control the navigation in an intuitive fashion. Since the terrain may not be flat, and the architecture may be complex, it's necessary to handle these issues, possibly without implementing complex mesh-based collision mechanisms. Hence, a complete navigation is obtained by storing the height and collision information in an image, which provides a very simple source of data. Moreover, the same image-based approach can be used to store additional information that could enhance the navigation experience. The method has been tested in two complex test cases, showing that a simple yet powerful interaction can be obtained with limited pre-processing of data.</dc:description>
19
      <dc:publisher>ISPRS</dc:publisher>
20
      <dc:contributor>D. Gonzalez-Aguilera, F. Remondino, J. Boehm, T. Kersten, T. Fuse</dc:contributor>
21
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/323567/EU/Harvesting Dynamic 3D Worlds from Commodity Sensor Clouds/HARVEST4D</dc:relation>
22
      <dc:date>2015</dc:date>
23
      <dc:type>info:eu-repo/semantics/conferenceObject</dc:type>
24
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A2-007</dc:identifier>
25
      <dc:language>en</dc:language>
26
      <dc:source>In: 3D-ARCH - 6th International Workshop on 3D Virtual Reconstruction and Visualization of Complex Architectures (Avila, Spain, 25-27 February 2015). Proceedings, pp. 147 - 154. D. Gonzalez-Aguilera, F. Remondino, J. Boehm, T. Kersten, T. Fuse (eds.). (Th</dc:source>
27
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://www.int-arch-photogramm-remote-sens-spatial-inf-sci.net/XL-5-W4/147/2015/isprsarchives-XL-5-W4-147-2015.html</dc:relation>
28
      <dc:relation>info:eu-repo/semantics/altIdentifier/doi/10.5194/isprsarchives-XL-5-W4-147-2015</dc:relation>
29
      <dc:format>application/pdf</dc:format>
30
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2015-A2-007/2015-A2-007.pdf</dc:identifier>
31
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
32
     </oai_dc:dc>
33
   </metadata>
34
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_66.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-042</identifier>
5
    <datestamp>2014-10-22</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title/>
11
      <dc:creator>De Maglio, Antonio</dc:creator>
12
      <dc:subject>PEC</dc:subject>
13
      <dc:subject>openssl</dc:subject>
14
      <dc:subject>info:eu-repo/classification/acm/C.2 COMPUTER-COMMUNICATION NETWORKS</dc:subject>
15
      <dc:subject>info:eu-repo/classification/msc/68Nxx Software</dc:subject>
16
      <dc:description>The Institute of Information Science and Technologies (ISTI) has a contract with Agency for Italy Digital (AGID) to perform interoperability tests of Certified Mail (PEC). The ISTI has both its own manager PEC, which one platform for performing a battery of tests on the PEC provider platform. In the configuration phase of a session for a provider if not already present, are generated automatically X.509 certificates of mailboxes that are used in the test battery current. I will describe in this guide initially openssl command to generate Certification Authority (CA), and subsequently analyze the commands openssl to generate the certificates of the users. I will finish this guide explaining the steps to revoke a certificate issued by its CA.</dc:description>
17
      <dc:description/>
18
      <dc:date>2014-10-17</dc:date>
19
      <dc:type>info:eu-repo/semantics/report</dc:type>
20
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-042</dc:identifier>
21
      <dc:language>it</dc:language>
22
      <dc:source>Technical report, 2014.</dc:source>
23
      <dc:format>application/pdf</dc:format>
24
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-TR-042/2014-TR-042.pdf</dc:identifier>
25
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
26
     </oai_dc:dc>
27
   </metadata>
28
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_68.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-032</identifier>
5
    <datestamp>2014-10-05</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>TR 11: On STOCS: a stochastic exten- sion of SCEL</dc:title>
11
      <dc:creator>Latella, Diego</dc:creator>
12
      <dc:creator>Loreti, Michele</dc:creator>
13
      <dc:creator>Massink, Mieke</dc:creator>
14
      <dc:creator>Senni, Val</dc:creator>
15
      <dc:subject>Calculi for Autonomic Computing</dc:subject>
16
      <dc:subject>Quantitative Modelling and Analysis of Systems</dc:subject>
17
      <dc:subject>Stochastic Process Algebras</dc:subject>
18
      <dc:subject>info:eu-repo/classification/acm/H.1 Models and Principles</dc:subject>
19
      <dc:subject>info:eu-repo/classification/acm/F.4 Mathematical Logic and Formal Languages</dc:subject>
20
      <dc:subject>info:eu-repo/classification/msc/68Q10 Modes of computation (nondeterministic, parallel, interactive, probabilistic, etc.)</dc:subject>
21
      <dc:subject>info:eu-repo/classification/msc/68Q85 Models and methods for concurrent and distributed computing (process algebras, bisimulation, transition nets, etc.)</dc:subject>
22
      <dc:description>Predicate-based communication allows components of a system to send messages and re- quests to ensembles of components that are determined at execution time through the evaluation of a predicate, in a multicast fashion. Predicate-based communication can greatly simplify the programming of autonomous and adaptive systems. We present a stochastically timed extension of the Software Component Ensemble Language (SCEL) that was introduced in previous work. Such an extension raises a number of non-trivial design and formal semantics issues with different options as possible solutions at different levels of abstraction.</dc:description>
23
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/288750/EU/Autonomic Service-Component Ensembles - Enlarged EU/ASCENS-ENLARGED EU</dc:relation>
24
      <dc:date>2014-02-05</dc:date>
25
      <dc:type>info:eu-repo/semantics/report</dc:type>
26
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-032</dc:identifier>
27
      <dc:language>en</dc:language>
28
      <dc:source>ASCENS TR 11. Technical report, 2014.</dc:source>
29
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://pmi.ascens-ist.eu/text_files/0000/0094/StocS_TRAsns.pdf</dc:relation>
30
      <dc:format>application/pdf</dc:format>
31
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
32
     </oai_dc:dc>
33
   </metadata>
34
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_110.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-043</identifier>
5
    <datestamp>2015-02-12</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>PRELIDA - Analysis of the limitations of digital preservation solutions for preserving linked data</dc:title>
11
      <dc:creator>Antoniou, Grigoris</dc:creator>
12
      <dc:creator>Batsakis, Sotiris</dc:creator>
13
      <dc:creator>Isaac, Antoine</dc:creator>
14
      <dc:creator>Scharnhorst, Andrea</dc:creator>
15
      <dc:creator/>
16
      <dc:creator/>
17
      <dc:creator>Giaretta, David</dc:creator>
18
      <dc:creator>Meghini, Carlo</dc:creator>
19
      <dc:subject>Digital Preservation</dc:subject>
20
      <dc:subject>Linked Data</dc:subject>
21
      <dc:subject>Gap Analysis</dc:subject>
22
      <dc:subject>Preservation of Linked Data</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/H.3.7 Digital Libraries</dc:subject>
24
      <dc:description>This deliverable deals with the task of identifying technical issues where this gap exists and the implication of this for efficient digital preservation of linked data.This can be considered as the first step towards describing a roadmap that will bridge this gap and will lead to efficient digital preservation of linked data.</dc:description>
25
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/600663/EU/Preserving Linked Data/PRELIDA</dc:relation>
26
      <dc:date>2014-03-26</dc:date>
27
      <dc:type>info:eu-repo/semantics/report</dc:type>
28
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-043</dc:identifier>
29
      <dc:language>en</dc:language>
30
      <dc:source>PRELIDA - Preserving Linked Data. Deliverable D4.1, 2014.</dc:source>
31
      <dc:format>application/pdf</dc:format>
32
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-EC-043/2014-EC-043.pdf</dc:identifier>
33
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
34
     </oai_dc:dc>
35
   </metadata>
36
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_112.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-041</identifier>
5
    <datestamp>2015-02-08</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>ICSI - Sensor Prototype Implementation</dc:title>
11
      <dc:creator>Magrini, Massimo</dc:creator>
12
      <dc:creator>Moroni, Davide</dc:creator>
13
      <dc:creator>Pieri, Gabriele</dc:creator>
14
      <dc:creator>Salvetti, Ovidio</dc:creator>
15
      <dc:creator>Rodriguez, Aitor</dc:creator>
16
      <dc:creator>Dainciart, Francois</dc:creator>
17
      <dc:creator>Sanchez, Pedro</dc:creator>
18
      <dc:subject>Embedded systems</dc:subject>
19
      <dc:subject>Smart cameras network</dc:subject>
20
      <dc:subject>ITS</dc:subject>
21
      <dc:subject>info:eu-repo/classification/acm/I.4.8 IMAGE PROCESSING AND COMPUTER VISION. Scene analysis</dc:subject>
22
      <dc:description>This document is focused on the study and development of computer vision (CV) sensors for real-time and cooperative traffic analysis. This version will focus in the first iterative implementation and evaluation of the subsystems (two more are expected).</dc:description>
23
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/317671/EU/Intelligent Cooperative Sensing for Improved traffic efficiency/ICSI</dc:relation>
24
      <dc:date>2014-01-28</dc:date>
25
      <dc:type>info:eu-repo/semantics/report</dc:type>
26
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-041</dc:identifier>
27
      <dc:language>en</dc:language>
28
      <dc:source>INTELLIGENT COOPERATIVE SENSING FOR IMPROVED TRAFFIC EFFICIENCY. Deliverable D4.3.1, 2014.</dc:source>
29
      <dc:format>application/pdf</dc:format>
30
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
31
     </oai_dc:dc>
32
   </metadata>
33
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_114.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-039</identifier>
5
    <datestamp>2015-02-08</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>IMARINE - EA-CoP Validation</dc:title>
11
      <dc:creator>Ellenbroek, Anton</dc:creator>
12
      <dc:creator>Pagano, Pasquale</dc:creator>
13
      <dc:subject>Virtual Research Environments</dc:subject>
14
      <dc:subject>gCube system</dc:subject>
15
      <dc:subject>info:eu-repo/classification/acm/H.3.7 Digital Libraries</dc:subject>
16
      <dc:description>This report documents the strategy, plan, and progress leading to the development of specific applications and tools that in tandem with the rest of gCube technology will be used to realize the Virtual Research Environments that are expected to serve the needs of the Ecosystem Approach Community of Practice.</dc:description>
17
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/283644/EU/Data e-Infrastructure Initiative for Fisheries Management and Conservation of Marine Living Resources/IMARINE</dc:relation>
18
      <dc:date>2014-10-31</dc:date>
19
      <dc:type>info:eu-repo/semantics/report</dc:type>
20
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-039</dc:identifier>
21
      <dc:language>en</dc:language>
22
      <dc:source>Data e-Infrastructure Initiative for Fisheries Management and Conservation of Marine Living Resources. Deliverable D3.5, 2014.</dc:source>
23
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://goo.gl/vBqNKk</dc:relation>
24
      <dc:format>application/pdf</dc:format>
25
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-EC-039/2014-EC-039.pdf</dc:identifier>
26
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
27
     </oai_dc:dc>
28
   </metadata>
29
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_116.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-037</identifier>
5
    <datestamp>2015-01-15</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>DOREMI - Annual periodic report (Period 1)</dc:title>
11
      <dc:creator>Rial, Michela</dc:creator>
12
      <dc:creator>Benvenuti, Chiara</dc:creator>
13
      <dc:creator>Vozzi, Federico</dc:creator>
14
      <dc:creator>Bagnesi, Cinzia</dc:creator>
15
      <dc:creator>Colombo, Matteo</dc:creator>
16
      <dc:creator>Parodi, Oberdan</dc:creator>
17
      <dc:creator>Ferro, Erina</dc:creator>
18
      <dc:creator>Fortunati, Luigi</dc:creator>
19
      <dc:creator>Palumbo, Filippo</dc:creator>
20
      <dc:subject>Wireless Sensor Networks</dc:subject>
21
      <dc:subject>Home automation</dc:subject>
22
      <dc:subject>Middleware</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/C.2 COMPUTER-COMMUNICATION NETWORKS</dc:subject>
24
      <dc:description>The DOREMI Project context and Scientific and Technological objectives are:  Development of an unobtrusive monitoring environment keeping track of the daily activities of the elderly people at risk of malnutrition, sedentariness and cognitive decline according to the "active ageing lifestyle protocol"(MS1, M8) established by the specialist.  Development of a smart environment for context awareness and service orientation (MS6, M33) for the dynamic analysis of elderly behaviour and compliance to the active ageing lifestyle protocol.  Development of a gamified environment to engage the elderly and stimulate social interaction and physical activity (MS7, M24).  Prove the concept and validate (MS8, M28 and MS9, M36) the effectiveness and impact of the proposed solution in a pilot study carried out in Italy (SI4LIFE) and UK (Extra and Accord), involving both elderly users and care providers.</dc:description>
25
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/611650/EU/Decrease of cOgnitive decline, malnutrRtion and sedEntariness by elderly empowerment in lifestyle Management and social Inclusion/DOREMI</dc:relation>
26
      <dc:date>2014-12-23</dc:date>
27
      <dc:type>info:eu-repo/semantics/report</dc:type>
28
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-037</dc:identifier>
29
      <dc:language>en</dc:language>
30
      <dc:source>Decrease of cOgnitive decline, malnutrRtion and sedEntariness by elderly empowerment in lifestyle Management and social Inclusion. Deliverable D1.2.2, 2014.</dc:source>
31
      <dc:format>application/pdf</dc:format>
32
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
33
     </oai_dc:dc>
34
   </metadata>
35
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_118.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-035</identifier>
5
    <datestamp>2015-02-26</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>DOREMI - Updated Exploitation plan and business plan</dc:title>
11
      <dc:creator/>
12
      <dc:creator>Theben, Alexandra</dc:creator>
13
      <dc:creator>Pannese, Lucia</dc:creator>
14
      <dc:creator>Ascolese, Antonio</dc:creator>
15
      <dc:creator>Llorente, Miguel</dc:creator>
16
      <dc:creator>Colombo, Matteo</dc:creator>
17
      <dc:creator>Ferro, Erina</dc:creator>
18
      <dc:creator>Fortunati, Luigi</dc:creator>
19
      <dc:creator>Palumbo, Filippo</dc:creator>
20
      <dc:subject>IPR</dc:subject>
21
      <dc:subject>Exploitation strategy</dc:subject>
22
      <dc:subject>Exploitation plan</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/C.2m COMPUTER-COMMUNICATION NETWORKS . Miscellaneous</dc:subject>
24
      <dc:description>This document contains the indications of the DOREMI partners for the definition of the IPR rules to share the use of the forthcoming results of the DOREMI project. These indications have been collected through a questionnaire proposed to all the partners during October 2014. The questionnaire was aimed at defining the IPR rules to be applied for the exploitation of the DOREMI solution and related services.</dc:description>
25
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/611650/EU/Decrease of cOgnitive decline, malnutrRtion and sedEntariness by elderly empowerment in lifestyle Management and social Inclusion/DOREMI</dc:relation>
26
      <dc:date>2014-11-11</dc:date>
27
      <dc:type>info:eu-repo/semantics/report</dc:type>
28
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-035</dc:identifier>
29
      <dc:language>en</dc:language>
30
      <dc:source>Decrease of cOgnitive decline, malnutrRtion and sedEntariness by elderly empowerment in lifestyle Management and social Inclusion. Deliverable D7.3.1, 2014.</dc:source>
31
      <dc:format>application/pdf</dc:format>
32
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
33
     </oai_dc:dc>
34
   </metadata>
35
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_30.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A2-006</identifier>
5
    <datestamp>2015-03-23</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Virtual immersive environments for underwater archaeological exploration</dc:title>
11
      <dc:creator>Magrini, Massimo</dc:creator>
12
      <dc:creator>Pascali, Maria Antonietta</dc:creator>
13
      <dc:creator>Reggiannini, Marco</dc:creator>
14
      <dc:creator>Salvetti, Ovidio</dc:creator>
15
      <dc:creator>Tampucci, Marco</dc:creator>
16
      <dc:subject>Underwater Cultural Heritage</dc:subject>
17
      <dc:subject>Image-based Modelling and 3D Reconstruction</dc:subject>
18
      <dc:subject>Underwater Optical and Acoustic Data Processing</dc:subject>
19
      <dc:subject>Virtual Environment</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/I.2.9 ARTIFICIAL INTELLIGENCE. Robotics</dc:subject>
21
      <dc:subject>info:eu-repo/classification/acm/I.2.10 ARTIFICIAL INTELLIGENCE. Vision and Scene Understanding</dc:subject>
22
      <dc:subject>info:eu-repo/classification/acm/I.4.8 IMAGE PROCESSING AND COMPUTER VISION. Scene analysis</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/I.3.7 COMPUTER GRAPHICS. Three-Dimensional Graphics and Realism</dc:subject>
24
      <dc:description>In this paper we describe a system designed for the fruition of underwater archaeological sites. It is under development in the ARROWS project (end August 2015, funded by the European Commission), along with other advanced technologies and tools for mapping, diagnosing, cleaning, and securing underwater and coastal archaeological sites. The main objective is to make easier the management of the heterogeneous set of data available for each underwater archaeological site (archival and historical data, 3D measurements, images, videos, sonograms, georeference, texture and shape of artefacts, others). All the data will be represented in a 3D interactive and informative scene, making the archaeological site accessible to experts (for research purposes, e.g. classification of artefacts by template matching) and to the general public (for dissemination of the underwater cultural heritage).</dc:description>
25
      <dc:publisher>SCITEPRESS - Science and Technology Publications</dc:publisher>
26
      <dc:contributor>Igor Gurevich, Heinrich Niemann, Ovidio Salvetti and Bernd Radig</dc:contributor>
27
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/308724/EU/ARchaeological RObot systems for the World's Seas/ARROWS</dc:relation>
28
      <dc:date>2015</dc:date>
29
      <dc:type>info:eu-repo/semantics/conferenceObject</dc:type>
30
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A2-006</dc:identifier>
31
      <dc:language>en</dc:language>
32
      <dc:source>In: IMTA 2015 - 5th International Workshop on Image Mining. Theory and Applications (Berlin, Germany, 11-14 March 2015). Proceedings, pp. 53 - 57. Igor Gurevich, Heinrich Niemann, Ovidio Salvetti and Bernd Radig (eds.). SCITEPRESS - Science and Technology</dc:source>
33
      <dc:relation>info:eu-repo/semantics/altIdentifier/isbn/978-989-758-094-9</dc:relation>
34
      <dc:format>application/pdf</dc:format>
35
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
36
     </oai_dc:dc>
37
   </metadata>
38
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_32.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A2-003</identifier>
5
    <datestamp>2015-03-19</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Signal processing for underwater archaeology</dc:title>
11
      <dc:creator>Moroni, Davide</dc:creator>
12
      <dc:creator>Pascali, Maria Antonietta</dc:creator>
13
      <dc:creator>Reggiannini, Marco</dc:creator>
14
      <dc:creator>Salvetti, Ovidio</dc:creator>
15
      <dc:subject>Underwater Robotics</dc:subject>
16
      <dc:subject>Underwater Cultural Heritage</dc:subject>
17
      <dc:subject>Image-based Modelling and 3D Reconstruction</dc:subject>
18
      <dc:subject>Multi-Sensor Data Analysis</dc:subject>
19
      <dc:subject>Archaeological Object Recognition</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/I.2.9 ARTIFICIAL INTELLIGENCE. Robotics</dc:subject>
21
      <dc:subject>info:eu-repo/classification/acm/I.2.10 ARTIFICIAL INTELLIGENCE. Vision and Scene Understanding</dc:subject>
22
      <dc:subject>info:eu-repo/classification/acm/I.4.7 IMAGE PROCESSING AND COMPUTER VISION. Feature Measurement</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/I.4.8 IMAGE PROCESSING AND COMPUTER VISION. Scene Analysis</dc:subject>
24
      <dc:description>About three million wrecks lie scattered on the oceans' seafloors. This huge patrimony is actually threatened by criminal enterprises having advanced tools available for localization and rescue operations. ARROWS, a currently ongoing EU FP7 project, is an example of the effective commitment between cultural institutions and the scientific community towards the safeguard of the sunken cultural heritage. ARROWS is devoted to advanced technologies and tools for mapping, diagnosing, cleaning, and securing underwater and coastal archaeological sites. A fleet of Autonomous Underwater Vehicles (AUVs) will be manufactured with the purpose of surveying the seabed and sensing the underwater environment by means of proper payload sensors (digital cameras, side scan and multi-beam sonars). This paper describes a set of underwater scene understanding procedures specifically tailored to the purposes addressed in the ARROWS frame. In particular the data collected by the AUVs during the acquisition campaigns will be processed to detect targets of interest located on the seabed. The main approach adopted in the object detection procedures is to highlight the amount of regularity in the captured data. This can be pursued by exploiting computer vision algorithms that perform i) the recognition of geometrical curves ii) the classification of seafloor areas by means of textural pattern analysis iii) a large scale map generation to return an overall view of the site and iv) a reliable object recognition process performing the integration of the available multi modal information. Moreover the collected raw data together with the analysis output results will be stored to allow for an offline deep analysis of the archaeological findings. This will represent a powerful tool to be used by expert users or by the general public to enjoy the underwater cultural heritage.</dc:description>
25
      <dc:publisher>SCITEPRESS - Science and Technology Publications</dc:publisher>
26
      <dc:contributor>Igor Gurevich, Heinrich Niemann, Ovidio Salvetti and Bernd Radig</dc:contributor>
27
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/308724/EU/ARchaeological RObot systems for the World's Seas/ARROWS</dc:relation>
28
      <dc:date>2015</dc:date>
29
      <dc:type>info:eu-repo/semantics/conferenceObject</dc:type>
30
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A2-003</dc:identifier>
31
      <dc:language>en</dc:language>
32
      <dc:source>In: IMTA 2015 - 5th International Workshop on Image Mining. Theory and Applications (Berlin, 11-14 March 2015). Proceedings, pp. 80 - 84. Igor Gurevich, Heinrich Niemann, Ovidio Salvetti and Bernd Radig (eds.). SCITEPRESS - Science and Technology Publicat</dc:source>
33
      <dc:relation>info:eu-repo/semantics/altIdentifier/isbn/978-989-758-094-9</dc:relation>
34
      <dc:format>application/pdf</dc:format>
35
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
36
     </oai_dc:dc>
37
   </metadata>
38
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_34.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A1-008</identifier>
5
    <datestamp>2015-05-14</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Quantitative analysis of distributed systems in stoklaim: a tutorial</dc:title>
11
      <dc:creator>Latella, Diego</dc:creator>
12
      <dc:creator>De Nicola, Rocco</dc:creator>
13
      <dc:creator>Loreti, Michele</dc:creator>
14
      <dc:creator>Massink, Mieke</dc:creator>
15
      <dc:subject>Concurrency Theory</dc:subject>
16
      <dc:subject>Formal Methods</dc:subject>
17
      <dc:subject>Model Checking</dc:subject>
18
      <dc:subject>Stochastic Process Languages</dc:subject>
19
      <dc:subject>Stochastic Temporal Logics</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/D.2.4 Software/Program Verification</dc:subject>
21
      <dc:subject>info:eu-repo/classification/acm/F.4.1 Mathematical Logic</dc:subject>
22
      <dc:subject>info:eu-repo/classification/msc/68N30 Mathematical Aspects of Software Engineering</dc:subject>
23
      <dc:description>Network and distributed systems typically consist of a large number of actors that act and interact with each other in a highly dynamic environment. Due to the number of involved actors and their strong dependence on mobility and interaction, performance and dependability issues are of utmost importance for this class of systems. To model these systems many specification languages have been proposed in the literature. One of these is KLAIM: an experimental language specifically designed to program distributed systems consisting of several mobile components that interact through multiple distributed tuple spaces. A stochastic extension of KLAIM, named STOKLAIM, has been proposed to facilitate the incorporation of random phenomena. Moreover, to address key functional aspects of STOKLAIM systems such as distribution awareness, mobility, and security and their integration with performance and dependability guarantees, the temporal logic MoSL has been introduced. In this chapter we show how STOKLAIM and MoSL can be used to specify and verify quantitative properties of distributed systems. These analysis will be performed by relying on statistical model-checking. The use of this relatively new technique permits supporting analysis of large scale systems that, due to the state space explosion problem, cannot be treated via the standard model-checking techniques.</dc:description>
24
      <dc:publisher>John Wiley &amp; Sons, Inc.</dc:publisher>
25
      <dc:contributor>Dario Bruneo, Salvatore Distefano</dc:contributor>
26
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/288750/EU/Autonomic Service-Component Ensembles - Enlarged EU/ASCENS-ENLARGED EU</dc:relation>
27
      <dc:date>2015</dc:date>
28
      <dc:type>info:eu-repo/semantics/bookPart</dc:type>
29
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A1-008</dc:identifier>
30
      <dc:language>en</dc:language>
31
      <dc:source>In: Quantitative Assessments of Distributed Systems: Methodologies and Techniques. pp. 27 - 55. Dario Bruneo, Salvatore Distefano (eds.). Hoboken, NJ, USA: John Wiley &amp; Sons, Inc., 2015.</dc:source>
32
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://onlinelibrary.wiley.com/doi/10.1002/9781119131151.ch2/summary</dc:relation>
33
      <dc:relation>info:eu-repo/semantics/altIdentifier/isbn/9781118595213 (print) 9781119131151 (online)</dc:relation>
34
      <dc:relation>info:eu-repo/semantics/altIdentifier/doi/10.1002/9781119131151.ch2</dc:relation>
35
      <dc:format>application/pdf</dc:format>
36
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
37
     </oai_dc:dc>
38
   </metadata>
39
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_71.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-029</identifier>
5
    <datestamp>2014-10-05</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>A collection of models of a bike-sharing case study</dc:title>
11
      <dc:creator>Ter Beek, Maurice H.</dc:creator>
12
      <dc:creator>Fantechi, Alessandro</dc:creator>
13
      <dc:creator>Gnesi, Stefania</dc:creator>
14
      <dc:creator>Mazzanti, Franco</dc:creator>
15
      <dc:subject>Bike-sharing systems</dc:subject>
16
      <dc:subject>Tool chain</dc:subject>
17
      <dc:subject>Variability analysis</dc:subject>
18
      <dc:subject>Product Families</dc:subject>
19
      <dc:subject>Model checking</dc:subject>
20
      <dc:subject>Value-Passing</dc:subject>
21
      <dc:subject>info:eu-repo/classification/acm/D.2.1 Requirements/Specifications. Tools</dc:subject>
22
      <dc:subject>info:eu-repo/classification/acm/D.2.4 Software/Program Verification. Formal methods</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/D.2.4 Software/Program Verification. Model checking</dc:subject>
24
      <dc:subject>info:eu-repo/classification/acm/D.2.4 Software/Program Verification. Validation</dc:subject>
25
      <dc:subject>info:eu-repo/classification/acm/D.2.13 Reusable Software. Domain engineering</dc:subject>
26
      <dc:subject>info:eu-repo/classification/acm/I.6.4 Model Validation and Analysis</dc:subject>
27
      <dc:description>Bike-sharing systems are gaining popularity not only as a sustainable means of smart transportation in urban environments, but also as a challenging case study that offers interesting run-time optimization problems. As a case study within Quanticol, we have observed how such systems possess a wide variety of different features. We have therefore applied variability analysis to define a family of bike-sharing systems, covering the specification of a discrete feature model, specification of several non-functional quantitative properties, and behavioural specifications. Subsequently, we have sought support in available tools, establishing a tool chain of (academic) tools each covering a different aspect of the system, from feature modelling to product derivation and from quantitative evaluation of the attributes of products to model checking value-passing modal specifications. The tool chain was experimented to complement more sophisticated product-based analyses. This technical report collects the complete specifications of the models that were used in the tool chain.</dc:description>
28
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/600708/EU/A Quantitative Approach to Management and Design of Collective and Adaptive Behaviours/QUANTICOL</dc:relation>
29
      <dc:date>2014-5-28</dc:date>
30
      <dc:type>info:eu-repo/semantics/report</dc:type>
31
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-029</dc:identifier>
32
      <dc:language>en</dc:language>
33
      <dc:source>QUANTICOL TR-QC-07-2014. Technical report, 2014.</dc:source>
34
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://milner.inf.ed.ac.uk/wiki/files/y0R2Q6q/TRQC072014pdf.html</dc:relation>
35
      <dc:format>application/pdf</dc:format>
36
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-TR-029/2014-TR-029.pdf</dc:identifier>
37
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
38
     </oai_dc:dc>
39
   </metadata>
40
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_36.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A1-006</identifier>
5
    <datestamp>2015-03-24</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>The SCEL language: design, implementation, verification</dc:title>
11
      <dc:creator>De Nicola, Rocco</dc:creator>
12
      <dc:creator>Latella, Diego</dc:creator>
13
      <dc:creator>Lluch Lafuente, Alberto</dc:creator>
14
      <dc:creator>Loreti, Michele</dc:creator>
15
      <dc:creator>Margheri, Andrea</dc:creator>
16
      <dc:creator>Massink, Mieke</dc:creator>
17
      <dc:creator>Morichetta, Andrea</dc:creator>
18
      <dc:creator>Pugliese, Rosario</dc:creator>
19
      <dc:creator>Tiezzi, Francesco</dc:creator>
20
      <dc:creator>Vandin, Andrea</dc:creator>
21
      <dc:subject>Calculi for Autonomic Computing</dc:subject>
22
      <dc:subject>Programming languages</dc:subject>
23
      <dc:subject>Adaptation policies</dc:subject>
24
      <dc:subject>Formal methods</dc:subject>
25
      <dc:subject>Verification</dc:subject>
26
      <dc:subject>info:eu-repo/classification/acm/H.1 Models and Principles</dc:subject>
27
      <dc:subject>info:eu-repo/classification/acm/F.4 Mathematical Logic and Formal Languages</dc:subject>
28
      <dc:subject>info:eu-repo/classification/msc/68Q10 Modes of computation (nondeterministic, parallel, interactive, probabilistic, etc.)</dc:subject>
29
      <dc:subject>info:eu-repo/classification/msc/68Q85 Models and methods for concurrent and distributed computing (process algebras, bisimulation, transition nets, etc.)</dc:subject>
30
      <dc:description>SCEL (Service Component Ensemble Language) is a new language specifically designed to rigorously model and program autonomic components and their interaction, while supporting formal reasoning on their behaviors. SCEL brings together various programming abstractions that allow one to directly represent aggregations, behaviors and knowledge according to specific policies. It also naturally supports programming interaction, self-awareness, context-awareness, and adaptation. The solid semantic grounds of the language is exploited for developing logics, tools and methodologies for formal reasoning on system behavior to establish qualitative and quantitative properties of both the individual components and the overall systems.</dc:description>
31
      <dc:publisher>Springer</dc:publisher>
32
      <dc:contributor/>
33
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/288750/EU/Autonomic Service-Component Ensembles - Enlarged EU/ASCENS-ENLARGED EU</dc:relation>
34
      <dc:date>2015</dc:date>
35
      <dc:type>info:eu-repo/semantics/bookPart</dc:type>
36
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A1-006</dc:identifier>
37
      <dc:language>en</dc:language>
38
      <dc:source/>
39
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://link.springer.com/chapter/10.1007/978-3-319-16310-9_1</dc:relation>
40
      <dc:relation>info:eu-repo/semantics/altIdentifier/isbn/978-3-319-16309-3 (print) 978-3-319-16310-9 (online)</dc:relation>
41
      <dc:relation>info:eu-repo/semantics/altIdentifier/doi/10.1007/978-3-319-16310-9_1</dc:relation>
42
      <dc:format>application/pdf</dc:format>
43
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
44
     </oai_dc:dc>
45
   </metadata>
46
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_73.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-027</identifier>
5
    <datestamp>2014-10-08</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>gCube statistical manager: the algorithms</dc:title>
11
      <dc:creator>Coro, Gianpaolo</dc:creator>
12
      <dc:creator>Candela, Leonardo</dc:creator>
13
      <dc:subject>Statistical Manager</dc:subject>
14
      <dc:subject>Data Mining</dc:subject>
15
      <dc:subject>Ecological Modelling</dc:subject>
16
      <dc:subject>info:eu-repo/classification/acm/I.0 COMPUTING METHODOLOGIES. General</dc:subject>
17
      <dc:subject>info:eu-repo/classification/acm/I.6 SIMULATION AND MODELING</dc:subject>
18
      <dc:description>This technical report lists the algorithms and the processes running on the Statistical Manager D4Science service. The Statistical Manager (SM) is a set of web services that aid in the application of statistical computing and data mining to a variety of biological and marine related problems. By means of the integration with the D4Science e-Infrastructure it distributes algorithms "as a Service". Furthermore, it relies on the D4Science computational resources also to execute processes on large datasets. Here we report the algorithms that have been developed and deployed so far by using this system.</dc:description>
19
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/283644/EU/Data e-Infrastructure Initiative for Fisheries Management and Conservation of Marine Living Resources/IMARINE</dc:relation>
20
      <dc:date>2014-06-30</dc:date>
21
      <dc:type>info:eu-repo/semantics/report</dc:type>
22
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-027</dc:identifier>
23
      <dc:language>en</dc:language>
24
      <dc:source>Technical report, 2014.</dc:source>
25
      <dc:format>application/pdf</dc:format>
26
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-TR-027/2014-TR-027_0.pdf</dc:identifier>
27
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
28
     </oai_dc:dc>
29
   </metadata>
30
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_38.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A0-035</identifier>
5
    <datestamp>2015-07-03</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Communication and compatibility in systems of systems: correctness-by-construction</dc:title>
11
      <dc:creator>Ter Beek, Maurice H.</dc:creator>
12
      <dc:creator>Carmona, Josep</dc:creator>
13
      <dc:creator>Kleijn, Jetty</dc:creator>
14
      <dc:subject>Team automata</dc:subject>
15
      <dc:subject>Multi-component systems</dc:subject>
16
      <dc:subject>Correct-by-construction</dc:subject>
17
      <dc:subject>Systems-of-systems</dc:subject>
18
      <dc:subject>Compatibility</dc:subject>
19
      <dc:subject>Communication behaviour</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/F.1.1 Models of Computation. Automata</dc:subject>
21
      <dc:subject>info:eu-repo/classification/acm/F.1.2 Modes of Computation. Parallelism and concurrency</dc:subject>
22
      <dc:subject>info:eu-repo/classification/acm/H.3.4 Systems and Software. Distributed systems</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/E.4 Coding and Information Theory. Formal models of communication</dc:subject>
24
      <dc:description>Society is still trying to catch up with technology in the wake of the digital revolution of the last twenty years. Current systems need to be both heterogeneous and able to deal with enormous volumes of data coming from uncertain environments; consequently it is essential to be able to automatically assess the correctness of interactions. To guarantee that a system of systems, comprising a conglomerate of cooperating reactive components, can be trusted, and that the system as a whole behaves as intended, requires a thorough understanding of its communication behaviour. Once local interactions are identified, abstractions can support the identification of incompatibility of systems that should cooperate within a larger system.</dc:description>
25
      <dc:publisher>ERCIM</dc:publisher>
26
      <dc:date>2015</dc:date>
27
      <dc:type>info:eu-repo/semantics/article</dc:type>
28
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A0-035</dc:identifier>
29
      <dc:language>en</dc:language>
30
      <dc:source>In: ERCIM News, vol. 102 pp. 21 - 22. Special issue: Trustworthy systems of systems. ERCIM, 2015.</dc:source>
31
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://ercim-news.ercim.eu/en102/special/communication-and-compatibility-in-systems-of-systems-correctness-by-construction</dc:relation>
32
      <dc:relation>info:eu-repo/semantics/altIdentifier/issn/0926-4981</dc:relation>
33
      <dc:format>application/pdf</dc:format>
34
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2015-A0-035/2015-A0-035.pdf</dc:identifier>
35
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
36
     </oai_dc:dc>
37
   </metadata>
38
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_75.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-025</identifier>
5
    <datestamp>2014-10-08</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Automatic detection of geometric changes in time varying point clouds</dc:title>
11
      <dc:creator>Palma, Gianpaolo</dc:creator>
12
      <dc:creator>Cignoni, Paolo</dc:creator>
13
      <dc:creator>Boubekeur, Tamy</dc:creator>
14
      <dc:creator>Scopigno, Roberto</dc:creator>
15
      <dc:subject>Detecting changes</dc:subject>
16
      <dc:subject>Point clouds</dc:subject>
17
      <dc:subject>Temporal segmentation</dc:subject>
18
      <dc:subject>info:eu-repo/classification/acm/I.3.5 Computational Geometry and Object Modeling</dc:subject>
19
      <dc:description>The detection of the geometric changes in 4D data is an important task for all the applications interested in the segmentation of the input geometry between the static and dynamic areas, for the example the cleaning of the input clouds from the objects that are moved or disappear in one of the time step or the analysis and the study of the dynamic part to model the type of change. In this paper we present a novel algorithm to solve this problem that takes in input two point clouds of the same environments acquired in different moments. The core of the method is the computation of the differences between the point clouds using a multi-scale comparison of the implicit surface defined using the Growing Least Square framework. Then the obtained results are further processed to make the segmentation more robust in some critical geometrical configurations that are very common in man-made environments. The final segmentation shows an accurate detection of the real changes in the scene.</dc:description>
20
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/323567/EU/Harvesting Dynamic 3D Worlds from Commodity Sensor Clouds/HARVEST4D</dc:relation>
21
      <dc:date>2014-06-30</dc:date>
22
      <dc:type>info:eu-repo/semantics/report</dc:type>
23
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-025</dc:identifier>
24
      <dc:language>en</dc:language>
25
      <dc:source>Technical report, 2014.</dc:source>
26
      <dc:format>application/pdf</dc:format>
27
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
28
     </oai_dc:dc>
29
   </metadata>
30
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_77.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-023</identifier>
5
    <datestamp>2014-06-18</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Simple indicators for Lorentzian causets</dc:title>
11
      <dc:creator>Bolognesi, Tommaso</dc:creator>
12
      <dc:creator>Lamb, Alexander</dc:creator>
13
      <dc:subject>Causal sets</dc:subject>
14
      <dc:subject>Lorentzian manifold</dc:subject>
15
      <dc:subject>Quantum gravity</dc:subject>
16
      <dc:subject>Discrete spacetime</dc:subject>
17
      <dc:subject>info:eu-repo/classification/acm/G.2.2 Graph Theory</dc:subject>
18
      <dc:subject>info:eu-repo/classification/acm/G.3 PROBABILITY AND STATISTICS</dc:subject>
19
      <dc:description>Several classes of DAGs (directed acyclic graphs), and associated growth dynamics, have been investigated over the last two decades, mainly in the context of the Causal Set Program, with the purpose of finding satisfactory discrete models of spacetime. We introduce some simple statistical indicators that can be used for comparing these graphs, and for assessing their closeness to the ideal Lorentzian causets -- those obtained by uniformly sprinkling points in a Lorenztian manifold. In particular, we introduce 'longest/shortest path plots' as a way to visually detect the extent to which a DAG matches the reversed triangular inequality of special relativity (and the twin paradox), and we use it for assessing causets both of stochastic and of deterministic, algorithmic origin. We identify a very simple deterministic algorithm that behaves optimally in this respect.</dc:description>
20
      <dc:date>2014-06-17</dc:date>
21
      <dc:type>info:eu-repo/semantics/report</dc:type>
22
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-023</dc:identifier>
23
      <dc:language>en</dc:language>
24
      <dc:source>Technical report, 2014.</dc:source>
25
      <dc:format>application/pdf</dc:format>
26
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-TR-023/2014-TR-023.pdf</dc:identifier>
27
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
28
     </oai_dc:dc>
29
   </metadata>
30
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_79.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-021</identifier>
5
    <datestamp>2014-06-09</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Specifying and verifying properties of space. Extended Version.</dc:title>
11
      <dc:creator>Ciancia, Vincenzo</dc:creator>
12
      <dc:creator>Latella, Diego</dc:creator>
13
      <dc:creator>Loreti, Michele</dc:creator>
14
      <dc:creator>Massink, Mieke</dc:creator>
15
      <dc:subject>Modal Logics</dc:subject>
16
      <dc:subject>Model Checking</dc:subject>
17
      <dc:subject>Topological Spaces</dc:subject>
18
      <dc:subject>Closure Spaces</dc:subject>
19
      <dc:subject>info:eu-repo/classification/acm/F.4.1 Mathematical Logic</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/D.2.4 Software/Program Verification</dc:subject>
21
      <dc:subject>info:eu-repo/classification/msc/03B45 Modal logic</dc:subject>
22
      <dc:subject>info:eu-repo/classification/msc/68Q60 Specification and verification</dc:subject>
23
      <dc:subject>info:eu-repo/classification/msc/54A05 Topological spaces and generalizations</dc:subject>
24
      <dc:description>The interplay between process behaviour and spatial aspects of computation has become more and more relevant in Computer Science, especially in the field of collective adaptive systems, but also, more generally, when dealing with systems distributed in physical space. Traditional verification techniques are well suited to analyse the temporal evolution of programs; however, properties of space are typically not explicitly taken into account. We propose a methodology to verify properties depending upon physical space. We define an appropriate logic, stemming from the tradition of topological interpretations of modal logics, dating back to earlier logicians such as Tarski, where modalities describe neighbourhood. We lift the topological definitions to the more general setting of closure spaces, also encompassing discrete, graph-based structures. We further extend the framework with a spatial until operator, and define an efficient model checking procedure, implemented in a proof-of-concept tool.</dc:description>
25
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/600708/EU/A Quantitative Approach to Management and Design of Collective and Adaptive Behaviours/QUANTICOL</dc:relation>
26
      <dc:date>2014-05-16</dc:date>
27
      <dc:type>info:eu-repo/semantics/report</dc:type>
28
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-021</dc:identifier>
29
      <dc:language>en</dc:language>
30
      <dc:source>Logiche spaziali interpretate su spazi di chiusura e loro algoritmi di model checking. Technical report, 2014.</dc:source>
31
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://milner.inf.ed.ac.uk/wiki/files/download/f455fb2b-fda9-48d2-8496-65ae06bef4b2/TR-QC-06-2014-Specifying_and_verifying_properties_of_space-Ciancia-Latella-Loreti-Massink.pdf</dc:relation>
32
      <dc:format>application/pdf</dc:format>
33
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-TR-021/2014-TR-021.pdf</dc:identifier>
34
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
35
     </oai_dc:dc>
36
   </metadata>
37
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_121.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-030</identifier>
5
    <datestamp>2014-12-13</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title/>
11
      <dc:creator>Candela, Leonardo</dc:creator>
12
      <dc:creator>Cirillo, Roberto</dc:creator>
13
      <dc:creator>Manzi, Andrea</dc:creator>
14
      <dc:creator>Pagano, Pasquale</dc:creator>
15
      <dc:subject>Infrastructure Operation</dc:subject>
16
      <dc:subject>Federated Resources</dc:subject>
17
      <dc:subject>Virtual Organisation</dc:subject>
18
      <dc:subject>info:eu-repo/classification/acm/H3.7 - Digital Libraries</dc:subject>
19
      <dc:description/>
20
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/283644/EU/Data e-Infrastructure Initiative for Fisheries Management and Conservation of Marine Living Resources/IMARINE</dc:relation>
21
      <dc:date>2014-09-30</dc:date>
22
      <dc:type>info:eu-repo/semantics/report</dc:type>
23
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-030</dc:identifier>
24
      <dc:language>en</dc:language>
25
      <dc:source/>
26
      <dc:format>application/pdf</dc:format>
27
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-EC-030/2014-EC-030.pdf</dc:identifier>
28
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
29
     </oai_dc:dc>
30
   </metadata>
31
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_123.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-028</identifier>
5
    <datestamp>2014-12-13</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>MIDAS - The basic MIDAS platform and the integrated test evaluation, planning and scheduling macro-component</dc:title>
11
      <dc:creator>De Francesco, Alberto</dc:creator>
12
      <dc:creator>Di Napoli, Claudia</dc:creator>
13
      <dc:creator>Tonellotto, Nicola</dc:creator>
14
      <dc:creator>De Rosa, Fabio</dc:creator>
15
      <dc:creator>Maesano, Libero</dc:creator>
16
      <dc:creator>Harms, Patrick</dc:creator>
17
      <dc:creator>Herbold, Steffen</dc:creator>
18
      <dc:subject>TPaaS</dc:subject>
19
      <dc:subject>Test Method Integration</dc:subject>
20
      <dc:subject>Production Environment</dc:subject>
21
      <dc:subject>Development Environment</dc:subject>
22
      <dc:subject>Account &amp; Billing Service</dc:subject>
23
      <dc:subject>Security and Confidentiality</dc:subject>
24
      <dc:subject>info:eu-repo/classification/acm/D.2.2 Design Tools and Techniques</dc:subject>
25
      <dc:description>The basic MIDAS platform and the integrated test evaluation, planning and scheduling macro-component: This deliverable includes the basic MIDAS PaaS with mechanisms to manage the Cloud infrastructure and to provide the requested functionality and reports a planning for the activities performed in the task T6.2, T6.3 and T.6.4. The deliverable will include also a first demonstrator of the integrated test execution macro-component.</dc:description>
26
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/318786/EU/Model and Inference Driven, Automated testing of Services architectures/MIDAS</dc:relation>
27
      <dc:date>2014-09-25</dc:date>
28
      <dc:type>info:eu-repo/semantics/report</dc:type>
29
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-028</dc:identifier>
30
      <dc:language>en</dc:language>
31
      <dc:source>Model and Inference Driven, Automated testing of Services architectures. Deliverable D6.3, 2014.</dc:source>
32
      <dc:format>application/pdf</dc:format>
33
      <dc:rights>info:eu-repo/semantics/closedAccess</dc:rights>
34
     </oai_dc:dc>
35
   </metadata>
36
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_125.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-026</identifier>
5
    <datestamp>2015-01-15</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>ReaAL - Platform intermediate releases</dc:title>
11
      <dc:creator>Girolami, Michele</dc:creator>
12
      <dc:creator>Lenzi, Stefano</dc:creator>
13
      <dc:creator/>
14
      <dc:subject>AAL Platform</dc:subject>
15
      <dc:subject>OSGi</dc:subject>
16
      <dc:subject>info:eu-repo/classification/acm/C.2 COMPUTER-COMMUNICATION NETWORKS</dc:subject>
17
      <dc:description>This document is the second internal report (version B) describing the platform official release. It provides links to the software as well as a brief explanation about the management of the universAAL releases. This document has been prepared by reviewing the internal deliverable ID2.2a with updates concerning the release 3.2.0. Most of the contents have remained the same.</dc:description>
18
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/325189/EU/make it ReAAL/ReAAL</dc:relation>
19
      <dc:date>2014-10-15</dc:date>
20
      <dc:type>info:eu-repo/semantics/report</dc:type>
21
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-026</dc:identifier>
22
      <dc:language>en</dc:language>
23
      <dc:source>ReaAL - make it ReAAL. Deliverable D2.2b, 2014.</dc:source>
24
      <dc:format>application/pdf</dc:format>
25
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
26
     </oai_dc:dc>
27
   </metadata>
28
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_127.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-024</identifier>
5
    <datestamp>2014-12-13</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>MIDAS - Specification and design of the basic MIDAS platform as a service on the cloud</dc:title>
11
      <dc:creator>Tonellotto, Nicola</dc:creator>
12
      <dc:creator>Di Napoli, Claudia</dc:creator>
13
      <dc:creator>De Francesco, Alberto</dc:creator>
14
      <dc:creator>Giordano, Maurizio</dc:creator>
15
      <dc:creator>De Rosa, Fabio</dc:creator>
16
      <dc:creator>Maesano, Libero</dc:creator>
17
      <dc:subject>Cloud computing</dc:subject>
18
      <dc:subject>Elasticity</dc:subject>
19
      <dc:subject>Virtual Machine</dc:subject>
20
      <dc:subject>SOA Testing</dc:subject>
21
      <dc:subject>Web Services</dc:subject>
22
      <dc:subject>Test Execution</dc:subject>
23
      <dc:subject>info:eu-repo/classification/acm/D.2.2 Design Tools and Techniques</dc:subject>
24
      <dc:description>Specification and design of the basic MIDAS Platform as a service on the cloud: This deliverable presents an architecture running on the Cloud, designed and configured for integrating the TTworkebnch engine on the Cloud services and providing an integrated platform for creating, configuring and running test user scenarios independently from the underlying platform implementation. It will include demonstrators of the main capabilities such as description of test cases, and support for test cases management and configuration.</dc:description>
25
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/318786/EU/Model and Inference Driven, Automated testing of Services architectures/MIDAS</dc:relation>
26
      <dc:date>2014-02-25</dc:date>
27
      <dc:type>info:eu-repo/semantics/report</dc:type>
28
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-024</dc:identifier>
29
      <dc:language>en</dc:language>
30
      <dc:source>Model and Inference Driven, Automated testing of Services architectures. Deliverable D6.2, 2014.</dc:source>
31
      <dc:format>application/pdf</dc:format>
32
      <dc:rights>info:eu-repo/semantics/closedAccess</dc:rights>
33
     </oai_dc:dc>
34
   </metadata>
35
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_129.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-EC-020</identifier>
5
    <datestamp>2015-02-26</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>DOREMI - Specification of wireless sensor network for lifestyle protocol implementation</dc:title>
11
      <dc:creator>Llorente, Miguel</dc:creator>
12
      <dc:creator>Guirao, Julia&amp;#769;n</dc:creator>
13
      <dc:creator>Fortunati, Luciano</dc:creator>
14
      <dc:creator>Palumbo, Filippo</dc:creator>
15
      <dc:creator>Ferro, Erina</dc:creator>
16
      <dc:creator>Kropf, Johannes</dc:creator>
17
      <dc:subject>Wireless Sensor Networks</dc:subject>
18
      <dc:subject>Device specification</dc:subject>
19
      <dc:subject>Requirements</dc:subject>
20
      <dc:subject>Use cases</dc:subject>
21
      <dc:subject>Home automation</dc:subject>
22
      <dc:subject>Middleware</dc:subject>
23
      <dc:subject>Auto configuration</dc:subject>
24
      <dc:subject>Wireless standards</dc:subject>
25
      <dc:subject>Wearable devices</dc:subject>
26
      <dc:subject>Real time location system</dc:subject>
27
      <dc:subject>Balance assessment</dc:subject>
28
      <dc:subject>Occupancy detection</dc:subject>
29
      <dc:subject>Social assessment</dc:subject>
30
      <dc:subject>info:eu-repo/classification/acm/C.2 COMPUTER-COMMUNICATION NETWORKS</dc:subject>
31
      <dc:subject>info:eu-repo/classification/acm/I.5 PATTERN RECOGNITION</dc:subject>
32
      <dc:description>The deliverable D3.1 "Specification of wireless sensor network for Lifestyle Protocol implementation" describes the general architecture of the wireless sensor network that will support the data acquisition for the implementation of the DOREMI protocol. It also includes an analysis of each subsystem that composes the network, with technical descriptions of the requirements and specifications of the selected parts and components. The tools designed for integrating and calibrating this complex system are also specified, in order to give a complete vision of the infrastructure supporting the DOREMI activities and the interfaces between the hardware components and the DOREMI applications.</dc:description>
33
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/611650/EU/Decrease of cOgnitive decline, malnutrRtion and sedEntariness by elderly empowerment in lifestyle Management and social Inclusion/DOREMI</dc:relation>
34
      <dc:date>2014-07-31</dc:date>
35
      <dc:type>info:eu-repo/semantics/report</dc:type>
36
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-EC-020</dc:identifier>
37
      <dc:language>en</dc:language>
38
      <dc:source>Decrease of cOgnitive decline, malnutrRtion and sedEntariness by elderly empowerment in lifestyle Management and social Inclusion. Deliverable D3.1, 2014.</dc:source>
39
      <dc:format>application/pdf</dc:format>
40
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
41
     </oai_dc:dc>
42
   </metadata>
43
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_41.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A0-029</identifier>
5
    <datestamp>2015-06-26</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Supporting biodiversity studies with the EUBrazilOpenBio Hybrid Data Infrastructure</dc:title>
11
      <dc:creator>Amaral, Rafael</dc:creator>
12
      <dc:creator>Badia, Rosa M.</dc:creator>
13
      <dc:creator>Blanquer, Ignacio</dc:creator>
14
      <dc:creator>Braga-Neto, Ricardo</dc:creator>
15
      <dc:creator>Candela, Leonardo</dc:creator>
16
      <dc:creator>Castelli, Donatella</dc:creator>
17
      <dc:creator>Flann, Christina</dc:creator>
18
      <dc:creator>De Giovanni, Renato</dc:creator>
19
      <dc:creator>Gray, William A.</dc:creator>
20
      <dc:creator>Jones, Andrew</dc:creator>
21
      <dc:creator>Lezzi, Daniele</dc:creator>
22
      <dc:creator>Pagano, Paquale</dc:creator>
23
      <dc:creator>Perez-Canhos, Vanderlei</dc:creator>
24
      <dc:creator>Francisco, Quevedo</dc:creator>
25
      <dc:creator>Rafanell, Roger</dc:creator>
26
      <dc:creator>Rebello, Vinod</dc:creator>
27
      <dc:creator>Sousa-Baena, Mariane S.</dc:creator>
28
      <dc:creator>Torres, Erik</dc:creator>
29
      <dc:subject>Biodiversity</dc:subject>
30
      <dc:subject>Data infrastructure</dc:subject>
31
      <dc:subject>Virtual research environment</dc:subject>
32
      <dc:subject>Cloud</dc:subject>
33
      <dc:subject>Taxonomy</dc:subject>
34
      <dc:subject>Ecological niche modelling</dc:subject>
35
      <dc:subject>info:eu-repo/classification/acm/H.3.7 Digital Libraries</dc:subject>
36
      <dc:description/>
37
      <dc:publisher>Wiley</dc:publisher>
38
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/288754/EU/EU-Brazil Open Data and Cloud Computing e-Infrastructure for Biodiversity/EUBRAZILOPENBIO</dc:relation>
39
      <dc:date>2015</dc:date>
40
      <dc:type>info:eu-repo/semantics/article</dc:type>
41
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A0-029</dc:identifier>
42
      <dc:language>en</dc:language>
43
      <dc:source>In: Concurrency and Computation-Practice &amp; Experience, vol. 27 (2) pp. 376 - 394. Special Issue Paper. Wiley, 2015.</dc:source>
44
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://onlinelibrary.wiley.com/doi/10.1002/cpe.3238/abstract</dc:relation>
45
      <dc:relation>info:eu-repo/semantics/altIdentifier/issn/1532-0634 (online)</dc:relation>
46
      <dc:relation>info:eu-repo/semantics/altIdentifier/doi/10.1002/cpe.3238</dc:relation>
47
      <dc:format>application/pdf</dc:format>
48
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
49
     </oai_dc:dc>
50
   </metadata>
51
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_43.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A0-022</identifier>
5
    <datestamp>2015-05-14</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Mesh joinery: a method for building fabricable structures</dc:title>
11
      <dc:creator>Cignoni, Paolo</dc:creator>
12
      <dc:creator>Pietroni, Nico</dc:creator>
13
      <dc:creator>Malomo, Luigi</dc:creator>
14
      <dc:creator>Scopigno, Roberto</dc:creator>
15
      <dc:subject>3D modelling</dc:subject>
16
      <dc:subject>3D fabrication</dc:subject>
17
      <dc:subject>Illustrative shapes</dc:subject>
18
      <dc:subject>Geometry processing</dc:subject>
19
      <dc:subject>info:eu-repo/classification/acm/I.3 COMPUTER GRAPHICS</dc:subject>
20
      <dc:description>Mesh joinery is an innovative method to produce illustrative shape approximations suitable for fabrication. Mesh joinery is capable of producing complex fabricable structures in an efficient and visually pleasing manner. We represent an input geometry as a set of planar pieces arranged to compose a rigid structure by exploiting an efficient slit mechanism. Since slices are planar, a standard 2D cutting system is sufficient to fabricate them.</dc:description>
21
      <dc:publisher>ERCIM</dc:publisher>
22
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/323567/EU/Harvesting Dynamic 3D Worlds from Commodity Sensor Clouds/HARVEST4D</dc:relation>
23
      <dc:date>2015</dc:date>
24
      <dc:type>info:eu-repo/semantics/article</dc:type>
25
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A0-022</dc:identifier>
26
      <dc:language>en</dc:language>
27
      <dc:source>In: ERCIM News, vol. 101 pp. 44 - 45. ERCIM, 2015.</dc:source>
28
      <dc:relation>info:eu-repo/semantics/altIdentifier/issn/0926-4981</dc:relation>
29
      <dc:format>application/pdf</dc:format>
30
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2015-A0-022/2015-A0-022.pdf</dc:identifier>
31
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
32
     </oai_dc:dc>
33
   </metadata>
34
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_80.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-019</identifier>
5
    <datestamp>2015-01-15</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Service discovery in mobile social networks</dc:title>
11
      <dc:creator>Girolami, Michele</dc:creator>
12
      <dc:creator>Chessa, Stefano</dc:creator>
13
      <dc:creator>Basagni, Stefano</dc:creator>
14
      <dc:creator>Furfari, Francesco</dc:creator>
15
      <dc:subject>Service Discovery</dc:subject>
16
      <dc:subject>Mobile Social Networks</dc:subject>
17
      <dc:subject>info:eu-repo/classification/acm/C.2 COMPUTER-COMMUNICATION NETWORKS</dc:subject>
18
      <dc:description>We present a new service discovery algorithm, termed SIDEMAN, which considers human mobility for service dissemination and discovery. In particular, SIDEMAN takes advantage of mobile social networking characteristics, such as user membership to a restricted number of communities, and interest for similar services among users in the same community. We evaluated the performance of SIDEMAN via simulations in a scenario based on traces collected at the IEEE conference Infocom in 2006. Our algorithm has been compared to the social version of two popular data dissemination techniques, namely, flooding and gossiping. We have measured how proactive an algorithm is in distributing services of interest (Recall), how many services are already with a user when they are needed (Gain), the energy cost necessary for service discovery, and the time needed to reply to a service query. Our results show that SIDEMAN obtains perfect Recall and a Gain that is always comparable to that of the other algorithms. Furthermore, most services are retrieved in reasonable time and at a remarkably lower energy cost than that of the flooding and gossiping-based solutions.</dc:description>
19
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/247950/EU/UNIVERSsal open platform and reference Specification for Ambient Assisted Living/universAAL</dc:relation>
20
      <dc:date>2014-04-07</dc:date>
21
      <dc:type>info:eu-repo/semantics/report</dc:type>
22
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-019</dc:identifier>
23
      <dc:language>en</dc:language>
24
      <dc:source>Technical report, 2014.</dc:source>
25
      <dc:format>application/pdf</dc:format>
26
      <dc:rights>info:eu-repo/semantics/closedAccess</dc:rights>
27
     </oai_dc:dc>
28
   </metadata>
29
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_45.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A0-018</identifier>
5
    <datestamp>2015-04-23</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Improving data quality to build a robust distribution model for Architeuthis dux</dc:title>
11
      <dc:creator>Coro, Gianpaolo</dc:creator>
12
      <dc:creator>Magliozzi, Chiara</dc:creator>
13
      <dc:creator>Ellenbroek, Anton</dc:creator>
14
      <dc:creator>Pagano, Pasquale</dc:creator>
15
      <dc:subject>Ecological niche modelling</dc:subject>
16
      <dc:subject>AquaMaps</dc:subject>
17
      <dc:subject>Neural networks</dc:subject>
18
      <dc:subject>Rare species</dc:subject>
19
      <dc:subject>Maximum entropya</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/I.5.1 PATTERN RECOGNITION. Models</dc:subject>
21
      <dc:subject>info:eu-repo/classification/msc/92.08 Computational methods</dc:subject>
22
      <dc:description>The giant squid (Architeuthis) has been reported since even before the 16th century, and has recently been observed live in its habitat for the first time. Among the species belonging to this genus, Architeuthis dux has received special attention from biologists. The distribution of this species is poorly understood,as most of our information stems from stranded animals or stomach remains. Predicting the habitat and distribution of this species, and more in general of difficult to observe species, is important from a biological conservation perspective. In this paper, we present an approach to estimate the potential distribution of A. dux at global scale, with relative high resolution (1-degree). Our approach relies on a complex preparation phase, which improves the reliability of presence, absence and environmental data correlated to the species habitat. We compare our distribution with those produced by state-of-the-art approaches (MaxEnt and AquaMaps), and use an expert-drawn map as reference. We demonstrate that our model projection is in agreement with the expert's map and is also compliant with several biological assessments of the species habitat and with recent observations. Furthermore, we show that our approach can be generalized as a paradigm that is applicable to other rare species.</dc:description>
23
      <dc:publisher>Elsevier</dc:publisher>
24
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/283644/EU/Data e-Infrastructure Initiative for Fisheries Management and Conservation of Marine Living Resources/IMARINE</dc:relation>
25
      <dc:date>2015</dc:date>
26
      <dc:type>info:eu-repo/semantics/article</dc:type>
27
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A0-018</dc:identifier>
28
      <dc:language>en</dc:language>
29
      <dc:source>In: Ecological Modelling, vol. 305 pp. 29 - 39. Elsevier, 2015.</dc:source>
30
      <dc:relation>info:eu-repo/semantics/altIdentifier/issn/0304-3800</dc:relation>
31
      <dc:relation>info:eu-repo/semantics/altIdentifier/doi/http://dx.doi.org/10.1016/j.ecolmodel.2015.03.011</dc:relation>
32
      <dc:format>application/pdf</dc:format>
33
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
34
      <dc:format>application/pdf</dc:format>
35
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2015-A0-018/2015-A0-018_0.pdf</dc:identifier>
36
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
37
     </oai_dc:dc>
38
   </metadata>
39
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_82.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-TR-001</identifier>
5
    <datestamp>2014-01-09</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Logics of space and time</dc:title>
11
      <dc:creator>Ciancia, Vincenzo</dc:creator>
12
      <dc:creator>Latella, Diego</dc:creator>
13
      <dc:creator>Massink, Mieke</dc:creator>
14
      <dc:subject>Modal logics</dc:subject>
15
      <dc:subject>Spatial logics</dc:subject>
16
      <dc:subject>Topology</dc:subject>
17
      <dc:subject>info:eu-repo/classification/acm/F.3.1 Specifying and Verifying and Reasoning about Programs</dc:subject>
18
      <dc:subject>info:eu-repo/classification/acm/F.4.1 Mathematical Logic</dc:subject>
19
      <dc:subject>info:eu-repo/classification/acm/D.2.4 Software/Program Verification</dc:subject>
20
      <dc:subject>info:eu-repo/classification/msc/03B70</dc:subject>
21
      <dc:subject>info:eu-repo/classification/msc/03B45</dc:subject>
22
      <dc:description>We review some literature in the field of spatial logics. The selection of papers we make is intended as an introductory guide in this broad area. In perspective, this review should be expanded in the future and become tailored to the use of spatial reasoning in the context of population models and their ODE / PDE approximations. The application to keep in mind is the analysis of population models where individuals are scattered over a spatial structure. In this context, typically, space is intended to be multi-dimensional, discrete or continuous; it may be useful to think in terms of Euclidean spaces, but also graph-based relational models may be the subject of spatial reasoning. Furthermore, metrics, measures, probabilities and rates may also be part of the requirements of an analysis methodology.</dc:description>
23
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/600708/EU/A Quantitative Approach to Management and Design of Collective and Adaptive Behaviours/QUANTICOL</dc:relation>
24
      <dc:date>2014-01-08</dc:date>
25
      <dc:type>info:eu-repo/semantics/report</dc:type>
26
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-TR-001</dc:identifier>
27
      <dc:language>en</dc:language>
28
      <dc:source>QUANTICOL TR-QC-1-2014. Technical report, 2014.</dc:source>
29
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://milner.inf.ed.ac.uk/wiki/files/m30750X1/TRQC012014_SpatialLogics_Ciancia_Latella_Massinkpdf.html</dc:relation>
30
      <dc:format>application/pdf</dc:format>
31
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-TR-001/2014-TR-001.pdf</dc:identifier>
32
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
33
     </oai_dc:dc>
34
   </metadata>
35
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_47.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A0-014</identifier>
5
    <datestamp>2015-03-20</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>The dream and the cross: a 3D Scanning project to bring 3D content in a digital edition</dc:title>
11
      <dc:creator>Leoni, Chiara</dc:creator>
12
      <dc:creator>Callieri, Marco</dc:creator>
13
      <dc:creator>Dellepiane, Matteo</dc:creator>
14
      <dc:creator>O'Donnell, Daniel</dc:creator>
15
      <dc:creator>Rosselli Del Turco, Roberto</dc:creator>
16
      <dc:creator>Scopigno, Roberto</dc:creator>
17
      <dc:subject>3D scanning</dc:subject>
18
      <dc:subject>Digital edition</dc:subject>
19
      <dc:subject>3D and the web</dc:subject>
20
      <dc:subject>Multiresolution</dc:subject>
21
      <dc:subject>info:eu-repo/classification/acm/I.3.7 COMPUTER GRAPHICS. Three-Dimensional Graphics and Realism</dc:subject>
22
      <dc:subject>info:eu-repo/classification/acm/I.4.1 IMAGE PROCESSING AND COMPUTER VISION. Digitization and Image Capture</dc:subject>
23
      <dc:description>The Dream of the Rood is one of the earliest Christian poems in Old English and an example of the genre of dream poetry. While a complete text can be found in the 10th-century "Vercelli Book," the poem is considerably older, and its oldest occurrence is carved (in runes) on the 7- to 8th-century Ruthwell Stone Cross. In this article, we present the work done in the framework of the "Visionary Cross" project, starting from the digitization of the Ruthwell Cross to the creation of a web-based digital edition of The Dream of the Rood, as it is carved on the Cross. The 3D data has been collected and processed with the explicit aim of creating a multimedia framework able to present the highly detailed digital model acquired with 3D scanning technology, together with the transcription and translation of the runes that can be found on its surface. The textual and spatial information are linked through a system of bidirectional links called Spots, which allow the users to navigate freely over the multimedia content, keeping the 3D and textual data synchronized. The present work discusses the different issues that arose during the work, from digitization and processing to the design of a tool for the integration of three-dimensional content in the context of the presentation on the web platform of heterogeneous multimedia data. We end with the difficulties involved in the creation of an XML encoding that could account for the necessities of the visualization system but remain within the scholarly encoding standards of the relevant disciplinary community.</dc:description>
24
      <dc:publisher>ACM</dc:publisher>
25
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/297194/EU/3D Digitisation of Icons of European Architectural and Archaeological Heritage/3D-ICONS</dc:relation>
26
      <dc:date>2015</dc:date>
27
      <dc:type>info:eu-repo/semantics/article</dc:type>
28
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A0-014</dc:identifier>
29
      <dc:language>en</dc:language>
30
      <dc:source>In: ACM Journal on Computing and Cultural Heritage (JOCCH), vol. 8 (5) article n. 5. ACM, 2015.</dc:source>
31
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://dl.acm.org/citation.cfm?id=2686873</dc:relation>
32
      <dc:relation>info:eu-repo/semantics/altIdentifier/issn/1556-4673 (print) 1556-4711 (online)</dc:relation>
33
      <dc:relation>info:eu-repo/semantics/altIdentifier/doi/10.1145/2686873</dc:relation>
34
      <dc:format>application/pdf</dc:format>
35
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
36
     </oai_dc:dc>
37
   </metadata>
38
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_84.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-SW-006</identifier>
5
    <datestamp>2015-01-15</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>NOSA-ITACA</dc:title>
11
      <dc:creator>Binante, Vincenzo</dc:creator>
12
      <dc:creator>Girardi, Maria</dc:creator>
13
      <dc:creator>Padovani, Cristina</dc:creator>
14
      <dc:creator>Pasquinelli, Giuseppe</dc:creator>
15
      <dc:creator>Pellegrini, Daniele</dc:creator>
16
      <dc:creator>Porcelli, Margherita</dc:creator>
17
      <dc:subject>Finite element code</dc:subject>
18
      <dc:subject>Masonry constructions</dc:subject>
19
      <dc:subject>Nonlinear analysis</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/J.2 PHYSICAL SCIENCES ENGINEERING</dc:subject>
21
      <dc:description>NOSA-ITACA is a code for the nonlinear structural analysis of historical masonry constructions. It the result of the integration of the finite element code NOSA into the open-source SALOME platform.</dc:description>
22
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7//EU/Strumenti informatici per la modellazione e la verifica del comportamento strutturale di costruzioni antiche: il codice NOSA-ITACA/NOSA-ITACA</dc:relation>
23
      <dc:date>2014-10-23</dc:date>
24
      <dc:type>SW Software</dc:type>
25
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-SW-006</dc:identifier>
26
      <dc:language>en</dc:language>
27
      <dc:source>[Software] Release 1.0 ,  23 October 2014.</dc:source>
28
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://www.nosaitaca.it/it/</dc:relation>
29
      <dc:format>application/pdf</dc:format>
30
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-SW-006/2014-SW-006.pdf</dc:identifier>
31
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
32
     </oai_dc:dc>
33
   </metadata>
34
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_49.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2015-A0-008</identifier>
5
    <datestamp>2015-03-20</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title>Querying moving events in wireless sensor networks</dc:title>
11
      <dc:creator>Amato, Giuseppe</dc:creator>
12
      <dc:creator>Chessa, Stefano</dc:creator>
13
      <dc:creator>Gennaro, Claudio</dc:creator>
14
      <dc:creator>Vairo, Claudio</dc:creator>
15
      <dc:subject>Composite Events</dc:subject>
16
      <dc:subject>Detection</dc:subject>
17
      <dc:subject>Tracking</dc:subject>
18
      <dc:subject>Wireless sensor networks</dc:subject>
19
      <dc:subject>Query language</dc:subject>
20
      <dc:subject>info:eu-repo/classification/acm/C.2.2 Network Protocols</dc:subject>
21
      <dc:description>The detection and tracking of composite events in Wireless Sensor Networks often employ ad-hoc solutions that aim at detecting and tracking only specific types of events or use generic query languages that are not specifically built to manage events. We propose a new query language and an in-network query processing solution that enable the definition of queries to track and gather information from events, using wireless sensor networks. The proposed language provides clauses aimed at defining dynamic tracking tasks and the autonomous migration of the queries on the network, depending on the event mobility. We describe the query model and the language, discuss its implementation, and present the results of the comparison with a TinyDB-like approach. We show that our approach is scalable with event mobility and that it is more energy efficient than TinyDB-like approaches.</dc:description>
22
      <dc:publisher>Elsevier</dc:publisher>
23
      <dc:relation>info:eu-repo/grantAgreement/EC/FP7/269914/EU/Robotics UBIquitous COgnitive Network/RUBICON</dc:relation>
24
      <dc:date>2015</dc:date>
25
      <dc:type>info:eu-repo/semantics/article</dc:type>
26
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2015-A0-008</dc:identifier>
27
      <dc:language>en</dc:language>
28
      <dc:source>In: Pervasive and Mobile Computing, vol. 16 (A) pp. 51 - 75. Elsevier, 2015.</dc:source>
29
      <dc:relation>info:eu-repo/semantics/altIdentifier/url/http://www.sciencedirect.com/science/article/pii/S157411921400025X</dc:relation>
30
      <dc:relation>info:eu-repo/semantics/altIdentifier/issn/1574-1192</dc:relation>
31
      <dc:relation>info:eu-repo/semantics/altIdentifier/doi/10.1016/j.pmcj.2014.01.008</dc:relation>
32
      <dc:format>application/pdf</dc:format>
33
      <dc:rights>info:eu-repo/semantics/restrictedAccess</dc:rights>
34
     </oai_dc:dc>
35
   </metadata>
36
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_86.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
3
   <header>
4
    <identifier>oai:pumaoai.isti.cnr.it:cnr.isti/cnr.isti/2014-PR-015</identifier>
5
    <datestamp>2015-01-31</datestamp>
6
    <setSpec>openaire</setSpec>
7
   </header>
8
   <metadata>
9
     <oai_dc:dc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/        http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
10
      <dc:title/>
11
      <dc:creator>Vairo, Claudio</dc:creator>
12
      <dc:creator>Amato, Giuseppe</dc:creator>
13
      <dc:creator>Gennaro, Claudio</dc:creator>
14
      <dc:subject>Cicloturismo</dc:subject>
15
      <dc:subject>IOS</dc:subject>
16
      <dc:subject>App</dc:subject>
17
      <dc:subject>info:eu-repo/classification/acm/H.4 INFORMATION SYSTEMS APPLICATIONS</dc:subject>
18
      <dc:description>The goal of this activity is to develop an application for smartphones technologically advanced, in an augmented reality, aimed at cycling tourism object within the project Active Tourism. The application must provide information and images during the cycling routes and should allow you to share with other users, traffic information, cultural sites and scenic resources of the route you are currently taking. The application is designed and built for the iPhone platform with iOS operating system and can work in online mode (requires an active network connection for this mode), and offline mode. Some of the features offered by the application will not be available in offline mode.</dc:description>
19
      <dc:description/>
20
      <dc:date>2014-01-29</dc:date>
21
      <dc:type>info:eu-repo/semantics/report</dc:type>
22
      <dc:identifier>http://puma.isti.cnr.it/dfdownloadnew.php?ident=cnr.isti/cnr.isti/2014-PR-015</dc:identifier>
23
      <dc:language>it</dc:language>
24
      <dc:source/>
25
      <dc:format>application/pdf</dc:format>
26
      <dc:identifier>http://puma.isti.cnr.it/rmydownload.php?filename=cnr.isti/cnr.isti/2014-PR-015/2014-PR-015.pdf</dc:identifier>
27
      <dc:rights>info:eu-repo/semantics/openAccess</dc:rights>
28
     </oai_dc:dc>
29
   </metadata>
30
  </record>
webapps/tags/dnet-basic-aggregator-1.0.2/mock-repository-content/sample_88.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<record xmlns="http://www.openarchives.org/OAI/2.0/">
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff