A software module for import of theses and dissertations to CRISs

Size: px
Start display at page:

Download "A software module for import of theses and dissertations to CRISs"

Transcription

1 A software module for import of theses and dissertations to CRISs Lidija Ivanović a, Dušan Surla b a Faculty of Education, University of Novi Sad, Serbia b Faculty of Sciences, University of Novi Sad, Serbia Summary This paper presents a module for import of theses and dissertations to CRISs. The main feature of the module is support for various formats of metadata of theses and dissertations. The model is extensible with plugins that provide support for import of other scientific-research results (papers published in journals, papers published in conferences proceedings, monographs, etc.) in various metadata formats (Dublin Core, ETD-MS, CERIF, etc.). The module imports data through a user interactive process by which consolidation of data is achieved. 1 Introduction Scientific-research results can be found in various systems accessible via Internet such as: institutional repositories, digital libraries, publishers platforms, research information systems, etc. Europe aims to create a unique database for all relevant scientific-research results. During the two recent decades, CERIF standard for research information systems has been being developed. Development of systems based on CERIF standard (called CRIS systems) is rapidly increased in recent years. It is evident that migration of data about scientific-research results from various systems to CRISs is necessary. Because of diversity of sources from which data should be migrated, a module for data import to CRISs should be able to import data in various metadata formats from various sources. Furthermore, the module should provide support for consolidation of imported and existing data. The paper presents a software module for import of theses and dissertations implemented for the CRIS of the University of Novi Sad (CRIS UNS). The module software architecture is extensible with plugins for import of theses and dissertations from various sources, as well as for import of other types of scientific-research results. Moreover, import of data through interactive userinterface enables creation of database of unique authority records about authors, advisors, boards members and institutions where theses and dissertations have been defended. The proposed software module can be easily adopted for data migration between other software systems. The module was verified by migration of data from Digital library of bachelor theses, master theses and doctoral dissertations of the University of Novi Sad (DIGLIB UNS) to CRIS UNS. This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 1

2 2 Related work Nowadays, important part of scientific knowledge is available via published scientific-research results in digital form along with associated metadata accessible through various applications such as digital libraries, research information systems, institutional repositories, etc. In recent years, the relationship between those systems and possibility of integration of those systems is discussed (Joint 2008; Krause 2002). The paper (Dijk et al. 2006) describes the NARCIS portal that is access point to all scientific-research data created by researchers from the Netherlands. That system joins scientific-research information system and Digital Academic Repositories (DARENET) in the Netherlands. Furthermore, the paper (Olivier 2009) presents collaboration between scientific-research information system and digital library of the University of Pretoria. Moreover, there is similar collaboration between scientific-research information system and institutional repository of the University of Glasgow (Nixon 2010). DRIVER is a global network of institutional repositories (Peters & Lossau 2011). Purpose of integration of systems containing scientific-research data is to avoid or reduce duplicating input of the same data in various systems, as well as to increase quality of services based on those data. Existing attempts of integration of systems containing scientific-research data are based on data models that can store metadata about scientific-research results prescribed by various standards. One such model is CERIF compatible data model based on MARC 21 format (Ivanović et al. 2011a). Metadata about theses and dissertations in Dublin Core, ETD-MS, MARC 21 and CERIF format can be mapped to this model (Ivanović et al. 2012a). 3 Module architecture The module imports complete network of objects related to target objects that should be imported into a CRIS. For example, import of theses and dissertations beside target objects (Theses/Dissertations) also imports the following related objects: Institutions (where thesis is defended), Persons (authors, advisors, boards members). The module is implemented using Java platform, JSF technology and open source libraries written in Java. The module architecture is shown in Figure 1 by UML components diagram. Dublin_Core_Reader Institution_Importer MARC_21_Reader Import_Manager Person_Importer CERIF_Reader Records_List Import_Record DIGLIB_UNS_Reader Thesis_Dissertation_Importer Figure 1. The module component diagram This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 2

3 The module consists of: Reader components (Dublin_Core_Reader, MARC_21_Reader, CERIF_Reader, DIGLIB_UNS_Reader), Importer components (Institution_Importer, Person_Importer, Thesis_Dissertation_Importer), The Import_Manager component Reader components are intended to transfer input data from various formats (Dublin Core, MARC 21, CERIF, DIGLIB UNS, etc.) to list of objects. Scalability of the Reader components: The module for data import is extensible with a new Reader component that provides support for import of a new metadata format. Also, the existed Reader components can be extended to provide support for transformation of other scientific-research results such as: papers published in journals (Papers the target objects, Journals and Persons the related objects), papers published in the conferences proceedings (Papers the target objects, Conferences, Proceedings, Persons the related objects), i.e., the Reader components can be extended to provide support for transformation of input metadata format to extended list of objects (not limited to Institutions, Persons, Theses/Dissertations). Importer components are intended to establish relations between the module and a CRIS. The appropriate Importer component performs the following functions for an object that should be imported (Institution, Person, Thesis/Dissertation): Checks whether the object already exists in the CRIS. Shows all objects stored in the CRIS s database which metadata meet the criteria of similarity with the metadata of the object. Objects could be ordered or even more an object can be automatically selected according to decisions previously made by user. It will enable the system to learn from the user decisions during massive migrations in order to set up real-time import services for data updates. The criteria of similarity of two metadata is defined as follows: o o o The Levenshtein distance (edit distance) between two words must be less than or equal to the integer quotient which is obtained by dividing the number of characters of longer word with five. If shorter of the metadata (with fewer words) has more than 5 words, then the previous criteria are valid for 80% of the words. Cyrillic and Latin scripts are equal. Store the object s metadata by the following algorithm: o o If there is no dilemma whether the same object already exists in the CRIS s database, the Importer component stores the object as a new record in the CRIS s database. Whenever there is dilemma whether the same object already exists in the CRIS s database, the module shows a potentially the same object, and the user who started the import has to decide what to do with the object s metadata: Leave metadata that already exist in the CRIS s database, Overwrite existing metadata with the object metadata, Perform merging of metadata controlled by the user, This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 3

