This commit is contained in:
2020-04-12 23:05:37 +02:00
committed by Stefan Rohde-Enslin
commit 57a7d5cf14
84 changed files with 1301 additions and 0 deletions

11
en/about.php Normal file
View File

@ -0,0 +1,11 @@
<?PHP
$tlAbout['pageTitle'] = 'About museum-digital :: museum-digital';
$tlAbout['pageDescription'] = 'Who or what is museum-digital? We are a project to further the digitization of museums and museum data.';
$tlAbout['pageKeywords'] = 'Museums, Digitization, Community, Research';
$tlAbout['about_title'] = 'About museum-digital';
$tlAbout['about_introduction'] = 'Museum-digital is an initiative of museums. The initiative was founded in 2009. It was created to develop a process as simple as possible for publishing information on museums and their objects online. Starting with six participating museums in Saxony-Anhalt, Germany, there are now over 600, mainly in Germany and Hungary. The simple publication has been extended with additional forms of presentation, but a strong focus on a good inventory has become a central feature of museum-digital. At museum-digital, we work together to develop software aimed at making inventorization and digital publishing easy but high quality.';
$tlAbout['about_resources'] = 'Resources';
$tlAbout['logos_caption'] = 'Here you can find the different logos of museum-digital for downloading.';
$tlAbout['background_title'] = 'Where Do We Come From - and Where Will We Go?';
$tlAbout['background_content'] = 'In mid 2009, the AG Digitization of the State Museum Association gathered and founded museum-digital. It was May 2009, and the recently founded working group soon spread to research how long it takes to digitize an object. The data thus gathered provided the fodder for an initial writing of the frontend for museum-digital.';
$tlAbout['the_future'] = 'museum-digital is always open for people to join. The development takes place as it is needed. Where ever there may be museums that join hands to use museum-digital, be it for publishing, inventory or both, they can do so. If needed, a new instance will be created or we can consider other ways of cooperation. Since we develop alongside the always changing needs of the community, there is no clear-cut roadmap for museum-digital in the time ahead.';

View File

@ -0,0 +1,8 @@
<?PHP
$tlPublications['pageTitle'] = 'Publications :: museum-digital';
$tlPublications['pageDescription'] = 'This page features a list of publications about and based on museum-digital.';
$tlPublications['pageKeywords'] = 'museum-digital, Research, Academy, Publications';
$tlPublications['publications_title'] = 'Publications about museum-digital';
$tlPublications['publications_introduction'] = 'Besides providing infrastructure, museum-digital\'s flexibility and non-profit nature invites experimentation and provides ample opportunities for research. Over the years, a number of publications have been published on or based on museum-digital. You can find a list of these publications below.';
$tlPublications['Rohde-Enslin2015'] = 'PuQi - A Clever Way to Produce Better Data';
$tlPublications['Kopp-Sievers2015'] = 'museum-digital - A Civil Society Project of Large and Small Museums';

8
en/calendar.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
$tlCalendar['dateformat'] = 'Y-M-D';
$tlCalendar['calendarPageTitle'] = 'Calendar :: museum-digital';
$tlCalendar['calendarPageDescription'] = 'On this page you can find current events concerning museum-digital, e.g. seminars.';
$tlCalendar['calendarPageKeywords'] = 'museum-digital, Calendar, Events, Seminars';
$tlCalendar['calendar_title'] = 'Calendar';
$tlCalendar['calendar_introduction'] = 'On this page you can find current events concerning museum-digital, e.g. seminars.';
$tlCalendar['attendees'] = 'Attendees';

8
en/contact.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
$tlContact['pageTitle'] = 'Contact :: museum-digital';
$tlContact['pageDescription'] = 'Get in touch with museum-digital.';
$tlContact['pageKeywords'] = 'Contact, museum-digital';
$tlContact['contacts_title'] = 'Contact';
$tlContact['contacts_introduction'] = '"museum-digital" is a common undertaking of museums and their associations. You can contact us at:';
$tlContact['e-mail'] = 'e-Mail';
$tlContact['impressum'] = 'Copyright Page';

34
en/dashboard.php Normal file
View File

@ -0,0 +1,34 @@
<?PHP
$tlDashboard['pageTitle'] = 'Dashboard :: museum-digital';
$tlDashboard['pageDescription'] = 'Facts, Figures, Benchmarks on museum-digital and it\'s various instances';
$tlDashboard['pageKeywords'] = 'museum-digital, Statistics, Graphs, Museums, Museum Digitization';
$tlDashboard['dashboard'] = 'Dashboard';
$tlDashboard['dashboard_introduction'] = 'Here you can find facts and figures documenting the development and growth of museum-digital.';
$tlDashboard['in_the_database'] = 'Entities in the Database';
$tlDashboard['objects'] = 'Objects';
$tlDashboard['museums'] = 'Museums';
$tlDashboard['collections'] = 'Collections';
$tlDashboard['literature_entries'] = 'Literature entries';
$tlDashboard['exhibitions'] = 'Exhibitions';
$tlDashboard['appointments'] = 'Events';
$tlDashboard['user_accounts'] = 'User accounts';
$tlDashboard['images'] = 'Images';
$tlDashboard['visitor_stats'] = 'Visitor Statistics';
$tlDashboard['visitors_yesterday'] = 'Visitors yesterday';
$tlDashboard['visitors_this_month'] = 'Visitors this month';
$tlDashboard['controlled_vocabularies'] = 'Controlled Vocabularies';
$tlDashboard['popular_entries_in_german'] = 'Popular German-language Entries';
$tlDashboard['title_actors'] = 'Actors';
$tlDashboard['title_places'] = 'Places';
$tlDashboard['title_tags'] = 'Tags';
$tlDashboard['popular_entries_in_hungarian'] = 'Popular Hungarian-language Entries';
$tlDashboard['controlled_vocabularies_figcaption_german'] = 'Controlled vocabularies in the German database<br/>From left to right: People, Places, Times, Tags';
$tlDashboard['controlled_vocabularies_figcaption_hungarian'] = 'Controlled vocabularies in the Hungarian database<br/>From left to right: People, Places, Times, Tags';
$tlDashboard['was_founded'] = 'museum-digital was founded on %s';
$tlDashboard['is_days_old'] = 'museum-digital is %s days old';
$tlDashboard['avg_obj_desc_length'] = 'An average object description is %s characters long';
$tlDashboard['avg_puqi_value'] = 'The average <a href="https://journals.uic.edu/ojs/index.php/UC/article/download/6218/5067">PuQi</a> score of all public objects is';
$tlDashboard['development'] = 'Development';
$tlDashboard['git_commits_by_project_and_month'] = 'Development interactions by project and month';
$tlDashboard['quality'] = 'Quality';
$tlDashboard['popular_entries'] = 'Popular Entries';

