Towards Bengali Dbpedia Arup Sarkara,∗, Ujjal Marjitb, Utpal Biswasa Adept

Total Page:16

File Type:pdf, Size:1020Kb

Towards Bengali Dbpedia Arup Sarkara,∗, Ujjal Marjitb, Utpal Biswasa Adept Available online at www.sciencedirect.com ScienceDirect Procedia Technology 10 ( 2013 ) 890 – 899 International Conference on Computational Intelligence: Modeling Techniques and Applications (CIMTA) 2013 Towards Bengali DBpedia Arup Sarkara,∗, Ujjal Marjitb, Utpal Biswasa aDept. of Computer Sc. & Engg, University of Kalyani, Kalyani 741235, W.B. India bC.I.R.M., University of Kalyani, Kalyani 741235, W.B. India Abstract Online encyclopedia brings a whole universe of real information over a mouse click today. In the recent years, online encyclopedia like Wikipedia shows how big and vast it can be. Collecting information from such a big resource and producing as per the user’s requirement always is a challenging task. Linked Data based project called DBpedia resolves this challenge to some extent by publishing data from Wikipedia semantically. Like Wikipedia, DBpedia also gives its datasets in different international languages. Generation of DBpedia content in different languages always requires some extra effort to resolve the language related issues. Some special configuration and settings to be maintain within the DBpedia framework. This paper explains how a Bengali version can be achieved from the original version of the DBpedia framework. ©c 2013 The Authors.Authors. PublishedPublished by by Elsevier Elsevier Ltd. Ltd. Selection andand peer-reviewpeer-review under under responsibility responsibility of of the the University University of Kalyani,of Kalyani, Department Department of Computer of Computer Science Science & Engineering. & Engineering Keywords: DBpedia; Bengali DBpedia; DBpedia Information Extraction Framework; Wikipedia 1. Introduction Proper use of knowledge can change the history of mankind forever. That is why knowledge always remains a matter of praise of the intelligent ones. Now a day’s web becomes a huge hub of information storage. A place where information gets stored, retrieved and shared. Online encyclopedia has become very famous concept today, since it provides different category of information in a single place. Among them, most well known is the Wikipedia project. We can define Wikipedia as a common place to share up to-date information worldwide. Though Wikipedia holds a lot of structured data but still it is not completely usable because it is represented over the traditional non- semantic web just like a collection of textual data, and it is the end user’s sole responsibility to find out their needs of correct information from thousands of Wiki pages from Wikipedia. The solution is to add semantic annotations to the wiki-pages of Wikipedia. With the methodology of Semantic Wiki it was possible to add the semantic annotations to the pages manually but it was not a scalable solution for a huge datasets like Wikipedia where information is updated every seconds making Wikipedia growing all the time. Manual approach seemed unfit at this stage. So an automated technique was required. DBpedia project, initially known as DBpedia, a joint venture by group of ∗ Corresponding author. E-mail address: [email protected] 2212-0173 © 2013 The Authors. Published by Elsevier Ltd. Selection and peer-review under responsibility of the University of Kalyani, Department of Computer Science & Engineering doi: 10.1016/j.protcy.2013.12.435 Arup Sarkar et al. / Procedia Technology 10 ( 2013 ) 890 – 899 891 researchers from Freie Universitat and University of Leipzig and OpenLink Softwares is just that solution world looking for. DBpedia project represents an important issue regarding the Linked Open Data (LOD) project. LOD mainly deals with freely accessible Semantic Data over the Semantic Web and publishes them as Linked Data[1] over the LOD cloud. It also maintains the links among the different data graphs. Maintaining links between different RDF (Resource Description Framework) [2] statements across different data sets is one of the important aspects of LOD project, since it is dedicated to the Linked Data. To make the LOD project a story of success, DBpedia plays an important role. Till date, a huge number of datasets over the LOD is connected with the DBpedia datasets to become a genuine part of the LOD project. One main reason behind this nature of the activity of the participants of LOD is that they always find out something related information within DBpedia datasets which makes it a common target for linking up. DBpedia covers such a big area of information due to its objective to publish structured data from Wikipedia. So in the sense, DBpedia is actually acting as a gateway to connect related information from different datasets with Wikipedia. 2. Wikipedia We already know that, Wikipedia [3] is one of the biggest and most popular online encyclopedia that we have ever seen and, it is still growing. Currently it consists of approximately 23 million of articles, among them the English Wikipedia itself holds 4,130,559 articles along with 1461 administrators besides 18,124,585 users [4]. These data may be changed at the time of pulication of this paper. A comparative study of the growth between different language editions of Wikipedia can be done from [5]. Most important aspect of Wikipedia is that, it is not only a web based representation of some textual data. It is a huge collection of structured data which is a key resource of the futuristic web i.e. machine readable Semantic Web. Within Wikipedia these structured data are stored mainly using the Infobox templates. Infoboxes are basically collection of certain key properties representing the important aspects as well as the main features of a particular article using that template. A sample use of Infobox OS is shown in the following Fig 1. Fig. 1. Sample use of Infobox OS (Adapted from http://bn.wikipedia.org /wiki/%E0%A6%9F%E0%A7%87%E0%A6%AE%E0%A6%AA%E0%A7 3. Mediawiki MediaWiki is a free and open-source software tool specifically developed for Wikipedia. MediaWiki was devel- oped by a student of University of Cologne named Magnus Manske with an aim to replace the old software platform of Wikipedia used at that time called UseModWiki. The first version of MediaWiki software was released in 2003. UseModWiki was written in perl and it stored all the information in the text files, which definitely limited the func- tionality of a daily growing online encyclopedia like Wikipedia, while MediaWiki is written in PHP like light-weight but high performance and scalable scripting language and besides this MediaWiki uses MySQL database at the back end to store all the information instead of text files which makes it better substitute for the UseModWiki. MediaWiki is rich with its highly performative functionalities and extensibility. It also supports the need of multilingualism since the developers are well aware of the efforts made by the different editors to publish different Internationalized and Localized versions of the main Wikipedia site (English version of course). Currently MediaWiki user interface comes in different languages to make the creation and editing of wiki pages in different languages easier. But having a 892 Arup Sarkar et al. / Procedia Technology 10 ( 2013 ) 890 – 899 functional and efficient nature, still WikiMedia itself considered as difficult to use by a normal end user. With its profoundly tested programs the use of WikiMedia is not only limited to the Wikipedia today. Different governmental non-governmental sites are also using WikiMedia these days to publish their wiki pages online. 4. DBpedia DBpedia [6] is a highly anticipated project to publish structured data from Wikipedia. We can point out the main objectives of DBpedia project as follows: • Extraction of structured data from the Wikipedia site (Specifically Wikipedia pages). • Representation of these structured data in RDF statement so that a RDF graph evolve. • Use of Ontology and RDF data models as backend of the RDF graph. • Making accessible this RDF graph through normal browsers. • Making accessible the RDF graph against a SPARQL endpoint so that any SPARQL query get entertained. • Answering any complex query against Wikipedia, was not possible prior to the development of the DBpedia project. The framework used behind this initiative is known as DBpedia Extraction Framework; in short DEF. DEF is responsible for extraction of structured data from the Wikipedia pages. Within Wikipedia most of the structured data is stored using some particular Infobox Template. It is basically a collection of keyword-value pairs. An example Infobox content is already shown in the Fig 1. 5. Motivation As we already know Wikipedia is a huge collection of information and it is increasing day by day. In the early beginning it was only limited to the English edition. Today it is expanded in several non-English languages. Some of these are non-Latin character based, like Greek, Korean, Bengali etc. Extracting structured data from these versions of Wikipedia is always challenging. Though despite of all the challenges, some of the contributors already developed some non-English versions of the DBpedia. The leading ones in this category are the Greek DBpedia [7] and Korean DBpedia [8]. They all are developed using the i18n Extension of the DBpedia Extraction Framework. Our aim is to develop a pathway for Bengali version of the DBpedia. Bengali Wikipedia is a promising Wikipedia version which holds much important information. And it is increasing day-by-day. So, needs of a Bengali version of DBpedia is justified. 6. DBpedia Extraction Framework DEF [9] is also known as DBpedia Information Extraction Framework (DIEF). DEF generally divided into two different modules. In DEF every module has a purpose. Normally they are known as Core Module and Dump Extraction module. Core Module holds the main components of the framework while the Dump Extraction Module is used to handle data extraction related issues. Mercurial, Java Development Kit, Maven, Scala and Virtuoso server (optional) are the main requirements for the setup of DEF. Mercurial [10] is a source control management tool, free to use.
Recommended publications
  • Using New Technologies for Library Instruction in Science and Engineering: Web 2.0 Applications
    University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Faculty Publications, UNL Libraries Libraries at University of Nebraska-Lincoln October 2006 Using New Technologies for Library Instruction in Science and Engineering: Web 2.0 Applications Virginia A. Baldwin University of Nebraska-Lincoln, [email protected] Follow this and additional works at: https://digitalcommons.unl.edu/libraryscience Part of the Library and Information Science Commons Baldwin, Virginia A., "Using New Technologies for Library Instruction in Science and Engineering: Web 2.0 Applications" (2006). Faculty Publications, UNL Libraries. 56. https://digitalcommons.unl.edu/libraryscience/56 This Article is brought to you for free and open access by the Libraries at University of Nebraska-Lincoln at DigitalCommons@University of Nebraska - Lincoln. It has been accepted for inclusion in Faculty Publications, UNL Libraries by an authorized administrator of DigitalCommons@University of Nebraska - Lincoln. Using New Technologies for Library Instruction in Science and Engineering: Web 2.0 Applications “Quantum computation is... a distinctively new way of harnessing nature... It will be the first technology that allows useful tasks to be performed in collaboration between parallel universes.” … David Deutsch, The Fabric of Reality: the Science of Parallel Universes-- and its Implications http://en.wikiquote.org/wiki/David_Deutsch INTRODUCTION The transformational concept of Web 2.0 for libraries was a hot topic at three major conferences in June of 2006. The American Library Association (ALA), Special Libraries Association (SLA), and the American Society for Engineering Education (ASEE) conferences all had sessions on the subject. Not all of the focus was on sci-tech libraries. An exploration of the use of these technologies for library instruction in science and engineering fields is the emphasis for this column.
    [Show full text]
  • State of Wikimedia Communities of India
    State of Wikimedia Communities of India Assamese http://as.wikipedia.org State of Assamese Wikipedia RISE OF ASSAMESE WIKIPEDIA Number of edits and internal links EDITS PER MONTH INTERNAL LINKS GROWTH OF ASSAMESE WIKIPEDIA Number of good Date Articles January 2010 263 December 2012 301 (around 3 articles per month) November 2011 742 (around 40 articles per month) Future Plans Awareness Sessions and Wiki Academy Workshops in Universities of Assam. Conduct Assamese Editing Workshops to groom writers to write in Assamese. Future Plans Awareness Sessions and Wiki Academy Workshops in Universities of Assam. Conduct Assamese Editing Workshops to groom writers to write in Assamese. THANK YOU Bengali বাংলা উইকিপিডিয়া Bengali Wikipedia http://bn.wikipedia.org/ By Bengali Wikipedia community Bengali Language • 6th most spoken language • 230 million speakers Bengali Language • National language of Bangladesh • Official language of India • Official language in Sierra Leone Bengali Wikipedia • Started in 2004 • 22,000 articles • 2,500 page views per month • 150 active editors Bengali Wikipedia • Monthly meet ups • W10 anniversary • Women’s Wikipedia workshop Wikimedia Bangladesh local chapter approved in 2011 by Wikimedia Foundation English State of WikiProject India on ENGLISH WIKIPEDIA ● One of the largest Indian Wikipedias. ● WikiProject started on 11 July 2006 by GaneshK, an NRI. ● Number of article:89,874 articles. (Excludes those that are not tagged with the WikiProject banner) ● Editors – 465 (active) ● Featured content : FAs - 55, FLs - 20, A class – 2, GAs – 163. BASIC STATISTICS ● B class – 1188 ● C class – 801 ● Start – 10,931 ● Stub – 43,666 ● Unassessed for quality – 20,875 ● Unknown importance – 61,061 ● Cleanup tags – 43,080 articles & 71,415 tags BASIC STATISTICS ● Diversity of opinion ● Lack of reliable sources ● Indic sources „lost in translation“ ● Editor skills need to be upgraded ● Lack of leadership ● Lack of coordinated activities ● ….
    [Show full text]
  • As You Wish Meaning in Bengali
    As You Wish Meaning In Bengali Collapsable Jack stet glumly and stockily, she denitrify her Pharisee cuckoos thither. Sanders boned her earners broad-mindedly, flammable and uncalled-for. Miles biking his throttles pavilion wearyingly, but trivial Chuck never backlash so pectinately. This can be understood with an example. Amazon as a Manager where I was access for creating process guidelines, training content and preparing weekly performance reports that involved complex writing skills. Where are the restrooms? English dictionary on so happy times go through on buy in hindi translation people is in sanskrit malayalam good morning has successfully completed. This Good Evening Love Message will help us to overcome many problems. Anyone you render on facebook or twitter just imagine how naked the sea will and, your! Do you want her give your low each to this translation? Bitcoin meaning in bengali rear end be misused to book hotels off Expedia, shop for furniture on buy in and buy Xbox games. Moreover, combining translation and typesetting in this way creates efficiencies and economies over carrying them out separately. RATHER definition are included in the result of RATHER meaning in bengali at kitkatwords. Only the user who asked this question will those who disagreed with color answer. Can i am and you in her! How children you say suffer in Korean? This category only used for furniture on. Bengali encodings, the vowels that are attached to the left character are written first followed by consonant. Indic languages were traditionally small businesses may have a substantial bengali r dissertation meaning. However, some of the words are actually closely related to Latin as well.
    [Show full text]
  • The History of Mediawiki and the Prospective for the Future
    The history of MediaWiki and the prospective for the future Bern, 2017-02-04 Magnus Manske https://commons.wikimedia.org/wiki/File:MediaWiki_talk,_Bern,_2017-02-04,_Magnus_Manske.pdf Overview ● History of MediaWiki, with a focus on Wikimedia ● Usage, extensions and scripts ● Wikidata ● Of course, a few tools Pre-history UseModWiki by Ward Cunningham ● Single file Perl script ● All data stored in file system ● Does not scale well ● No “special pages” beyond Recent Changes ● Default: delete revisions older than two weeks, to save disk space… ● Used for Wikipedia since 2001-01 Phase 2 ● Mea maxima culpa ● Switch on 2002-01-25 ● PHP (for better or worse) ● Using MySQL to store data ● Based on UseModWiki syntax for backwards compatibility Brion Vibber Photo by JayWalsh CC-BY-SA 3.0 Tim Starling Photo by Lane Hartwell Nostalgia Wikipedia screenshot CC-BY-SA 3.0 Phase 3 / MediaWiki ● Massive refactoring/rewrite by Lee Daniel Crocker ● Proper OO, profiling functions ● Known as “Phase 3”, subsequently renamed “MediaWiki” (July 2003) Lee Daniel Crocker Picture by User:Cowtung, CC-BY-SA 3.0 New features since UseModWiki (for Wikipedia) ● Namespaces ● Special Pages with advanced functionality ● Skins ● Local (later: Commons) file upload ● Categories ● Templates ● Parser functions ● Table syntax ● Media viewer ● Visual editor ● Kartograph MediaWiki today ● Most widely used Wiki software ● Over 2,200 extensions ● Customizable via JavaScript gadgets and user scripts ● Comprehensive API Multiple caching mechanisms for large installations (e.g. Wikipedia)
    [Show full text]
  • SOME NOTES on the ETYMOLOGY of the WORD Altai / Altay Altai/Altay Kelimesinin Etimolojisi Üzerine Notlar
    ........... SOME NOTES ON THE ETYMOLOGY OF THE WORD altai / altay Altai/Altay Kelimesinin Etimolojisi Üzerine Notlar Hüseyin YILDIZ*1 Dil Araştırmaları, Bahar 2017/20: 187-201 Öz: Günümüzde Altay Dağları’nı adlandırmada kullanılan altay kelimesine tarihî Türk lehçelerinde bu fonetik biçimiyle rastlanmamaktadır. Bize göre altay kelimesinin altun kelimesiyle doğrudan ilgisi vardır. Ancak bunu daha net bir şekilde görebilmek için şu iki soruyu cevaplandırmak gerekir: i) altun kelimesi, Altay dağları için kullanılan adlandırmalarda yer almakta mıdır? ii) İkinci hecedeki /u/ ~ /a/ ve /n/ ~ /y/ denklikleri fonetik olarak açıklanabilir mi? Bu makalede altay kelimesinin etimolojisi fonetik (/n/ ~ /y/ ve /a/~ /u/), semantik (altun yış, chin-shan, altun owla…) ve leksik (Altun Ğol, Altan Ḫusu Owla…) yönlerden tartışılacaktır. Bize göre hem Eski Türkçe altay kelimesinin tarihinden hem de ‘Altay Dağları’ için kullanılan kelimelerden hareketle, kelimenin en eski şekli *paltuń şeklinde tasarlanabilir. Anahtar Kelimeler: Türk yazı dilleri, Eski Türkçe, etimoloji, altay kelimesi, yer adları, Altay Dağları Abstract: The word altay is an oronym referring to Altai Mountains, but it, in this phonological form, is not attested to have existed in early Turkic works. We consider that the word altay is directly related with the word altun. However, to see this clearer we must answer following two questions: i) Is the word altun used for any denominating system of the Altay Mountains? and ii) Could the equivalencies between /u/ ~ /a/ and between /n/ ~ /y/ phonemes on the second syllable be explained phonologically? This article aims to discuss the etymology of the word altai in following respects: phonologically (/n/ ~ /y/ and /a/~ /u/), semantically (altun yış, chin- shan, altun owla…) and lexically (Altun Ğol, Altan Ḫusu Owla…).
    [Show full text]
  • Wiki - Edit This Page
    Wiki - Edit this page Markus Zapke-Gründemann Chaostreff Leipzig 23.3.2004 Was ist ein Wiki? ● Eine Website, die von allen Benutzern bearbeitet werden kann – Einfache Regeln zum Formatieren der Inhalte – Einfaches Anlegen von Links durch spezielle Schreibweise oder Zeichen – Einfaches Erstellen neuer Seiten – Eine Liste mit den letzten Änderungen – Versionskontrolle ● Das älteste öffentliche Wiki ist das „Portland Pattern Repository“ (1995) http://c2.com/cgi/wiki?WelcomeVisitors Wiki Philosophie ● Das Wort „Wiki“ leitet sich vom hawaiianischem Wort wiki wiki ab, was so viel bedeutet wie schnell ● Deshalb steht bei einem Wiki die einfache Bearbeitung der Inhalte im Vordergrund ● Das PhpWiki Team bezieht sich auf die japanische Wabi-Sabi Weltanschauung. Danach sind alle Dinge: – imperfekt – unbeständig – unvollständig ● Einige sehen in Wikis auch die chaotische Organisation des Universums gespiegelt Wiki Syntax ● == Überschrift == ● ''kursiver Text'' ● '''fetter Text''' ● * Listen ** Listen * Listen ● # numerierte Listen ## numerierte Listen # numerierte Listen ● : Text einrücken :: Text einrücken ● http://example.com [http://example.com example.com] ● ||'''Spalte 1'''||'''Spalte 2'''|| ||Text 1||Text 2|| ||||Text über 2 Spalten|| InterWiki Links ● InterWiki Links dienen zum einfachen Verknüpfen verschiedener Wikis ● viele Wikis stellen deshalb eine InterWikiMap bereit InterWikiMap: UseMod http://www.usemod.com/cgi-bin/wiki.pl? Google http://www.google.com/search?q= Wiki Syntax: UseMod:UseModWiki -> http://www.usemod.com/cgi-bin/wiki.pl?UseModWiki
    [Show full text]
  • International Jury Report
    INTERNATIONAL 2018 JURY REPORT Wiki Loves Earth is a photo contest of the na- In 2018 Wiki Loves Earth continued this trend. tural monuments, where participants picture 32 countries organised a national stage, and protected areas and upload their photos to Wi- the list of first-time participants included Chi- kimedia Commons. The goal of the project is, le, Italy, Jordan and the Philippines. As in 2016 on one hand, to picture under a free license as and 2017, there was a special nomination in many natural monuments and protected areas collaboration with UNESCO which was exten- as possible, on the other hand, to contribute to ded to Biosphere Reserves and UNESCO Global nature protection by raising public awareness. Geoparks. Most of countries organised the con- test from 1 May to 31 May 2017, while some After years of successful organisation of Wiki countries and UNESCO special nomination ex- Loves Monuments there was an idea of a similar tended the contest period till 30 June. During contest for natural monuments. The idea of Wiki the contest 89,829 pictures were submitted Loves Earth was born in April 2012 during a by 7,659 participants, 6,371 of whom made discussion at Wikimedia Conference. The idea their first upload. was realised for the first time in Ukraine, where the contest was held from 15 April to 15 May The contest was organised in each country by 2013. Wiki Loves Earth became international in local volunteers. Each national jury submitted 2014 with 16 participating countries from four up to 10 pictures to the international stage, to- continents, and expanded its geography further talling 297 pictures submitted to the internati- in the following years.
    [Show full text]
  • Critical Point of View: a Wikipedia Reader
    w ikipedia pedai p edia p Wiki CRITICAL POINT OF VIEW A Wikipedia Reader 2 CRITICAL POINT OF VIEW A Wikipedia Reader CRITICAL POINT OF VIEW 3 Critical Point of View: A Wikipedia Reader Editors: Geert Lovink and Nathaniel Tkacz Editorial Assistance: Ivy Roberts, Morgan Currie Copy-Editing: Cielo Lutino CRITICAL Design: Katja van Stiphout Cover Image: Ayumi Higuchi POINT OF VIEW Printer: Ten Klei Groep, Amsterdam Publisher: Institute of Network Cultures, Amsterdam 2011 A Wikipedia ISBN: 978-90-78146-13-1 Reader EDITED BY Contact GEERT LOVINK AND Institute of Network Cultures NATHANIEL TKACZ phone: +3120 5951866 INC READER #7 fax: +3120 5951840 email: [email protected] web: http://www.networkcultures.org Order a copy of this book by sending an email to: [email protected] A pdf of this publication can be downloaded freely at: http://www.networkcultures.org/publications Join the Critical Point of View mailing list at: http://www.listcultures.org Supported by: The School for Communication and Design at the Amsterdam University of Applied Sciences (Hogeschool van Amsterdam DMCI), the Centre for Internet and Society (CIS) in Bangalore and the Kusuma Trust. Thanks to Johanna Niesyto (University of Siegen), Nishant Shah and Sunil Abraham (CIS Bangalore) Sabine Niederer and Margreet Riphagen (INC Amsterdam) for their valuable input and editorial support. Thanks to Foundation Democracy and Media, Mondriaan Foundation and the Public Library Amsterdam (Openbare Bibliotheek Amsterdam) for supporting the CPOV events in Bangalore, Amsterdam and Leipzig. (http://networkcultures.org/wpmu/cpov/) Special thanks to all the authors for their contributions and to Cielo Lutino, Morgan Currie and Ivy Roberts for their careful copy-editing.
    [Show full text]
  • Toolkit for Teachers – Technologies Is Supplementary Material for the Toolkit for Teachers
    Toolkit for Technologies teachers i www. universitiesofthefuture.eu Partners Maria Teresa Pereira (Project manager) [email protected] Maria Clavert Piotr Palka Rui Moura Frank Russi [email protected] [email protected] [email protected] [email protected] Ricardo Migueis Sanja Murso Wojciech Gackowski Maciej Markowski [email protected] [email protected] [email protected] [email protected] Olivier Schulbaum Francisco Pacheo Pedro Costa Aki Malinen [email protected] [email protected] [email protected] [email protected] ii INDEX 1 INTRODUCTION AND FOREWORD 1 2 CURRENT SITUATION 3 2.1 INDUSTRY 4.0: STATE OF AFFAIRS 3 2.2 TRENDS 3 2.3 NEEDS 4 2.3.1 Addressing modern challenges in information acquisition 4 2.3.2 Supporting collaborative work 4 2.3.3 IT-assisted teaching 4 3 TECHNOLOGIES FOR EDUCATION 4.0 7 3.1 TOOLS SUPPORTING GROUP AND PROJECT WORK 7 3.1.1 Cloud storage services 7 3.1.2 Document Collaboration Tools 9 3.1.3 Documenting projects - Wiki services 11 3.1.4 Collaborative information collection, sharing and organization 13 3.1.5 Project management tools 17 3.1.6 Collaborative Design Tools 21 3.2 E-LEARNING AND BLENDED LEARNING TOOLS 24 3.2.1 Direct communication tools 24 3.2.1.1 Webcasts 24 3.2.1.2 Streaming servers 26 3.2.1.3 Teleconferencing tools 27 3.2.1.4 Webinars 28 3.2.2 Creating e-learning materials 29 3.2.2.1 Creation of educational videos 29 3.2.2.2 Authoring of interactive educational content 32 3.2.3 Learning Management Systems (LMS) 33 4 SUMMARY 36 5 REFERENCES 38 4.1 BIBLIOGRAPHY 38 4.2 NETOGRAPHY 39 iii Introduction and foreword iv 1 Introduction and foreword This toolkit for teachers – technologies is supplementary material for the toolkit for teachers.
    [Show full text]
  • Working-With-Mediawiki-Yaron-Koren.Pdf
    Working with MediaWiki Yaron Koren 2 Working with MediaWiki by Yaron Koren Published by WikiWorks Press. Copyright ©2012 by Yaron Koren, except where otherwise noted. Chapter 17, “Semantic Forms”, includes significant content from the Semantic Forms homepage (https://www. mediawiki.org/wiki/Extension:Semantic_Forms), available under the Creative Commons BY-SA 3.0 license. All rights reserved. Library of Congress Control Number: 2012952489 ISBN: 978-0615720302 First edition, second printing: 2014 Ordering information for this book can be found at: http://workingwithmediawiki.com All printing of this book is handled by CreateSpace (https://createspace.com), a subsidiary of Amazon.com. Cover design by Grace Cheong (http://gracecheong.com). Contents 1 About MediaWiki 1 History of MediaWiki . 1 Community and support . 3 Available hosts . 4 2 Setting up MediaWiki 7 The MediaWiki environment . 7 Download . 7 Installing . 8 Setting the logo . 8 Changing the URL structure . 9 Updating MediaWiki . 9 3 Editing in MediaWiki 11 Tabs........................................................... 11 Creating and editing pages . 12 Page history . 14 Page diffs . 15 Undoing . 16 Blocking and rollbacks . 17 Deleting revisions . 17 Moving pages . 18 Deleting pages . 19 Edit conflicts . 20 4 MediaWiki syntax 21 Wikitext . 21 Interwiki links . 26 Including HTML . 26 Templates . 27 3 4 Contents Parser and tag functions . 30 Variables . 33 Behavior switches . 33 5 Content organization 35 Categories . 35 Namespaces . 38 Redirects . 41 Subpages and super-pages . 42 Special pages . 43 6 Communication 45 Talk pages . 45 LiquidThreads . 47 Echo & Flow . 48 Handling reader comments . 48 Chat........................................................... 49 Emailing users . 49 7 Images and files 51 Uploading . 51 Displaying images . 55 Image galleries .
    [Show full text]
  • Wiki Content Templating
    Wiki Content Templating Angelo Di Iorio Fabio Vitali Stefano Zacchiroli Computer Science Computer Science Computer Science Department Department Department University of Bologna University of Bologna University of Bologna Mura Anteo Zamboni, 7 Mura Anteo Zamboni, 7 Mura Anteo Zamboni, 7 40127 Bologna, ITALY 40127 Bologna, ITALY 40127 Bologna, ITALY [email protected] [email protected] [email protected] ABSTRACT semantic wikis (e.g. [11, 16, 17]) exploit the content medi- Wiki content templating enables reuse of content structures ation performed by the wiki engine to deliver semantically among wiki pages. In this paper we present a thorough rich web pages and give to authors simple interfaces (some- study of this widespread feature, showing how its two state times even invisible interfaces based on syntactic quirks!) to of the art models (functional and creational templating) are semantically annotate their content or to import semantic sub-optimal. We then propose a third, better, model called metadata. lightly constrained (LC) templating and show its implemen- Though (lowercase) semantic web and semantic wikis fill tation in the Moin wiki engine. We also show how LC tem- a technological gap inhibiting authors to provide metadata, plating implementations are the appropriate technologies to the question of how to actually foster the creation of seman- push forward semantically rich web pages on the lines of tically rich web pages is still open. By analogy, we observe (lowercase) semantic web and microformats. that a similar goal has been traditionally pursued by wiki content templating mechanisms1 which have been available since the first wiki clones under the name of seeding pages.
    [Show full text]
  • Jai Singh Bengali Wikipedia 10Th Anniversary Celebration Kolkata Main Page City and Conference Community & Team Logistics Pr
    jai singh Bengali Wikipedia 10th Anniversary Celebration Kolkata Main page City and Conference Community & Team Logistics Programs Registration Scholars hip Call for Participation Sponsors BN10 Conference Logo-Kolkata.png Event: Bengali Wikipedia 10th Anniversary Celebration Date: 9th January (Friday) and 10 January (Saturday) 2015 Venue: Jadavpur University Accommodation: Jadavpur University Guest House Host: Kolkata & Bangla Wikipedia Community, Wikipedia Kolkata Chapter & Wikime dia India Sponsors: Wikimedia Foundation , Wikimedia India and India Access To Knowl edge Social Networking Site: Facebook Email us: Jayanta Nath: jayanta at wikimedia.in Kalyan Sarkar: kalyan at wikimedia.in Share this Share with Facebook Share on twitter.com Share on Digg.com Share on stumbleupon. com Share on reddit.com Share on identi.ca Wikimedia Commons Wikimedia Commons has more media related to: 10th Anniversary of Bengali Wikipedia Bengali Wikipedia 10th Anniversary Celebration is being organized in Kolkata & B angladesh for outreach program in the Wikimedia movement. Bengali Wikipedia 10th Anniversary Celebration is organized by: Wikimedians in Kolkata.svg Wikimedia India logo.svg Call for Papers can be seen under the Call for Participation page. Category: Bengali Wikipedia 10th Anniversary Celebration Kolkata Navigation menu EnglishCreate accountLog inContent pageDiscussionReadEditView history Main page Wikimedia News Translations Recent changes Random page Help Babel Community Wikimedia Forum Mailing lists Requests Babylon Reports Research Planet Wikimedia Beyond the Web Meet Wikimedians Events Chapters Donate Print/export Create a book Download as PDF Printable version Tools What links here Related changes Special pages Permanent link Page information Cite this page This page was last modified on 27 November 2014, at 14:33 (UTC).
    [Show full text]