4 Store the object s metadata as a new record. The Import_Manager component coordinates the whole process of data import: Invokes appropriate Reader component to create a list of objects from input metadata format, For each object from the list the Import_Manager component invokes appropriate Import component that imports the object. If the module for import data is extended with support for transformation of new type of scientific results (e.g. papers published in journals) to the extended list of objects, some Importer component (e.g. Journal_Importer) must be added to check existence and to import the new type of objects (e.g. Journal). 4 Case study: migration of data from DIGLIB UNS to CRIS UNS The proposed module for data import is verified by migration of data from Digital Library of bachelor theses, master theses and doctoral dissertations of the University of Novi Sad (DIGLIB UNS) to CRIS of the University of Novi Sad (CRIS UNS). Data about bachelor theses, master theses and doctoral dissertations, data about institutions on which theses and dissertations have been defended, as well as data about authors, advisors and boards members have been migrated. As we already stated, DIGLIB UNS and CRIS UNS has been developed by the same institution. Therefore, component DIGLIB_UNS_Reader has had direct access to relation database of the DIGLIB UNS system, i.e., format of imported data has been defined by schema of relation database of DIGLIB UNS. So, the imported data haven t been in XML format; data have been read from database management system (DBMS) that stores DIGLIB UNS data. This is a case study of using module for import described in this paper, but it is evident that data for import can be obtained by various protocols such as Z39.50, SRU, OAI-PMH, and data can be in various formats defined by XML schemas or ontologies for describing a semantic web service. 4.1 DIGLIB UNS DIGLIB UNS ( is digital library of bachelor theses, master theses and PhD dissertations developed for the needs of University of Novi Sad. The system is in use since Theses and dissertations in this system can be described using set of metadata by two languages: Serbian and English. The set of metadata is prescribed by the University of Novi Sad and includes: author, advisor, board s chair, board s member, title, subject / keywords, abstract, note, language, physical description [chapters / pages / references / tables / pictures / graphs / appendixes], publisher, publication year, record type, thesis type (bachelor thesis, master thesis, PhD dissertation), scientific field, scientific discipline, accepted by competent scientific institution on [date], institution (name, city and address, country), defended on [date], holding data. Besides those metadata, electronic theses are also stored (pdf, doc, etc.). Development of this system is described in the papers (Zarić et al. 2004; Zarić & Surla 2004; Milosavljević & Konjović 2004). The system provides searching theses and dissertations via Internet using the followings metadata: keywords, title, abstract, extended abstract, author, scientific field and scientific discipline. This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 4

5 4.2 CRIS UNS CRIS UNS ( is CERIF-compatible scientific-research information system developed for needs of the University of Novi Sad. The system has been under development since 2008 within BISIS project ( The system is built on CERIFcompatible data model based on MARC 21 format described in the paper (Ivanović et al. 2011a). This compatible model stores CERIF prescribed data about publications, patents, products, persons (researchers), projects, events and part of data set about organization units using appropriate MARC 21 format (bibliography and authority). For example, an instance of the CERIF entity ResultPublication and entities connected with it (ResultPublicationBiblNote, ResultPublicationTitle, ResultPublicationSubtitle, ResultPublicationNameAbbrev, ResultPublicationKeywords, Result- PublicationAbstract) are mapped to an instance of MARC 21 bibliographic record. The first phase of system implementation is main subject of the paper (Ivanović et al. 2010; Milosavljević et al. 2011). Automatic extraction of metadata from scientific publications for CRIS systems is described in the paper (Kovačević et al. 2011). Published results from the CRIS UNS database are publically available via Internet. Results metadata are entered by researchers, and researchers do not have to know CERIF and MARC 21 format. The CRIS UNS system besides international requirements prescribed by CERIF standard meets requirements related to results evaluation prescribed by the Ministry of Education and Science of the Republic of Serbia. Therefore, the system data model is extended with a few entities as it is described in the paper (Ivanović et al. 2011b). Data model and system architecture enables easy integration of CRIS UNS with librarian information systems, and enables interoperability between CRIS UNS and other CERIF-compatible scientific-research information systems of European country. The second phase of CRIS UNS development includes integration of institutional repositories of theses and dissertations of the University of Novi Sad with the CRIS UNS system, i.e. extension of the CRIS UNS system with subsystem that enables input of metadata about theses as well as electronic theses (pdf, doc, etc.). Theses and dissertations can be described by languages prescribed by MARC 21 ( using the following set of metadata: author, advisor, board s chair, board s member, title, alternative title, subtitle, keywords, abstract, extended abstract, note, language, ISBN, physical description, UDC, publisher, publication date, record type, content format, URI, access rights, thesis type (bachelor thesis, master thesis, PhD dissertation), name of author degree after defence, level of education, scientific field, scientific discipline, accepted by competent scientific institution on [date], institution, defended on [date], holding data. Metadata about theses and dissertations in Dublin Core, ETD-MS, MARC 21 and CERIF format can be mapped to the CRIS UNS model (Ivanović et al. 2012a). The second phase of CRIS UNS development is described in the paper (Ivanović et al. 2012b). 4.3 Data mappings Set of metadata for describing theses and dissertations within the DIGLIB UNS system is subset of metadata for describing theses and dissertations within the CRIS UNS system. The Table 1 shows in which way are DIGLIB UNS metadata about theses mapped to CRIS UNS metadata about theses. The first column holds names of DIGLIB UNS metadata, the second column holds names of appropriate CRIS UNS metadata, and the third column describes method of metadata storing in the data model of CRIS UNS system. As we already stated, data about published results This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 5

6 within the CRIS UNS system are stored using the MARC 21 bibliographic records, instead of the CERIF entity cfresultpublication. Therefore, the CERIF entity cfresultpublication_class in the CRIS UNS data model is renamed to MARC21Record_Class. DIGLIB UNS CRIS UNS Method of storing author author M21 df: 100 (1#) a advisor advisor M21 df: 700 (1#) a board s chair board s chair M21 df: 700 (1#) a board s member board s member M21 df: 700 (1#) a title title M21 df: 245 (00) a - alternative title M21 df: 246 (0#) a - subtitle M21 df: 245 (00) b subject / keywords keywords M21 df: 653 (##) a abstract abstract M21 df: 520 (3#) a - extended abstract M21 df: 520 (##) a note note M21 df: 500 (##) a language language M21 cf: 008 (35-37) - ISBN M21 df: 020 (##) a physical description [chapters / pages / references / tables / pictures / graphs / physical description M21 df: 300 (##) a appendixes] - UDK M21 df: 080 (##) a publisher publisher M21 df: 260 (##) b publication year publication date M21 df: 260 (##) c record type record type M21 ld: 6 - content format M21 df: 856 (##) q - URI M21 df: 856 (##) u - access rights M21 df: 540 (##) a thesis type - thesis type name of author degree after defence entity MARC21Record_Class M21 df: 502 (##) a - level of education M21 df: 502 (##) b scientific field scientific field entity MARC21Record_Class scientific discipline scientific discipline entity MARC21Record_Class accepted by competent scientific institution on institution (name, city and address, country) accepted by competent scientific institution on institution M21 df: 502 (##) g M21 df: 502 (##) c defended on defended on M21 df: 502 (##) g holding data holding data M21 df: 852 (##) a Table 1. Data mappings If a metadata is mapped to a particular data field of MARC21 record, method of storing (the third column of Table 1) is presented in the following syntax: This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 6

7 M21 df: <data field code> (<indicator1><indicator2>) <subfield code> The character # indicates that indicator is not defined. If a metadata is mapped to a particular character position of MARC21 record leader, method of storing is shown in the following syntax: M21 ld: <character position> If a metadata is mapped to a particular control field of MARC21 record, method of storing is shown in the following syntax: M21 cf: <control field code> (<start>-<end character position>) Numeration of character positions starts with 0 at leader and control fields. 4.4 The migration overview Data migration from the DIGLIB UNS system to the CRIS UNS system can be started by selecting a menu item allowed just for admin account. After that, the DIGLIB_UNS_Reader component (Figure 1) using Java Database Connectivity (JDBC) opens a connection to the database management system (DBMS) that stores the DIGLIB UNS data. The component using this connection retrieves a list of records that have to be imported: Institutions, Persons, Theses/Dissertations. After the list has been retrieved the Import_Manager component (Figure 1) coordinates import of Institutions, then import of Persons and at the end import of Theses/Dissertations, i.e. the component invokes appropriate Importer components. Whenever there is dilemma whether the imported object already exists in the CRIS s database, the module for import provides a list of similar objects using the dialog shown in Figure 2. Figure 2. Similar records The user who started the import has to decide what should be done with the imported object s metadata. The module provides the followings options: This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 7

8 Leave metadata that already exist in the CRIS s database: the button Select institution, Overwrite existing metadata with the imported object metadata: the button column Change, in the column in the Perform merging of metadata controlled by the user: the button in the column Merge, Store the object s metadata as a new record: the button Save stores imported object s metadata without changes; the button Change opens form for changing metadata and after that stores metadata. If the user selects to merge the data, the form shown in Figure 3 is opened. The user on this form can see imported object s metadata (within the input fields) as well as metadata of existing object in the CRIS UNS system database (messages next to the images ) that should be merged with the imported object. Figure 3. Records merging 5 Conclusions It is evident that data about scientific-research results are scattered throughout various systems. Interoperability of those systems is very important, i.e., data exchange between those systems is a requirement of the highest priority. The main goal of the CRISs is collecting of all relevant data related to scientific-research results of university, state or region. To achieve this goal faster and easier, migrations of data from various sources in CRISs are necessary. Thus creation of a flexible module for data import in various formats from various systems is very important. This paper presents such a flexible module for data import into CRISs. The module is extensible with plugins that provide support for new metadata formats and new types of scientific-research results. Usage of the presented software module for import data about theses and dissertations in CRIS UNS system enables consolidation of authority data (institutions, persons who are the authors of This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 8

9 theses and dissertations, advisors and board s members). Consolidated authority data increased quality of service for generation of various reports about scientific-research activities for faculties and university s management, as well as for generation of reports for Ministry of Education and Science of the Republic of Serbia and Provincial secretariat for Science and Technological Development of Vojvodina. Acknowledgements The work is partially supported by Ministry of Education and Science of the Republic of Serbia, through project no. OI174023: "Intelligent techniques and their integration into wide-spectrum decision support". References Dijk, E.; Baars, Chr.; Hogenaar, A.; Meel, M. van (2006): NARCIS: The Gateway to Dutch Scientific Information. Elpub 2006 Conference, Bansko, June 14-16, 2006, pp Ivanović, D.; Milosavljević, G.; Milosavljević, B.; Surla, D. (2010): A CERIF-compatible research management system based on the MARC 21 format. Program: Electronic libarary and information systems, Vol. 44, No. 3, pp Ivanović, D.; Surla, D.; Konjović, Z. (2011a): CERIF compatible data model based on MARC 21 format. The Electronic Library, Vol. 29, No. 1, pp , DOI: / Ivanović, D.; Surla, D.; Racković, M. (2011b): A CERIF data model extension for evaluation and quantitative expression of scientific research results. Scientometrics, Vol. 86, No. 1, pp , DOI /s Ivanović, L.; Ivanović, D.; Surla, D. (2012a): A data model of theses and dissertations compatible with CERIF, Dublin Core and EDT-MS. Online Information Review, Vol. 36, No. 4 (in print) Ivanović, L.; Ivanović, D.; Surla, D. (2012b): Integration of a Research Management System and an OAI-PMH Compatible ETDs Repository at the University of Novi Sad, Republic of Serbia. Library Resources and Technical Services, Vol. 56, No. 2 (in print) Joint, N. (2008): Current research information systems, open access repositories and libraries. Library Review, Vol. 57, No 8, pp Kovacevic, A.; Ivanovic, D.; Milosavljevic, B.; Konjovic, Z.; Surla, D. (2011). Automatic extraction of metadata from scientific publications for CRIS systems. Program: electronic library and information systems, Vol. 45, No. 4, pp , DOI: / Krause, J. (2002): Current Research Information as Part of Digital Libraries and the Heterogeneity Problem Integrated searches in the context of databases with different content analyses. Proceedings of the 6th International Conference on Current Research Information Systems, University of Kassel, August 29-31, 2002, pp Milosavljević, B.; Konjović, Z. (2004). Pretraživanje multimedijalnih informacija u sistemu digitalnih biblioteka magistarskih i doktorskih radova. Infoteka, Vol. 5, No. 1-2, pp This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 9

10 Milosavljević, G; Ivanović, D.; Surla, D.; Milosavljević, B. (2011). Automated Construction of the User Interface for a CERIF-Compliant Research Management System. The Electronic Library, Vol. 29, No. 5, pp , DOI: / Nixon, W. (2010): Enrich: Improving integration between an Institutional Repository and a CRIS at the University of Glasgow. Proceedings of the 10th International Conference on Current Research Information Systems, Aalborg, Denmark, June 2-5, 2010, pp Olivier, E., (2009): Open Scholarship & research reporting in tandem: creating more value. The African Digital Scholarship & Curation Conference, May 12-14, 2009, available at: (provereno 4. septembra 2011.) Peters, D.; Lossau, N. (2011): DRIVER: building a sustainable infrastructure for global repositories. The Electronic Library, Vol. 29, No. 2, pp Surla, D.; Konjović, Z.; Milosavljević, B.; Zarić, M.; Sladić, G.; Protić, Z.; Komazec, S.; Okanović, D. (2004): Prikaz realizacije mrežne digitalne biblioteke doktorskih, magistarskih i diplomskih radova. Infoteka, Vol. 5, No. 1-2, pp Zarić, M.; Surla, D. (2004): Implementacija protokola za prikupljanje metapodataka u mreži digitalnih biblioteka teza i disertacija. Infoteka, Vol. 5, No. 1-2, pp Contact Information Lidija Ivanović University of Novi Sad, Faculty of Education Podgorička Sombor Serbia lidija.ivanovic@pef.uns.ac.rs Dušan Surla University of Novi Sad, Faculty of Sciences Trg Dositeja Obradovića Novi Sad Serbia surla@uns.ac.rs This work is licensed under a Creative Commons Attribution-NoDerivs 3.0 Unported License. 10

CRIS service for journals and journal articles evaluation

CRIS service for journals and journal articles evaluation CRIS service for journals and journal articles evaluation Siniša Nikolić a, Valentin Penca a, Dragan Ivanović a, Dušan Surla b, Zora Konjović a a University of Novi Sad, Faculty of Technical Sciences b

More information

1 Introduction XML IN THE BISIS LIBRARY MANAGEMENT SYSTEM 1. Novi Sad J. Math. Vol. 41, No. 2, 2011, 131-148

1 Introduction XML IN THE BISIS LIBRARY MANAGEMENT SYSTEM 1. Novi Sad J. Math. Vol. 41, No. 2, 2011, 131-148 Novi Sad J. Math. Vol. 41, No. 2, 2011, 131-148 XML IN THE BISIS LIBRARY MANAGEMENT SYSTEM 1 Danijela Tešendić 2, Danijela Boberić Krstićev 2, Bojana Dimić Surla 2 Abstract The paper describes an application

More information

Applying MDA in Developing Intermediary Service for Data Retrieval

Applying MDA in Developing Intermediary Service for Data Retrieval Applying MDA in Developing Intermediary Service for Data Retrieval Danijela Boberić Krstićev University of Novi Sad Faculty of Sciences Trg Dositeja Obradovića 4, Novi Sad Serbia +381214852873 dboberic@uns.ac.rs

More information

NARCIS - more than a gateway to Οpen Αccess publications in The Netherlands

NARCIS - more than a gateway to Οpen Αccess publications in The Netherlands NARCIS - more than a gateway to Οpen Αccess publications in The Netherlands Elly Dijk KNAW Research Information Open Access Infrastructures: the Future of Scientific Communication, Athens - Greece, 15

More information

Interoperability around repositories: RCAAP services. José Carvalho jcarvalho@sdum.uminho.pt

Interoperability around repositories: RCAAP services. José Carvalho jcarvalho@sdum.uminho.pt Interoperability around repositories: RCAAP services José Carvalho jcarvalho@sdum.uminho.pt Contents The project The services The interoperability Questions? 15-11-2013 RCAAP - Repositório Cientifico de

More information

Building integration environment based on OAI-PMH protocol. Novytskyi Oleksandr Institute of Software Systems NAS Ukraine Alex@zu.edu.

Building integration environment based on OAI-PMH protocol. Novytskyi Oleksandr Institute of Software Systems NAS Ukraine Alex@zu.edu. Building integration environment based on OAI-PMH protocol Novytskyi Oleksandr Institute of Software Systems NAS Ukraine Alex@zu.edu.ua Roadmap What is OAI-PMH? Requirements for infrastructure Step by

More information

On Development of Fuzzy Relational Database Applications

On Development of Fuzzy Relational Database Applications On Development of Fuzzy Relational Database Applications Srdjan Skrbic Faculty of Science Trg Dositeja Obradovica 3 21000 Novi Sad Serbia shkrba@uns.ns.ac.yu Aleksandar Takači Faculty of Technology Bulevar

More information

Service Cloud for information retrieval from multiple origins

Service Cloud for information retrieval from multiple origins Service Cloud for information retrieval from multiple origins Authors: Marisa R. De Giusti, CICPBA (Comisión de Investigaciones Científicas de la provincia de Buenos Aires), PrEBi, National University

More information

LIBER Case Study: Author: Mijke Jetten, University Library, Radboud University, m.jetten@ubn.ru.nl

LIBER Case Study: Author: Mijke Jetten, University Library, Radboud University, m.jetten@ubn.ru.nl LIBER Case Study: Research Data Management at Radboud University Author: Mijke Jetten, University Library, Radboud University, m.jetten@ubn.ru.nl Keywords: generic, institutional, policy, support, software

More information

ENHANCED PUBLICATIONS IN THE CZECH REPUBLIC

ENHANCED PUBLICATIONS IN THE CZECH REPUBLIC ENHANCED PUBLICATIONS IN THE CZECH REPUBLIC PETRA PEJŠOVÁ, HANA VYČÍTALOVÁ petra.pejsova@techlib.cz, hana.vycitalova@techlib.cz The National Library of Technology, Czech Republic Abstract The aim of this

More information

Scientific Publication Productivity of the Information Sciences Doctors in the Republic of Croatia

Scientific Publication Productivity of the Information Sciences Doctors in the Republic of Croatia Professional paper Scientific Publication Productivity of the Information Sciences Doctors in the Republic of Croatia Summary Lucija Šćirek, student Department of Information Sciences Faculty of Humanities

More information

RCAAP: Building and maintaining a national repository network

RCAAP: Building and maintaining a national repository network RCAAP: Building and maintaining a national repository network José Carvalho jcarvalho@sdum.uminho.pt Eloy Rodrigues eloy@sdum.uminho.pt Pedro Príncipe pedroprincipe@sdum.umiho.pt Ricardo Saraiva rsaraiva@sdum.uminho.pt

More information

Engineering Management

Engineering Management Documentation for the Accreditation of the Study Programme: Novi Sad, 2012 Table of Contents: Standard 00. Introduction... 7 Standard 01. Structure of the Study Programme... 8 Standard 02. Purpose of the

More information

Semantic Search in Portals using Ontologies

Semantic Search in Portals using Ontologies Semantic Search in Portals using Ontologies Wallace Anacleto Pinheiro Ana Maria de C. Moura Military Institute of Engineering - IME/RJ Department of Computer Engineering - Rio de Janeiro - Brazil [awallace,anamoura]@de9.ime.eb.br

More information

Managing Documents with NoSQL in Service Oriented Architecture

Managing Documents with NoSQL in Service Oriented Architecture Managing Documents with NoSQL in Service Oriented Architecture Milorad P. Stević, The Higher Education Technical School of Professional Studies, Novi Sad, Serbia, milorad.stevic@live.com Abstract The need

More information

OCLC CONTENTdm. Geri Ingram Community Manager. Overview. Spring 2015 CONTENTdm User Conference Goucher College Baltimore MD May 27, 2015

OCLC CONTENTdm. Geri Ingram Community Manager. Overview. Spring 2015 CONTENTdm User Conference Goucher College Baltimore MD May 27, 2015 OCLC CONTENTdm Overview Spring 2015 CONTENTdm User Conference Goucher College Baltimore MD May 27, 2015 Geri Ingram Community Manager Overview Audience This session is for users library staff, curators,

More information

DFG form 12.181 03/15 page 1 of 8. for the Purchase of Licences funded by the DFG

DFG form 12.181 03/15 page 1 of 8. for the Purchase of Licences funded by the DFG form 12.181 03/15 page 1 of 8 Guidelines for the Purchase of Licences funded by the Within the framework of the Alliance Digital Information Initiative, licences for journals, databases and e-books are

More information

DISSERTATIONS AND THESES IN INSTITUTIONAL REPOSITORIES: CASE STUDY IN JAPAN

DISSERTATIONS AND THESES IN INSTITUTIONAL REPOSITORIES: CASE STUDY IN JAPAN DISSERTATIONS AND THESES IN INSTITUTIONAL REPOSITORIES: CASE STUDY IN JAPAN Izumi Sugita and Yuko Murakami National Institute of Informatics Abstract This presentation will describe a preliminary survey

More information

Upload Your Culminating Project to The Repository at St. Cloud State University

Upload Your Culminating Project to The Repository at St. Cloud State University Upload Your Culminating Project to The Repository at St. Cloud State University There are two parts to uploading your culminating project (starred paper, thesis, or dissertation) to The Repository at St.

More information

A Programming Language Independent Framework for Metrics-based Software Evolution and Analysis

A Programming Language Independent Framework for Metrics-based Software Evolution and Analysis DOI: 10.2298/CSIS120104026G A Programming Language Independent Framework for Metrics-based Software Evolution and Analysis Črt Gerlec 1, Gordana Rakić 2, Zoran Budimac 2, Marjan Heričko 1 1 Institute of

More information

SAP Data Services 4.X. An Enterprise Information management Solution

SAP Data Services 4.X. An Enterprise Information management Solution SAP Data Services 4.X An Enterprise Information management Solution Table of Contents I. SAP Data Services 4.X... 3 Highlights Training Objectives Audience Pre Requisites Keys to Success Certification

More information

Digital archiving of scientific information Czech experience

Digital archiving of scientific information Czech experience Digital archiving of scientific information Czech experience P. Slavik, P. Mach, M. Snorek Czech Technical University in Prague Prague, Czech Republic Slavik mach snorek@fel.cvut.cz Abstract This paper

More information

The Institutional Repository at West Virginia University Libraries: Resources for Effective Promotion

The Institutional Repository at West Virginia University Libraries: Resources for Effective Promotion The Institutional Repository at West Virginia University Libraries: Resources for Effective Promotion John Hagen Manager, Electronic Institutional Document Repository Programs West Virginia University

More information

Telecommunication (120 ЕCTS)

Telecommunication (120 ЕCTS) Study program Faculty Cycle Software Engineering and Telecommunication (120 ЕCTS) Contemporary Sciences and Technologies Postgraduate ECTS 120 Offered in Tetovo Description of the program This master study

More information

Accreditation of Doctoral Study Programs in Serbia

Accreditation of Doctoral Study Programs in Serbia 2013 International Conference on Technology Transfer Accreditation of Doctoral Study Programs in Serbia Endre Pap a,b,c * a Commission for Accreditation and Quality Assurance, Belgrade, Serbia b University

More information

This feature allows you to convert a collection of PDFs into EndNote references using the Digital Object Identifier (DOI).

This feature allows you to convert a collection of PDFs into EndNote references using the Digital Object Identifier (DOI). Add and organise PDF files in your Endnote Library Contents Import PDF files to create new references Import a folder of PDF files to create new references Organise folders of PDFs into Groups during PDF

More information

Integration of Polish National Bibliography within the repository platform for science and humanities

Integration of Polish National Bibliography within the repository platform for science and humanities Marcin Roszkowski Integration of Polish National Bibliography within the repository platform for science and humanities The best thing to do to your data will be thought of by somebody else W3C LLD Agenda

More information

MANAGEMENT INFORMATION SYSTEMS

MANAGEMENT INFORMATION SYSTEMS The International Scientific Journal of MANAGEMENT INFORMATION SYSTEMS www.ef.uns.ac.rs/mis ISSN: 1452-774X UDC 005:659.2 REFERENCING GUIDE List of the most common reference types: A. PERIODICALS Authors

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM. Aniket Bochare - aniketb1@umbc.edu. CMSC 601 - Presentation

HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM. Aniket Bochare - aniketb1@umbc.edu. CMSC 601 - Presentation HETEROGENEOUS DATA INTEGRATION FOR CLINICAL DECISION SUPPORT SYSTEM Aniket Bochare - aniketb1@umbc.edu CMSC 601 - Presentation Date-04/25/2011 AGENDA Introduction and Background Framework Heterogeneous

More information

THESIS AND DISSERTATION FORMATTING GUIDE GRADUATE SCHOOL

THESIS AND DISSERTATION FORMATTING GUIDE GRADUATE SCHOOL THESIS AND DISSERTATION FORMATTING GUIDE GRADUATE SCHOOL A Guide to the Preparation and Submission of Thesis and Dissertation Manuscripts in Electronic Form August 2015 Revised Fort Collins, Colorado 80523-1005

More information

The FAO Open Archive: Enhancing Access to FAO Publications Using International Standards and Exchange Protocols

The FAO Open Archive: Enhancing Access to FAO Publications Using International Standards and Exchange Protocols The FAO Open Archive: Enhancing Access to FAO Publications Using International Standards and Exchange Protocols Claudia Nicolai; Imma Subirats; Stephen Katz Food and Agriculture Organization of the United

More information

APPLYING CASE BASED REASONING IN AGILE SOFTWARE DEVELOPMENT

APPLYING CASE BASED REASONING IN AGILE SOFTWARE DEVELOPMENT APPLYING CASE BASED REASONING IN AGILE SOFTWARE DEVELOPMENT AIMAN TURANI Associate Prof., Faculty of computer science and Engineering, TAIBAH University, Medina, KSA E-mail: aimanturani@hotmail.com ABSTRACT

More information

The Bibliography of the Italian Parliament: Building a Digital Parliamentary Research Library. http://bpr.camera.it. What is the BPR?

The Bibliography of the Italian Parliament: Building a Digital Parliamentary Research Library. http://bpr.camera.it. What is the BPR? The Bibliography of the Italian Parliament: Building a Digital Parliamentary Research Library What is the BPR? http://bpr.camera.it The BPR (the Bibliography of the Italian Parliament and Electoral Studies)

More information

Cybertesis Style Page Application for Producing Digital Theses in Two Peruvian Universities

Cybertesis Style Page Application for Producing Digital Theses in Two Peruvian Universities 12th International Symposium on Electronic Theses and Dissertations Cybertesis Style Page Application for Producing Digital Theses in Two Peruvian Universities LibioHuaroto lhuaroto@unmsm.edu.pe Pedro

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

12th AGILE International Conference on Geographic Information Science 2009 page 1 of 5 Leibniz Universität Hannover, Germany

12th AGILE International Conference on Geographic Information Science 2009 page 1 of 5 Leibniz Universität Hannover, Germany 12th AGILE International Conference on Geographic Information Science 2009 page 1 of 5 Web-based GIS Solution for Electric Power Supply Network Data Management Miloš Bogdanović, Aleksandar Stanimirović,

More information

A Scalability Model for Managing Distributed-organized Internet Services

A Scalability Model for Managing Distributed-organized Internet Services A Scalability Model for Managing Distributed-organized Internet Services TSUN-YU HSIAO, KO-HSU SU, SHYAN-MING YUAN Department of Computer Science, National Chiao-Tung University. No. 1001, Ta Hsueh Road,

More information

Howard University The Graduate School. Thesis and Dissertation Manual

Howard University The Graduate School. Thesis and Dissertation Manual Howard University The Graduate School Thesis and Dissertation Manual October 2008 PREFACE The purpose of this manual is to serve as a guide to both degree candidates and faculty members in the final production

More information

STORRE: Stirling Online Research Repository Policy for etheses

STORRE: Stirling Online Research Repository Policy for etheses STORRE: Stirling Online Research Repository Policy for etheses Contents Content and Collection Policies Definition of Repository Structure Content Guidelines Submission Process Copyright and Licenses Metadata

More information

ScienceDirect. Developing CRIS module for technology transfer. Ivan Nevolin a, Anatoly Kozyrev a,b * CRIS 2014. 1. Introduction

ScienceDirect. Developing CRIS module for technology transfer. Ivan Nevolin a, Anatoly Kozyrev a,b * CRIS 2014. 1. Introduction Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 33 ( 2014 ) 158 162 CRIS 2014 Developing CRIS module for technology transfer Ivan Nevolin a, Anatoly Kozyrev a,b * a Central

More information

BOISE STATE UNIVERSITY GRADUATE COLLEGE STANDARDS AND GUIDELINES FOR THESES AND DISSERTATIONS

BOISE STATE UNIVERSITY GRADUATE COLLEGE STANDARDS AND GUIDELINES FOR THESES AND DISSERTATIONS BOISE STATE UNIVERSITY GRADUATE COLLEGE STANDARDS AND GUIDELINES FOR THESES AND DISSERTATIONS Boise State University Graduate College May 2013 2013 Boise State University Graduate College ALL RIGHTS RESERVED

More information

How To Manage Your Digital Assets On A Computer Or Tablet Device

How To Manage Your Digital Assets On A Computer Or Tablet Device In This Presentation: What are DAMS? Terms Why use DAMS? DAMS vs. CMS How do DAMS work? Key functions of DAMS DAMS and records management DAMS and DIRKS Examples of DAMS Questions Resources What are DAMS?

More information

FINDING THESES AND DISSERTATIONS

FINDING THESES AND DISSERTATIONS FINDING THESES AND DISSERTATIONS Dissertations or theses are documents submitted by candidates for master s or doctoral degrees, and present the authors research hypotheses and findings. They are important

More information

Spectrum Technology Platform. Version 9.0. Administration Guide

Spectrum Technology Platform. Version 9.0. Administration Guide Spectrum Technology Platform Version 9.0 Administration Guide Contents Chapter 1: Getting Started...7 Starting and Stopping the Server...8 Installing the Client Tools...8 Starting the Client Tools...9

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at http://www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2005 Vol. 4, No.2, March-April 2005 On Metadata Management Technology: Status and Issues

More information

A Grid Architecture for Manufacturing Database System

A Grid Architecture for Manufacturing Database System Database Systems Journal vol. II, no. 2/2011 23 A Grid Architecture for Manufacturing Database System Laurentiu CIOVICĂ, Constantin Daniel AVRAM Economic Informatics Department, Academy of Economic Studies

More information

OPENGREY: HOW IT WORKS AND HOW IT IS USED

OPENGREY: HOW IT WORKS AND HOW IT IS USED OPENGREY: HOW IT WORKS AND HOW IT IS USED CHRISTIANE STOCK christiane.stock@inist.fr INIST-CNRS, France Abstract OpenGrey is a unique repository providing open access to European grey literature references,

More information

FileMaker 11. ODBC and JDBC Guide

FileMaker 11. ODBC and JDBC Guide FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

E-LEARNING IN COMPUTER SCIENCE EDUCATION. Rostislav Fojtík and Hashim Habiballa

E-LEARNING IN COMPUTER SCIENCE EDUCATION. Rostislav Fojtík and Hashim Habiballa E-LEARNING IN COMPUTER SCIENCE EDUCATION Rostislav Fojtík and Hashim Habiballa Abstract. The article describes the history and current state of computer science education in distance and e-learning forms

More information

Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web

Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web Encoding Library of Congress Subject Headings in SKOS: Authority Control for the Semantic Web Corey A Harper University of Oregon Libraries Tel: +1 541 346 1854 Fax:+1 541 346 3485 charper@uoregon.edu

More information

SCHOLARSHIP OVERVIEW... & & 2 LOGGING IN TO OPEN SCHOLARSHIP... 2 SUBMITTING YOUR THESIS...

SCHOLARSHIP OVERVIEW... & & 2 LOGGING IN TO OPEN SCHOLARSHIP... 2 SUBMITTING YOUR THESIS... Electronic Thesis & Dissertation (ETD) Submission Guide MFA Candidates in Visual Art, Sam Fox School of Design & Visual Arts A Step- by- Step Guide to Submitting Your Thesis to OPEN SCHOLARSHIP OVERVIEW...

More information

CERIF - Information Retrieval of Research Information in a Distributed Heterogeneous Environment

CERIF - Information Retrieval of Research Information in a Distributed Heterogeneous Environment CERIF - Information Retrieval of Research Information in a Distributed Heterogeneous Environment Andrei Lopatenko UM, Anne Asserson, UiB, Keith G Jeffery CLRC Summary User demands to have access to complete

More information

Application of Syndication to the Management of Bibliographic Catalogs

Application of Syndication to the Management of Bibliographic Catalogs Journal of Computer Science 8 (3): 425-430, 2012 ISSN 1549-3636 2012 Science Publications Application of Syndication to the Management of Bibliographic Catalogs Manuel Blazquez Ochando and Juan-Antonio

More information

Linked Open Data Infrastructure for Public Sector Information: Example from Serbia

Linked Open Data Infrastructure for Public Sector Information: Example from Serbia Proceedings of the I-SEMANTICS 2012 Posters & Demonstrations Track, pp. 26-30, 2012. Copyright 2012 for the individual papers by the papers' authors. Copying permitted only for private and academic purposes.

More information

ENTERPRISE DOCUMENTS & RECORD MANAGEMENT

ENTERPRISE DOCUMENTS & RECORD MANAGEMENT ENTERPRISE DOCUMENTS & RECORD MANAGEMENT DOCWAY PLATFORM ENTERPRISE DOCUMENTS & RECORD MANAGEMENT 1 DAL SITO WEB OLD XML DOCWAY DETAIL DOCWAY Platform, based on ExtraWay Technology Native XML Database,

More information

INTEGRATED STAFF ATTENDANCE SYSTEM (ISAS) WEE PEK LING

INTEGRATED STAFF ATTENDANCE SYSTEM (ISAS) WEE PEK LING INTEGRATED STAFF ATTENDANCE SYSTEM (ISAS) WEE PEK LING A report submitted in partial fulfillment of the requirements for the award of the degree of Bachelor of Computer Science (Computer Systems & Networking)

More information

CiteSeer x in the Cloud

CiteSeer x in the Cloud Published in the 2nd USENIX Workshop on Hot Topics in Cloud Computing 2010 CiteSeer x in the Cloud Pradeep B. Teregowda Pennsylvania State University C. Lee Giles Pennsylvania State University Bhuvan Urgaonkar

More information

Data Warehousing and OLAP Technology for Knowledge Discovery

Data Warehousing and OLAP Technology for Knowledge Discovery 542 Data Warehousing and OLAP Technology for Knowledge Discovery Aparajita Suman Abstract Since time immemorial, libraries have been generating services using the knowledge stored in various repositories

More information

CERN Document Server

CERN Document Server CERN Document Server Document Management System for Grey Literature in Networked Environment Martin Vesely CERN Geneva, Switzerland GL5, December 4-5, 2003 Amsterdam, The Netherlands Overview Searching

More information

PAPER Data retrieval in the PURE CRIS project at 9 universities

PAPER Data retrieval in the PURE CRIS project at 9 universities PAPER Data retrieval in the PURE CRIS project at 9 universities A practical approach Paper for the IWIRCRIS workshop in Copenhagen 2007, version 1.0 Author Atira A/S Bo Alrø Product Manager ba@atira.dk

More information

Links, languages and semantics: linked data approaches in The European Library and Europeana.

Links, languages and semantics: linked data approaches in The European Library and Europeana. Submitted on: 8/11/2014 Links, languages and semantics: linked data approaches in The European Library and Europeana. Valentine Charles Europeana Foundation and The European Library, Den Haag, The Netherlands.

More information

A Graduate Student Guide to Copyright and the Thesis or Dissertation. The Graduate College University of Illinois at Chicago October 2013

A Graduate Student Guide to Copyright and the Thesis or Dissertation. The Graduate College University of Illinois at Chicago October 2013 A Graduate Student Guide to Copyright and the Thesis or Dissertation The Graduate College University of Illinois at Chicago October 2013 What happens to my thesis/dissertation after I submit it to the

More information

Federated Networks of Open Access Repositories in Mexico and Latin America

Federated Networks of Open Access Repositories in Mexico and Latin America Federated Networks of Open Access Repositories in Mexico and Latin America Rosalina Vázquez Tapia, alinavn@uaslp.mx Autonomous University of San Luis Potosí UASLP General Coordinator of REMERI Antonio

More information

II. PREVIOUS RELATED WORK

II. PREVIOUS RELATED WORK An extended rule framework for web forms: adding to metadata with custom rules to control appearance Atia M. Albhbah and Mick J. Ridley Abstract This paper proposes the use of rules that involve code to

More information

OCLC PICA. organisation and product overview 11-11-2005. Martin van Muyen

OCLC PICA. organisation and product overview 11-11-2005. Martin van Muyen OCLC PICA organisation and product overview 11-11-2005 Martin van Muyen SURF - VOB OCLC - Inc Stichting Pica OCLC PICA Council OCLC PICA bv OCLC PICA BV Managing Director Legal Finance Human Resources

More information

How to Submit Your Thesis or Dissertation Using UMass Boston/ProQuest ETD. A Step by Step Guide. March 2012

How to Submit Your Thesis or Dissertation Using UMass Boston/ProQuest ETD. A Step by Step Guide. March 2012 How to Submit Your Thesis or Dissertation Using UMass Boston/ProQuest ETD A Step by Step Guide March 2012 DEADLINES FOR SUBMISSION: INITIAL SUBMISSIONS: By midnight on the dates below, you must submit

More information

Jochen Schirrwagen, Najko Jahn. Bielefeld University Library, Germany. Research in Context

Jochen Schirrwagen, Najko Jahn. Bielefeld University Library, Germany. Research in Context Jochen Schirrwagen, Najko Jahn Bielefeld University Library, Germany Research in Context In the light of recent results from OpenAIREplus and from the Library perspective Seminar to Access of Grey Literature

More information

Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova

Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova Using the Grid for the interactive workflow management in biomedicine Andrea Schenone BIOLAB DIST University of Genova overview background requirements solution case study results background A multilevel

More information

IT services for analyses of various data samples

IT services for analyses of various data samples IT services for analyses of various data samples Ján Paralič, František Babič, Martin Sarnovský, Peter Butka, Cecília Havrilová, Miroslava Muchová, Michal Puheim, Martin Mikula, Gabriel Tutoky Technical

More information

ELPUB Digital Library v2.0. Application of semantic web technologies

ELPUB Digital Library v2.0. Application of semantic web technologies ELPUB Digital Library v2.0 Application of semantic web technologies Anand BHATT a, and Bob MARTENS b a ABA-NET/Architexturez Imprints, New Delhi, India b Vienna University of Technology, Vienna, Austria

More information

James Hardiman Library. Digital Scholarship Enablement Strategy

James Hardiman Library. Digital Scholarship Enablement Strategy James Hardiman Library Digital Scholarship Enablement Strategy This document outlines the James Hardiman Library s strategy to enable digital scholarship at NUI Galway. The strategy envisages the development

More information

AN INTEGRATION APPROACH FOR THE STATISTICAL INFORMATION SYSTEM OF ISTAT USING SDMX STANDARDS

AN INTEGRATION APPROACH FOR THE STATISTICAL INFORMATION SYSTEM OF ISTAT USING SDMX STANDARDS Distr. GENERAL Working Paper No.2 26 April 2007 ENGLISH ONLY UNITED NATIONS STATISTICAL COMMISSION and ECONOMIC COMMISSION FOR EUROPE CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL

More information

Graduate School of Biomedical Sciences Depositing your Doctoral Dissertation

Graduate School of Biomedical Sciences Depositing your Doctoral Dissertation Graduate School of Biomedical Sciences Depositing your Doctoral Dissertation After you have defended your dissertation and have an approved final version, you will deposit it with the Levy Library. The

More information

Rules for the PhD Programme at the Graduate School, Arts

Rules for the PhD Programme at the Graduate School, Arts Rules for the PhD Programme at the Graduate School, Arts Table Of Contents 1. Purpose, structure, etc.... 1 1.1. Purpose... 1 1.2. Organisation... 1 2. Admission etc. to the PhD programme... 2 2.1. The

More information

An Automated Workflow System Geared Towards Consumer Goods and Services Companies

An Automated Workflow System Geared Towards Consumer Goods and Services Companies Proceedings of the 2014 International Conference on Industrial Engineering and Operations Management Bali, Indonesia, January 7 9, 2014 An Automated Workflow System Geared Towards Consumer Goods and Services

More information

Electronic Student Academic System (E-SAS) For Secondary School

Electronic Student Academic System (E-SAS) For Secondary School Electronic Student Academic System (E-SAS) For Secondary School 211 Electronic Student Academic System (E-SAS) For Secondary School Abstract Nowadays computers are used to manage daily works. School management

More information

Digital libraries of the future and the role of libraries

Digital libraries of the future and the role of libraries Digital libraries of the future and the role of libraries Donatella Castelli ISTI-CNR, Pisa, Italy Abstract Purpose: To introduce the digital libraries of the future, their enabling technologies and their

More information

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire akodgire@indiana.edu 25th

irods and Metadata survey Version 0.1 Date March Abhijeet Kodgire akodgire@indiana.edu 25th irods and Metadata survey Version 0.1 Date 25th March Purpose Survey of Status Complete Author Abhijeet Kodgire akodgire@indiana.edu Table of Contents 1 Abstract... 3 2 Categories and Subject Descriptors...

More information

Metadata Quality Control for Content Migration: The Metadata Migration Project at the University of Houston Libraries

Metadata Quality Control for Content Migration: The Metadata Migration Project at the University of Houston Libraries Metadata Quality Control for Content Migration: The Metadata Migration Project at the University of Houston Libraries Andrew Weidner University of Houston, USA ajweidner@uh.edu Annie Wu University of Houston,

More information

Integrating research information into a software for higher education administration benefits for data quality and accessibility

Integrating research information into a software for higher education administration benefits for data quality and accessibility Integrating research information into a software for higher education administration benefits for data quality and accessibility Karin Berkhoff, Britta Ebeling, Sven Lübbe HIS Hochschul-Informations-System

More information

Snežana Knežević 1, Aleksandra Stanković 2, Rajko Tepavac 3 1

Snežana Knežević 1, Aleksandra Stanković 2, Rajko Tepavac 3 1 2012/65 Management Journal for Theory and Practice Management 2012/65 Snežana Knežević 1, Aleksandra Stanković 2, Rajko Tepavac 3 1 Faculty of Organizational Science, University of Belgrade 2 Faculty of

More information

EUR-Lex 2012 Data Extraction using Web Services

EUR-Lex 2012 Data Extraction using Web Services DOCUMENT HISTORY DOCUMENT HISTORY Version Release Date Description 0.01 24/01/2013 Initial draft 0.02 01/02/2013 Review 1.00 07/08/2013 Version 1.00 -v1.00.doc Page 2 of 17 TABLE OF CONTENTS 1 Introduction...

More information

ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS

ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS ONTOLOGY BASED FEEDBACK GENERATION IN DESIGN- ORIENTED E-LEARNING SYSTEMS Harrie Passier and Johan Jeuring Faculty of Computer Science, Open University of the Netherlands Valkenburgerweg 177, 6419 AT Heerlen,

More information

data.bris: collecting and organising repository metadata, an institutional case study

data.bris: collecting and organising repository metadata, an institutional case study Describe, disseminate, discover: metadata for effective data citation. DataCite workshop, no.2.. data.bris: collecting and organising repository metadata, an institutional case study David Boyd data.bris

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2008 Vol. 7 No. 7, September-October 2008 Applications At Your Service Mahesh H. Dodani, IBM,

More information

- a Humanities Asset Management System. Georg Vogeler & Martina Semlak

- a Humanities Asset Management System. Georg Vogeler & Martina Semlak - a Humanities Asset Management System Georg Vogeler & Martina Semlak Infrastructure to store and publish digital data from the humanities (e.g. digital scholarly editions): Technically: FEDORA repository

More information

DC2AP Metadata Editor: A Metadata Editor for an Analysis Pattern Reuse Infrastructure

DC2AP Metadata Editor: A Metadata Editor for an Analysis Pattern Reuse Infrastructure DC2AP Metadata Editor: A Metadata Editor for an Analysis Pattern Reuse Infrastructure Douglas Alves Peixoto, Lucas Francisco da Matta Vegi, Jugurta Lisboa-Filho Departamento de Informática, Universidade

More information

Invenio: A Modern Digital Library for Grey Literature

Invenio: A Modern Digital Library for Grey Literature Invenio: A Modern Digital Library for Grey Literature Jérôme Caffaro, CERN Samuele Kaplun, CERN November 25, 2010 Abstract Grey literature has historically played a key role for researchers in the field

More information

Reference Management with

Reference Management with Reference Management with G. Pinnen, University Library Program Starting with EndNote Creating a New Library Adding References to Your Library Manually Adding References Attaching Files and Figures Display

More information

An adaptable domain specific dissemination infrastructure for enhancing the visibility of complementary and thematically related research information

An adaptable domain specific dissemination infrastructure for enhancing the visibility of complementary and thematically related research information An adaptable domain specific dissemination infrastructure for enhancing the visibility of complementary and thematically related research information Engin Sagbas; 1 York Sure 1, 2 1 GESIS Leibniz Institute

More information

FileMaker 13. ODBC and JDBC Guide

FileMaker 13. ODBC and JDBC Guide FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Semantic Stored Procedures Programming Environment and performance analysis

Semantic Stored Procedures Programming Environment and performance analysis Semantic Stored Procedures Programming Environment and performance analysis Marjan Efremov 1, Vladimir Zdraveski 2, Petar Ristoski 2, Dimitar Trajanov 2 1 Open Mind Solutions Skopje, bul. Kliment Ohridski

More information

UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications

UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications UIMA and WebContent: Complementary Frameworks for Building Semantic Web Applications Gaël de Chalendar CEA LIST F-92265 Fontenay aux Roses Gael.de-Chalendar@cea.fr 1 Introduction The main data sources

More information

Create a PDF File. Tip. In this lesson, you will learn how to:

Create a PDF File. Tip. In this lesson, you will learn how to: Create a PDF File Now that you ve seen what an ETD looks like and how to browse the contents, it s time to learn how to convert your own thesis or dissertation into a PDF file. There are several different

More information

Integration Platforms Problems and Possibilities *

Integration Platforms Problems and Possibilities * BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 8, No 2 Sofia 2008 Integration Platforms Problems and Possibilities * Hristina Daskalova, Tatiana Atanassova Institute of Information

More information

EFFECTS OF BUSINESS INTELLIGENCE APPLICATION IN TOLLING SYSTEM

EFFECTS OF BUSINESS INTELLIGENCE APPLICATION IN TOLLING SYSTEM DOI: http://dx.doi.org/10.7708/ijtte.2015.5(1).06 UDC: 629.7.051 EFFECTS OF BUSINESS INTELLIGENCE APPLICATION IN TOLLING SYSTEM Gordana Radivojević 1,2, Bratislav Lazić 2, Gorana Šormaz 3 1 University

More information

v4.8 Getting Started Guide: Using SpatialWare with MapInfo Professional for Microsoft SQL Server

v4.8 Getting Started Guide: Using SpatialWare with MapInfo Professional for Microsoft SQL Server v4.8 Getting Started Guide: Using SpatialWare with MapInfo Professional for Microsoft SQL Server Information in this document is subject to change without notice and does not represent a commitment on

More information

Empowering Libraries & Researchers in Slovenia. Eva Czegledi Michael Leuschner

Empowering Libraries & Researchers in Slovenia. Eva Czegledi Michael Leuschner Empowering Libraries & Researchers in Slovenia Eva Czegledi Michael Leuschner ProQuest in Slovenia Multidisciplinary research databases All Formats - ProQuest Central - ProQuest SciTech Collection - Dissertations

More information

2009 ikeep Ltd, Morgenstrasse 129, CH-3018 Bern, Switzerland (www.ikeep.com, info@ikeep.com)

2009 ikeep Ltd, Morgenstrasse 129, CH-3018 Bern, Switzerland (www.ikeep.com, info@ikeep.com) CSP CHRONOS Compliance statement for ISO 14721:2003 (Open Archival Information System Reference Model) 2009 ikeep Ltd, Morgenstrasse 129, CH-3018 Bern, Switzerland (www.ikeep.com, info@ikeep.com) The international

More information