5
en/errorPages.php Normal file
View File

@ -0,0 +1,5 @@
<?PHP
$tlErrors['403_title'] = 'Forbidden';
$tlErrors['403_text'] = 'You are not allowed to access this page. Please refer to the navigation above to find all of our pages.';
$tlErrors['404_title'] = 'Oops ... There\'s nothing here';
$tlErrors['404_text'] = 'There is nothing to be found here. At the top of the page you can however find contents in the navigation bar.';

7
en/footer.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$tlFooter['contact'] = 'Contact';
$tlFooter['impressum'] = 'Copyright Page';
$tlFooter['privacy'] = 'Privacy Policy';
$tlFooter['search'] = 'Search';
$tlFooter['search_in_mdorg'] = 'Search museum-digital.org';
$tlFooter['search_in_md'] = 'Search for objects';

12
en/home.php Normal file
View File

@ -0,0 +1,12 @@
<?PHP
$tlHome['pageTitle'] = 'museum-digital';
$tlHome['pageDescription'] = 'museum-digital is a community project for the digitization of museum and museum object information.';
$tlHome['pageKeywords'] = 'Museums, Digitization, Community, Research';
$tlHome['opener_title'] = 'Enabling Museums to Let the World in - the Way they Want';
$tlHome['opener_text'] = 'museum-digital is an initiative, it is a software suite, and it is a platform. In January 2009, museum workers from the German state of Saxony-Anhalt gathered at the <a href="https://st.museum-digital.de/index.php?t=institution&instnr=6">Kreismuseum Bitterfeld</a> to discuss digitization and agreed to go online together. This was the founding event of museum-digital. Even then it was clear: Going online and becoming visible can only be achieved together. Together, software was developed; together, the museums present themselves and their objects online. What started as a small group in Saxony-Anhalt has now grown into a community that transcends national and language borders.';
$tlHome['community_title'] = 'Collaboration and Mutual Aid';
$tlHome['community_text'] = 'Every museum has its possibilities and aims. At museum-digital, they work together. In contrast to other portals, museum-digital offers tools both for <a href="/software/frontend">publishing</a> and <a href="/software/musdb">indexing</a> object information. All museums of the instances using a common primary language are using a shared pool of controlled and enriched terms. Working on a centralized pool of <a href="/about/terminology">controlled vocabularies</a> saves each museum a lot of time and helps to visualize links between information from the different museums. It is thus a central part of successfully publishing online.</p>
<p>
<!-- By establishing appropriate communication channels, museum-digital supports the direct contact among colleagues beyond museum borders. -->
The community is inclusive and open: every museum can participate, as the greatest treasures are often found at far-off places.
Being open for museums of all kinds and sizes is only possible by putting flexibility and simplicity first. These, together with giving each museum and user full control over their data are the main principles of museum-digital.';

4
en/impressum.php Normal file
View File

@ -0,0 +1,4 @@
<?PHP
$tlImpressum['pageTitle'] = 'Copyright Page';
$tlImpressum['pageDescription'] = 'Copyright of museum-digital.org';
$tlImpressum['pageKeywords'] = 'Copyright, museum-digital, museum-digital.org';

1
en/join_us.php Normal file
View File

@ -0,0 +1 @@
<?PHP

10
en/mission.php Normal file
View File

@ -0,0 +1,10 @@
<?PHP
$tlMission['pageTitle'] = 'Mission and Vision :: museum-digital';
$tlMission['pageDescription'] = 'museum-digital is a project for the digitization of museum data. Here we declare our mission.';
$tlMission['pageKeywords'] = 'Museum-digital, Museums, Digitization, Mission Statement, Aims';
$tlMission['missions_title'] = 'Mission';
$tlMission['missions_introduction'] = 'Museums and their objects should be online! Museum-digital\'s aim is to create simple to use tools and an appropriate environment for this. Museums that use a different software for inventory can use museum-digital for publishing their data. For all other museums that may not yet have a dedicated inventory tool museum-digital offers appropriate tools.</p>
<p>Museum-digital is a community: all participating museums can join the conversation on what the project should focus on, and how the software is to be developed further. By and by, infrastructure is set up to facilitate and develop the conversation about the digital and museums.</p>
<p>An important principle of museum-digital is to respect existing structures.';

26
en/navigation.php Normal file
View File

@ -0,0 +1,26 @@
<?PHP
$tlNavigation['logo_alt_attribute'] = 'Logo of museum-digital';
$tlNavigation['news'] = 'News';
$tlNavigation['about'] = 'About';
$tlNavigation['resources'] = 'Resources';
$tlNavigation['software'] = 'Software';
$tlNavigation['software_md_ausgabe'] = 'Frontend/Portal';
$tlNavigation['software_musdb'] = 'musdb';
$tlNavigation['software_themator'] = 'Themator';
$tlNavigation['software_term_nodac'] = 'md:term & nodac';
$tlNavigation['portals'] = 'Portals';
$tlNavigation['terminology_work'] = 'Terminology work';
$tlNavigation['dashboard'] = 'Dashboard';
$tlNavigation['participate'] = 'Participate';
$tlNavigation['mission'] = 'Mission';
$tlNavigation['resources_links'] = 'Links';
$tlNavigation['resources_documents'] = 'Documents';
$tlNavigation['third_party'] = 'Third Party Tools';
$tlNavigation['publications'] = 'Publications';
$tlNavigation['api_based'] = 'Third Party Tools';
$tlNavigation['impressum'] = 'Copyright';
$tlNavigation['contact'] = 'Contact';
$tlNavigation['privacy'] = 'Privacy';
$tlNavigation['people'] = 'People';
$tlNavigation['calendar'] = 'Calendar';
$tlNavigation['development_log'] = 'Development Log';

15
en/participate.php Normal file
View File

@ -0,0 +1,15 @@
<?PHP
$tlParticipate['pageTitle'] = 'Become a part of museum-digital! :: museum-digital';
$tlParticipate['pageDescription'] = 'Museum-digital is a community project. Of course, we always welcome volunteers who are ready to help out!';
$tlParticipate['pageKeywords'] = 'Participation, Volunteering, Community';
$tlParticipate['participate_title'] = 'Becoming a part of museum-digital';
$tlParticipate['participate_introduction'] = 'Helping museum-digital is possible in a multitude of ways. Direct participation is mainly reserved for museums, but anybody can help greatly by providing meaningful information and comments.';
$tlParticipate['individuals'] = 'You can visit a single museum';
$tlParticipate['individuals_title'] = '...alone or with a group';
$tlParticipate['individuals_text'] = 'You can help museums greatly by providing information and working with the museums. At the bottom of almost all object pages, there is a link "Do you know more ...?". By clicking on this line, you can directly provide e-mail feedback on the given object to the related museum. You may however also offer help to a museum in your area of expertise.';
$tlParticipate['local_museum_title'] = 'Helping Out at Your Local Museum';
$tlParticipate['local_museum_text'] = 'Many, if not most, museums welcome little more than a helping hand. ';
$tlParticipate['institutions_title'] = '... as an Institution';
$tlParticipate['institutions_text'] = 'If your institution wants to join museum-digital, you only need a short description, a photo, and the usual contact information of the museum. The museum will then be entered into the appropriate instance of museum-digital and a user account for the museum will be set up. Our tools have shown to be sufficiently intuitive for half an hour of an introduction (via phone) to be sufficient for publishing an object.</p>
<p>Regional museum associations often offer day-long seminars in which working with museum-digital is discussed in more detail. These events usually feature hands-on exercises. It may be fruitful to consult your regional museum association or the administrator of your region of museum-digital.';

15
en/people.php Normal file
View File

@ -0,0 +1,15 @@
<?PHP
$tlPeople['pageDescription'] = 'Profile page of %s at museum-digital';
$tlPeople['on'] = 'On';
$tlPeople['tel'] = 'Tel.';
$tlPeople['email'] = 'e-Mail';
$tlPeople['html_feed'] = 'HTML feed';
$tlPeople['rss'] = 'RSS';
$tlPeople['md_blog'] = 'museum-digital blog';
$tlPeople['affiliation'] = 'Affiliation';
$tlPeople['blog_posts_by'] = 'Blog Posts by %s';
$tlPeople['overviewTitle'] = 'Team :: museum-digital';
$tlPeople['overviewDescription'] = 'Museum-digital is people. Here you can learn about some people from our core team.';
$tlPeople['overviewKeywords'] = 'Museum-digital, Team, People';
$tlPeople['overviewListTitle'] = 'Team';
$tlPeople['overviewListSummary'] = 'Museum-digital is - in effect - people. Here you can find a list of some of our core team members in random order.';

19
en/portals.php Normal file
View File

@ -0,0 +1,19 @@
<?PHP
$tlPortals['pageTitle'] = 'Portals :: museum-digital';
$tlPortals['pageDescription'] = 'Museum-digital is represented on different, regional portals. Here is a list of them.';
$tlPortals['pageKeywords'] = 'Museum-digital, Portals, Museum Objects, Access';
$tlPortals['portals_title'] = 'The different portals of museum-digital';
$tlPortals['portals_introduction'] = 'Museum-digital is composed of different portals. Most of them are regionally structured.';
$tlPortals['international_portals'] = 'International Portals';
$tlPortals['german_portals'] = 'Regional portals in Germany';
$tlPortals['themator_title'] = 'Themator: Topical Portals';
$tlPortals['themator_introduction'] = 'The themator is a tool we developed to enable museums and like-minded people to create digital exhibitions and - more generally - to easily engage in digital storytelling. As the themator is largely monolingual, we have set up different instances of it.';
$tlPortals['md_term_title'] = 'md:term: The controlled vocabularies of museum-digital made accessible';
$tlPortals['md_term_introduction'] = 'Around 2010, we started to use controlled vocabularies to facilitate the common tagging and interlinking of digitized objects. For a long time, these vocabularies were not accessible for any outside viewers. Since they may be a useful resource to some, we have since developed md:term as a public and hopefully easily accessible portal for our (and some other) controlled vocabularies.';
$tlPortals['Germany'] = 'Germany';
$tlPortals['Hungary'] = 'Hungary';
$tlPortals['Brazil'] = 'Brazil';
$tlPortals['Indonesia'] = 'Indonesia';
$tlPortals['themator_in_german'] = 'Themator in German';
$tlPortals['themator_in_hungarian'] = 'Themator in Hungarian';
$tlPortals['Austria'] = 'Austria';

60
en/privacy.php Normal file
View File

@ -0,0 +1,60 @@
<?PHP
$tlPrivacy['pageTitle'] = 'Privacy Policy :: museum-digital';
$tlPrivacy['pageDescription'] = 'Privacy Policy of museum-digital.org';
$tlPrivacy['pageKeywords'] = 'privacy Policy, Privacy';
$tlPrivacy['title'] = 'Privacy Policy';
$tlPrivacy['text_content'] = ' <h3>Declaration of the Protection of Personal Data</h3>
<p>In accordance with the General Data Protection Regulation, we are obliged to inform the website visitor at the beginning of their usage of this site about the nature, scope, and purpose of the collection and use of personal data. In this privacy statement you will learn which data we collect, for what purposes we collect the data, and what happens to the data collected. Since this is important, you should take the time to read this privacy policy carefully.</p>
<h3>Purpose of Collecting, Processing, or Using Your Data</h3>
<p>
We need your data:
<ol>
<li>1. To optimize our offerings.</li>
</ol>
We only collect your data when necessary. Your information will not be given to third parties for market or opinion research.
</p>
<h3>Data Usage and Voluntariness of Consent</strong></h3>
<p>
All personal identifiable information you submit to us will only be used for the purpose for which you consented to provide us with. If this purpose is omitted, the data will be deleted. You can visit our website without us collecting personal information. However, we require your personal data if you would like to contact us, e.g. by a request. This then also establishes the legal basis for the use of data so that we can meet our rights and obligations arising from the business relationship with you, in accordance with § 28 Abs.1 BDSG.
</p>
<p>
Your personal data sent to us via our website will be collected, processed or used only in accordance with the statutory provisions. Your consent is made at your own discretion and without compulsion and is revocable at any time.
</p>
<h3>Collection of General Data and Information</h3>
<p>The server of museum-digital collects a series of general data and information in the logfiles every time it is called up. To be collected:
<ol>
<li>the browser used by the individual,</li>
<li>the operating system used by the individual,</li>
<li>the website from which the caller came to our website,</li>
<li>the sub-web pages, which are selected by the caller on our website,</li>
<li>the date and time of visit,</li>
<li>an Internet-Protocol Address (IP Address),</li>
<li>the internet service provider of the individual and</li>
<li>other similar data and information that serve security purposes in case of attacks on museum-digital.de.</li>
</ol>
When using this general data and information, museum-digital does not draw any conclusions about the person concerned. This anonymously collected data and information are statistically evaluated by museum-digital. The anonymous data of the server log files are stored separately from any personal data that may be provided by an affected person.</p>
<h3>Use of Cookies</h3>
<p>In order to make our website user-friendly and to optimally match your needs we use cookies in some areas. A cookie is a small file that is stored locally on your computer as soon as you visit a website. Your browser offers a feature to delete cookies (for example, delete via browser data). Further information can be found in the operating instructions or usually under Settings of your Internet browser. Specifically, the following is stored with each access:
</p>
<ul>
<li>Saving the opt-out from Matomo (see below)</li>
</ul>
<h3>Tracking (Matomo)</h3>
<p>
On this website, using the web analysis service software Matomo (www.matomo.org), a service of the provider InnoCraft Ltd., 150 Willis St, 6011 Wellington, New Zealand, ("Mataomo") based on our legitimate interest in the statistical analysis of user behavior for optimization and marketing purposes in accordance with Art. 6 para. 1 lit. f DSGVO data collected and stored. From this data, pseudonymised usage profiles can be created and evaluated for the same purpose. The data collected using Matomo technology (including your anonymous IP address) will be processed on our servers. The information generated in the pseudonymous user profile is not used to personally identify the visitor to this website and is not merged with personal data about the bearer of the pseudonym. If you do not agree with the storage and evaluation of this data from your visit, then you can object to the storage and use at any time by clicking the mouse. In this case, a so-called opt-out cookie is stored in your browser, with the result that Matomo does not collect any session data. Please note that the complete deletion of your cookies means that the opt-out cookie is also deleted and may need to be reactivated by you. Disabling Matomo tracking can be achieved by setting your browser\'s Do-Not-Track setting.
</p>
<iframe style="border: 0px; height: 200px; width: 800px; margin: 0px; padding: 0px;" src="https://museum-digital.jrenslin.de/piwik/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=&fontColor=&fontSize=1.2em&fontFamily=Arial"></iframe>';

7
en/resources.php Normal file
View File

@ -0,0 +1,7 @@
<?PHP
$tlResources['pageTitle'] = 'Resources :: museum-digital';
$tlResources['pageDescription'] = 'Here you can find specific resources on museum-digital and those relevant to the digitization in museums in general.';
$tlResources['pageKeywords'] = 'Museums, Resources, Materials';
$tlResources['resources_title'] = 'Resources';
$tlResources['resources_introduction'] = 'Relevant resources can be found here.';
$tlResources['general'] = 'General';

View File

@ -0,0 +1,6 @@
<?PHP
$tlDocuments['pageTitle'] = 'museum-digital :: Resources';
$tlDocuments['pageDescription'] = 'A selection of helpful documents about museum work in general and specific digital museum work can be found here.';
$tlDocuments['pageKeywords'] = 'Documents, Museums, Museum Works, Digitization, Inventory';
$tlDocuments['title'] = 'Documents';
$tlDocuments['introduction'] = 'A selection of helpful documents about museum work in general and specific digital museum work can be found here.';

11
en/resources_links.php Normal file
View File

@ -0,0 +1,11 @@
<?PHP
$tlLinks['pageTitle'] = 'museum-digital :: Links';
$tlLinks['pageDescription'] = 'A selection of relevant links about museum digitization can be found here.';
$tlLinks['pageKeywords'] = 'Links, Museums, Digitization in Museums, Museum Portals';
$tlLinks['title'] = 'Links';
$tlLinks['introduction'] = 'Here you can find a list of interesting links.';
$tlLinks['museum_portals'] = 'Other Museum (Object) Portals';
$tlLinks['organizations'] = 'Organizations';
$tlLinks['name'] = 'Name';
$tlLinks['country'] = 'Country';
$tlLinks['description'] = 'Description';

22
en/software.php Normal file
View File

@ -0,0 +1,22 @@
<?PHP
$tlSoftware['pageTitle'] = 'Software :: museum-digital';
$tlSoftware['pageDescription'] = 'At museum-digital, we have developed a set of software solutions to aid different parts of museum (digitization) work.';
$tlSoftware['pageKeywords'] = 'Software, Museums, Museum Objects, Museum Software, museum-digital';
$tlSoftware['software_title'] = 'Software';
$tlSoftware['software_introduction'] = 'At museum-digital, we have developed a set of software solutions to facilitate an easy and inclusive process of digitization in museums. Originally, museum-digital was founded to publish object information online. We thus began by developing a <a href="/software/frontend">public interface for viewing object information</a>.
</p>
<p>
Since the original method of data input - the museums entered their data into their local database, sent it to the programmers, the programmers entered it to museum-digital - did not scale well, we then developed a simple online input interface, <a href="/software/musdb">musdb</a>. Some museums, that did not yet have a dedicated database for inventorized data, but knew musdb well, began to ask additional inventory functionalities. And thus the approach of musdb changed: instead of being an input interface to a publication platform, it turned into an inventory tool with the option to publish.
</p>
<p>
Soon after, requests for options to more thoroughly present digital narratives and stories became more frequent. While museum objects may be interesting by themselves, it is also a central task of museums to contextualize them. As a reaction to these requests, we created the <a href="/software/themator">Themator</a> as an independent tool for writing and publishing stories online.
</p>
<p>
Early on, when developing the main frontend and musdb, we decided to use controlled vocabularies for all databases of a given language. Internally, we use our "norm data control tool" <a href="/software/term_nodac">nodac</a> for curating these. Since the vocabularies have grown considerably since, and have become a useful resource on their own by now, we have also developed a searchable frontend for these, <a href="/software/term_nodac">md:term</a>.';
$tlSoftware['frontend_portal'] = 'Frontend/Portals';
$tlSoftware['musdb'] = 'musdb';
$tlSoftware['themator'] = 'Themator';
$tlSoftware['term_nodac'] = 'md:term & nodac';
$tlSoftware['resources'] = 'Resources';
$tlSoftware['in_blog'] = 'Tech-Related News in our Blog';
$tlSoftware['third_party_tools'] = 'Third party tools';

View File

@ -0,0 +1,6 @@
<?PHP
$tlDevLog['pageTitle'] = 'Development Log :: museum-digital';
$tlDevLog['pageDescription'] = 'Log of development on museum-digital';
$tlDevLog['pageKeywords'] = 'Software, museum-digital, Development';
$tlDevLog['status'] = 'Status';
$tlDevLog['development_log'] = 'Development Log';

43
en/software_frontend.php Normal file
View File

@ -0,0 +1,43 @@
<?PHP
$tlFrontend['pageTitle'] = 'The Main Frontend/Portal Software :: museum-digital';
$tlFrontend['pageDescription'] = 'Most of the work museum-digital does focuses on bringing museums online. We do so mainly using our main frontend/portal software.';
$tlFrontend['pageKeywords'] = 'Software, Museums, Museum Objects, Museum Software, Exhibitions, Web Portal';
$tlFrontend['frontend_title'] = 'The Main Frontend of museum-digital';
$tlFrontend['frontend_introduction'] = 'museum-digital was founded to publish museum object information online. That\'s not possible without the right software.</p>
<p>The "frontend" is thus the first application, that was developed at museum-digital. With it, museums can join together to present themselves and their objects online.</p>
<p>To offer a comprehensive glimpse at the museums and their objects, a variety of additional information has been made presentable since. On the one hand, museums can now add information on their collections, object groups, exhibitions, and events. On the other, a number of options for linking and visualizing information have been added.';
$tlFrontend['technical_title'] = 'Technical Information';
$tlFrontend['design_principles_title'] = 'Focus - Design Principles';
$tlFrontend['design_principles_text'] = '"The "frontend" of museum-digital is primarily designed to always offer a clear focus on whichever information is central to a given page or section. This allows for easy understanding. A lot of additional options exist for power users - from visualizations to a command line menu embedded into the website. These are however "hidden" in sidebars or only accessible through keyboard shortcuts, so that they don\'t irritate first-time users.';
$tlFrontend['api_title'] = 'API(s)';
$tlFrontend['api_text'] = 'Publishing and making things accessible doesn\'t only mean making it possible to view something. It also means enabling people to use data to realize their own ideas. Accordingly, all information that is published using the "frontend" of museum-digital is also accessible in a machine-readable way via our <abbr title="JavaScript Object Notation">JSON</abbr> API.</p><p>As much as possible, the "frontend" provides information in open standards as well: object information can be accessed in <a href="http://network.icom.museum/cidoc/working-groups/lido/what-is-lido/">LIDO</a>, information about museums can be downloaded as electronic business cards (<a href="https://de.wikipedia.org/wiki/VCard">vCard</a>), and calendar information such as exhibitions can be integrated with calendar tools using the <a href="https://de.wikipedia.org/wiki/ICalendar">iCalendar</a> standard.';
$tlFrontend['development_title'] = 'Development';
$tlFrontend['development_text'] = 'The "frontend" of museum-digital is built using PHP7 and MySQL. JavaScript is used for interactive features and visualizations. A list of the used libraries can be found <a href="https://handbook.museum-digital.info/?lan=de&q=Weiteres/Dependencies">here</a>. We use <a href="https://git-scm.com/">git</a> for version control.';
$tlFrontend['screenshots'] = 'Screenshots';
$tlFrontend['resources'] = 'Resources';
$tlFrontend['in_blog'] = 'News About the Frontend in the Blog';
$tlFrontend['screenshot-startpage'] = 'Start page of the German national portal of museum-digital.';
$tlFrontend['extended_search_alt'] = 'Extended search page in the museum-digital frontend.';
$tlFrontend['screenshot_extended_search'] = 'Using the extended search settings, users can define exact searches.';
$tlFrontend['screenshot_enriched_search_results_alt'] = 'Enriched search results in the museum-digital frontend';
$tlFrontend['screenshot_enriched_search_results'] = 'Search result pages are enriched based on data from our <a href=\'/about/terminology\'>controlled vocabularies</a>.';
$tlFrontend['in_handbook'] = 'Handbook pages about the frontend';
$tlFrontend['api_link'] = 'Short introduction to the API';
$tlFrontend['screenshot_timeline_alt'] = 'A timeline page in museum-digital.';
$tlFrontend['screenshot_timeline'] = 'The museum-digital frontend offers a timeline, for viewing search results sorted by their relations to time.';
$tlFrontend['screenshot_oak_alt'] = 'Objects on map pages in museum-digital.';
$tlFrontend['screenshot_oak'] = 'Using the "objects on map" pages, users can find interesting objects based on their geographical background.';
$tlFrontend['screenshot_object_page_alt'] = 'An object page.';
$tlFrontend['screenshot_object_page'] = 'An object page in the frontend of museum-digital.';
$tlFrontend['screenshot_multilinguality_alt'] = 'Multilingualism in the museum-digital frontend.';
$tlFrontend['screenshot_multilinguality'] = 'museum-digital is multilingual, and so, too, can be the displayed entries. The navigation language and the record language can be switched independent of each other.';
$tlFrontend['screenshot_exhibition_tiles_alt'] = 'Exhibition overview page in the museum-digital frontend';
$tlFrontend['screenshot_exhibition_tiles'] = 'The exhibition overview page in tiles mode.';
$tlFrontend['screenshot_calendar_alt'] = 'Calendars are available for exhibitions and events.';
$tlFrontend['screenshot_calendar'] = 'Calendars are available for exhibitions and events.';
$tlFrontend['screenshot_graph_view_alt'] = '"Graph view"';
$tlFrontend['screenshot_graph_view'] = 'The "graph view" offers users an alternative option for navigating the portal.';
$tlFrontend['screenshot_command_line_alt'] = 'Keyboard control of the museum-digital frontend.';
$tlFrontend['screenshot_command_line'] = 'Power users can navigate the portal using their keyboard through an emacs-inspired interface.';
$tlFrontend['screenshot_compare_objects_alt'] = 'Comparing obects';
$tlFrontend['screenshot_compare_objects'] = 'Two objects can be compared with each other';

59
en/software_musdb.php Normal file
View File

@ -0,0 +1,59 @@
<?PHP
$tlMusdb['pageTitle'] = 'musdb :: museum-digital';
$tlMusdb['pageDescription'] = 'musdb is museum-digital\'s tool for indexing and creating inventories. It has in many ways developed into a more general museum-management tool.';
$tlMusdb['pageKeywords'] = 'musdb, Museum Management, Inventory, Software';
$tlMusdb['musdb_title'] = 'musdb';
$tlMusdb['musdb_introduction'] = 'Musdb is museum-digital\'s tool for indexing and creating inventories. Originally developed for recording objects to be published only, it has since developed into a full-featured inventory and museum management solution.</p>
<p>Central to the development of musdb are:</p>
<ul>
<li>musdb is developed based on requests by and communication with the museums using it</li>
<li>musdb is made with collaboration in mind: New features and fixes are available to all museums</li>
<li>using musdb means working collaboratively: the controlled vocabularies, that are used for linking people, times, places, and tags, are used together by all museums of a given language</li>
<li>working with musdb should be as easy and intuitive as possible</li>
<li>Tips and warnings are given to not just enter data, but to create high quality data</li>
</ul>';
$tlMusdb['technical_title'] = 'Technical Information';
$tlMusdb['design_principles_title'] = 'Design Principles';
$tlMusdb['design_principles_text'] = 'Musdb should be easy and intuitive to use. It should be fun to use. On the one hand, this means that the design should give a clear focus to the main subject of a given page. To reach this aim, options exist to toggle many features on or off. Optional features (like generating QR codes for object pages or a table of contents to directly jump to the wanted section of a page) are available in a toolbox on the left border of the window.</p>
<p>But <i>easy</i> and <i>intuitive</i> also means that power users can work efficiently in whatever way suits them best. Musdb offers a variety of aids for this. A selection of these are:</p>
<ul>
<li>Clicking into a field, users can see how many characters have been entered, how many are required, and how many are allowed at max.</li>
<li>PuQi: the "Publication Quality Index" shows, how object information can be enhanced</li>
<li>Plausi: using the controlled vocabularies, musdb can warn about implausible entries (e.g. a painter cannot have painted a painting before she was born)</li>
<li>Text blocks provide for a quick entry of similar contents</li>
</ul>';
$tlMusdb['development_title'] = 'Development';
$tlMusdb['development_text'] = 'Musdb is based on PHP7 and MySQL. A number of PHP and JavaScript libraries are used, a list of which can be found <a href="https://handbook.museum-digital.info/?lan=de&q=Weiteres/Dependencies#2">in the handbook</a>.';
$tlMusdb['screenshots'] = 'Screenshots';
$tlMusdb['resources'] = 'Resources';
$tlMusdb['in_handbook'] = 'Documentation for musdb';
$tlMusdb['videos_and_screencasts'] = 'Videos on YouTube';
$tlMusdb['in_blog'] = 'News About the Development of musdb';
$tlMusdb['screenshot_dashboard_alt'] = 'Dashboard/Default startpage of musdb.';
$tlMusdb['screenshot_dashboard'] = 'The default start page is a customizable dashboard. Other start pages can be selected by the user.';
$tlMusdb['screenshot_batch_editing_alt'] = 'Batch editing in musdb.';
$tlMusdb['screenshot_batch_editing'] = 'Musdb features batch editing functionalities for batch publishing or tagging.';
$tlMusdb['screenshot_xml_export_alt'] = 'XML export';
$tlMusdb['screenshot_xml_export'] = 'Users can export their data in our own md:xml (a simple notation featuring all available fields) and <a href=\'http://lido-schema.org\'>LIDO</a>.';
$tlMusdb['screenshot_backgrounds_alt'] = 'Background research tool.';
$tlMusdb['screenshot_backgrounds'] = 'Using the "backgrounds" section, users can browse the controlled vocabularies directly from musdb.';
$tlMusdb['screenshot_find_an_export_alt'] = 'Find an expert: Connecting users.';
$tlMusdb['screenshot_find_an_export'] = 'Using the "Find an Export" button, users can find other users who have done much work on a given topic. Still, every user can decide if they want to let others find them through this tool or not.';
$tlMusdb['screenshot_multilingual_alt'] = 'Multilingual usage of musdb.';
$tlMusdb['screenshot_multilingual'] = 'Musdb is multilingual and it can handle multilingual inputs.';
$tlMusdb['screenshot_navigation_alt'] = 'Navigation of musdb.';
$tlMusdb['screenshot_navigation'] = 'The navigation gives a rough overview over different sections of musdb: Museums, Collections, Objects, Object Groups, Exhibitions, etc.';
$tlMusdb['screenshot_object_overview_alt'] = 'Object overview page.';
$tlMusdb['screenshot_object_overview'] = 'An object overview page in image mode. The sidebar on the right offers search and filter-based exporting and batch editing functionalities. A simple list view is also available.';
$tlMusdb['screenshot_object_page_alt'] = 'Object page';
$tlMusdb['screenshot_object_page'] = 'The main section of an object page. At the top, most basic information on the object can be entered. At the bottom, the tabbed menu for managing detailed information on the object can be seen.';
$tlMusdb['screenshot_record_history_alt'] = 'Record history of an object.';
$tlMusdb['screenshot_record_history'] = 'Edits to an object are logged. If the user who previously edited the object set up their user profile, new users who see the logs can get to know others from the museum through the logs.';
$tlMusdb['screenshot_provenance_research_alt'] = 'Provenance research tab';
$tlMusdb['screenshot_provenance_research'] = 'Using the provenance research tab, detailed reports on a predefined set of critical issues can be recorded.';
$tlMusdb['screenshot_restoration_alt'] = 'Restoration tab on a musdb object page';
$tlMusdb['screenshot_restoration'] = 'The restoration tab of an object page offers options for color-coded and easily accessible notes towards the top of the section, detailed ones on the bottom.';
$tlMusdb['screenshot_user_management_alt'] = 'User management and user rights section';
$tlMusdb['screenshot_user_management'] = 'Museum directors and regional administrators set detailed permissions for what users can edit or view.';

View File

@ -0,0 +1,10 @@
<?PHP
$tlTermNodac['pageTitle'] = 'Nodac & md:term :: museum-digital';
$tlTermNodac['pageDescription'] = 'At museum-digital we build two tools for managing and displaying controlled vocabularies: md:term and nodac.';
$tlTermNodac['pageKeywords'] = 'Software, Controlled Vocabularies, Subject Headings';
$tlTermNodac['term_nodac_title'] = 'Our Tools for Managing Controlled Vocabularies: nodac and md:term';
$tlTermNodac['term_nodac_introduction'] = 'nodac is the name of our tool for correcting, enriching, and stratifying controlled vocabularies at museum-digital. Nodac is multilingual and can be used for controlling vocabularies in different languages. Using nodac, external vocabularies can be managed as well: for example the Hornbostel-Sachs-Systematik for musical instruments or the Hessische Systematik. The primary use of the tool remains, however, the curation of the museum-digital\'s own controlled vocabularies. It is the dedicated place for in-depth enrichment of terms from the domains of "actors" (people and institutions), geographic places, times, and tags. These are controlled centrally for a given language by the <i>norm data editors</i>. Each participating museum can however submit requests for changes.</p>
<p>While it is the dedicated aim of museum-digital to make entering and linking - for example - a tag as easy as possible for the museums, further edits like providing a definition of the term and linking it with other controlled vocabularies are taken over by the <i>norm data editors</i>. It thus becomes a background task, that does however remain central to the success of the whole endeavor. It is only because we keep curated controlled vocabularies, that we can generate correct timelines or place objects on maps in any meaningful way.</p>
<p>md:term is the public equivalent of nodac. It provides for public, structured access to our own vocabularies and a number of external ones. Besides making the vocabularies browse-able, it offers <a href="https://en.wikipedia.org/wiki/Simple_Knowledge_Organization_System"><abbr title="Simple Knowledge Organization System">SKOS</abbr></a> and <abbr title="JavaScript Object Notation">JSON</abbr> interfaces. In this way, it provides access for other developers and projects to creatively use and incorporate our controlled vocabularies.';

12
en/software_themator.php Normal file
View File

@ -0,0 +1,12 @@
<?PHP
$tlThemator['pageTitle'] = 'Themator :: museum-digital';
$tlThemator['pageDescription'] = 'The Themator is museum-digital\'s solution for digital story-telling.';
$tlThemator['pageKeywords'] = 'Software, Story Telling, Topics, Stories, Narrative, Exhibitions';
$tlThemator['themator_title'] = 'The Themator - A Tool for Online Storytelling and Digital Exhibitions';
$tlThemator['screenshots'] = 'Screenshots';
$tlThemator['themator_introduction'] = 'The Themator is museum-digital\'s solution for digital story-telling.</p><p>After setting up the <a href="/software/frontend">main frontend</a> for museum-digital, questions for how to embed the thus published objects in online narratives soon arose. To answer this demand, the development of the Themator began.</p><p>The Themator is structured around topics, which can be super- or subordinate to other topics and which can be associated with objects (both those entered only in the Themator and those published in any of the <a href="/about/portals">main portals of museum-digital</a>), literature entries, and more. This focus on <em>topics</em> provides for a broad range of possible uses in the field of digital storytelling, especially where it relates to museum objects. On the one hand, the Themator can be used for creating digital exhibitions. On the other, it has been used to create learning materials (e.g. <a href="https://hu.museum-digital.org/themator/ausgabe/showthema.php?m_tid=1&tid=1&ver=standalone">for teaching in German minority schools in Hungary</a>). This, combined with the need to be able to embed objects from the different instances in the same topic, led us to design the Themator as a tool completely independent from the main instances.';
$tlThemator['screenshot_overview_germany'] = 'Overview of topics available in the German-language Themator';
$tlThemator['screenshot_topic_page'] = 'A topic page in the Themator';
$tlThemator['screenshot_exhibition_view'] = 'The Themator features a slideshow-like "exhibition view"';
$tlThemator['screenshot_linked_objects'] = 'List of objects linked to a topic';
$tlThemator['screenshot_object_page'] = 'Page for a single object. Besides those entered only in the Themator, objects can also be embedded from museum-digital';

View File

@ -0,0 +1,11 @@
<?PHP
$tlThirdParty['pageTitle'] = 'Third Party Tools :: museum-digital';
$tlThirdParty['pageDescription'] = 'Based on the APIs of museum-digital, a number of third party tools have been written. Here you can find some of them.';
$tlThirdParty['pageKeywords'] = 'Software, Museum Software, API, Digitization in Museums';
$tlThirdParty['title'] = 'Third Party Tools';
$tlThirdParty['introduction'] = 'Using the different APIs of museum-digital, a number of additional tools have been written. These are in principle independent of museum-digital, but since they interact with or are based on museum-digital in some way, we collect brief introductions to those we know of here.';
$tlThirdParty['resources'] = 'Resources';
$tlThirdParty['in_blog'] = 'News About API-Based Tools in our Blog';
$tlThirdParty['website'] = 'Website';
$tlThirdParty['license_usage'] = 'License/Usage';
$tlThirdParty['authors'] = 'Author(s)';

9
en/statistics.php Normal file
View File

@ -0,0 +1,9 @@
<?PHP
$tlStatistics['frontend'] = 'Frontend';
$tlStatistics['musdb'] = 'musdb';
$tlStatistics['themator'] = 'Themator';
$tlStatistics['noda'] = 'md:term / nodac';
$tlStatistics['others'] = 'Others';
$tlStatistics['Total'] = 'Total';
$tlStatistics['Checked'] = 'Checked';
$tlStatistics['users'] = 'Users';

8
en/terminology.php Normal file
View File

@ -0,0 +1,8 @@
<?PHP
$tlTerminology['pageTitle'] = 'Terminology Work at museum-digital :: museum-digital';
$tlTerminology['pageDescription'] = 'At museum-digital we use controlled vocabularies, to enrich the users\' experience. Here we describe, how they are handled.';
$tlTerminology['pageKeywords'] = 'Terminology, Museums, Controlled Vocabularies, Tagging';
$tlTerminology['terminology_title'] = 'Controlled Vocabularies at museum-digital';
$tlTerminology['terminology_role_of_terminology'] = 'Controlled vocabularies are a central issue to museum-digital. Sorted into four catagories (Persons and Institutions, Geographical Places, Times, and Keywords), terms are enriched with definitions and links to external controlled vocabularies and services (Wikipedia, GND, ULAN, RKD, MBL, LAGIS, geonames, TGN, AAT, LCSH, ...). At the same time, they are categorized hierarchically. This provides for the possibility to return objects linked to subordinate terms to searches for a given superordinate term. A search for "vehicle" thus returns any object linked to "car" as well.';
$tlTerminology['terminology_how_we_do_it'] = 'How are the Vocabularies Controlled?';
$tlTerminology['terminology_how_we_do_it_text'] = '<p>The curation of controlled vocabularies at museum-digital takes place in a centralized manner. All museums of all instances of a given primary language work together to create a common database of controlled terms. Since curating controlled vocabularies is time consuming, we try to reduce the participating museums\' workload in this regard as much as possible. Besides, a centralized curation of controlled vocabularies leads to more uniform results.</p><p>To ease the curation, we have developed a tool, <a href="/software/term_nodac">"nodac"</a>, which automatizes much of the enrichment work and offers a simple interface for positioning terms hierarchically. With this tool, norm data editors, can also use batch editing functionalities for enhancing the controlled vocabularies.</p><p>The curation of controlled vocabularies is thus a joint effort of the participating museums, direct volunteering, and support by a number of state governments, led by a small team of "norm data editors".</p>';