Skip to Content

Overview of keyword tags

Syndicate content
Key image: copyright, used under license from shutterstock.com

This page provides an overview of 579 keyword tags, ordered by trending factor. Column headings allow re-sorting by other criteria. In the expanding tab below you can adjust filters to display sub-sets of keywords and narrow the focus to specific terms of interest (see FAQs on filtering for usage tips). Select this link to remove all filters.

Termsort icon Brief description Total articles Total usage Trending factor Charts

cidoc-crm

The CIDOC Conceptual Reference Model (CRM) provides an extensible ontology for concepts and information in cultural heritage and museum documentation. It is the international standard (ISO 21127:2006) for the controlled exchange of cultural heritage information. Archives, libraries, museums, and other cultural institutions are encouraged to use the CIDOC CRM to enhance accessibility to museum-related information and knowledge. (Excerpt from Wikipedia article: CIDOC Conceptual Reference Model)

Percentage of Ariadne articles tagged with this term: 0.2%.
3 6

cloud computing

Cloud computing refers to the provision of computational resources on demand via a computer network. In the traditional model of computing, both data and software are fully contained on the user's computer; in cloud computing, the user's computer may contain almost no software or data (perhaps a minimal operating system and web browser only), serving as little more than a display terminal for processes occurring on a network of computers far away. A common shorthand for a provider's cloud computing service (or even an aggregation of all existing cloud services) is "The Cloud". (Excerpt from Wikipedia article: Cloud computing)

Percentage of Ariadne articles tagged with this term: 3.3%.
57 135 3525.9

cocoa

Cocoa is one of Apple Inc.'s native object-oriented application programming interfaces (APIs) for the Mac OS X operating system and - along with the Cocoa Touch extension for gesture recognition and animation - for applications of iOS on Apple's iPhone and iPad product lines. Cocoa applications are typically developed using the development tools provided by Apple, specifically Xcode (formerly Project Builder) and Interface Builder, using the Objective-C language. However, the Cocoa programming environment can be accessed using other tools, such as Clozure CL, LispWorks, Object Pascal, Python, Perl, Ruby, and AppleScript with the aid of bridging mechanisms such as PasCocoa, PyObjC, CamelBones and RubyCocoa. An implementation of the Ruby language, called MacRuby, which does away with the requirement for a bridging mechanism, is under development by Apple, while Nu is a Lisp-like language which can be used with Cocoa without a bridge. It is also possible to write Objective-C Cocoa programs in a simple text editor and build it manually with GCC or clang from the command line or from a makefile. (Excerpt from Wikipedia article: Cocoa)

Percentage of Ariadne articles tagged with this term: 0.1%.
1 1

codec

A codec is a device or computer program capable of encoding and/or decoding a digital data stream or signal. The word codec is a portmanteau of 'compressor-decompressor' or, more commonly, 'coder-decoder'. A codec (the program) should not be confused with a coding or compression format or standard - a format is a document (the standard), a way of storing data, while a codec is a program (an implementation) which can read or write such files. In practice "codec" is sometimes used loosely to refer to formats, however. (Excerpt from Wikipedia article: codec)

Percentage of Ariadne articles tagged with this term: 0.1%.
2 16

collection description

The description of collections is important in the context of network library services and an important underpinning for developing a collective resource. The creation of collection descriptions allows the owners or curators of collections to disclose information about their existence and availability to interested parties. Although collection descriptions may take the form of unstructured textual documents (for example a set of Web pages describing a collection), there are significant advantages in describing collections using structured, open and standardised formats. Such descriptions would enable: users to discover and locate collections of interest; users to perform searches across multiple collections in a controlled way; software to perform such tasks on behalf of users, based on known user preferences. (Excerpt from this source)

Percentage of Ariadne articles tagged with this term: 2.9%.
50 215

common cartridge

The Common Cartridge defines a new package interchange format for learning content, able to run on any compliant LMS platform. Version 1.0 supports the following features: rich content (html, xml, web links, media files); integrated assessments; discussion forums; authorisation for protected content. (Excerpt from this source)

Percentage of Ariadne articles tagged with this term: 0.1%.
1 1

communications protocol

A communications protocol (also known as a network protocol) is a formal description of digital message formats and the rules for exchanging those messages in or between computing systems and in telecommunications. Protocols may include signaling, authentication and error detection and correction capabilities. A protocol describes the syntax, semantics, and synchronization of communication and may be implemented in hardware or software, or both. (Excerpt from Wikipedia article: Network protocol)

Percentage of Ariadne articles tagged with this term: 0.1%.
2 2 50

computer programming

Computer programming (often shortened to programming or coding) is the process of designing, writing, testing, debugging / troubleshooting, and maintaining the source code of computer programs. This source code is written in a programming language. The purpose of programming is to create a program that exhibits a certain desired behavior. The process of writing source code often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic. (Excerpt from Wikipedia article: Computer programming)

Percentage of Ariadne articles tagged with this term: 0.3%.
5 5

content licence

The verb license or grant licence means to give permission. The noun license (American English) or licence (British English) refers to that permission as well as to the document recording that permission. A license may be granted by a party ("licensor") to another party ("licensee") as an element of an agreement between those parties. A shorthand definition of a license is "an authorization (by the licensor) to use the licensed material (by the licensee)." In particular a license may be issued by authorities, to allow an activity that would otherwise be forbidden. It may require paying a fee and/or proving a capability. The requirement may also serve to keep the authorities informed on a type of activity, and to give them the opportunity to set conditions and limitations. (Excerpt from Wikipedia article: License)

Percentage of Ariadne articles tagged with this term: 0.2%.
3 3 133.40

content management

Content management, or CM, is the set of processes and technologies that support the collection, managing, and publishing of information in any form or medium. In recent times this information is typically referred to as content or, to be precise, digital content. Digital content may take the form of text, such as documents, multimedia files, such as audio or video files, or any other file type which follows a content lifecycle which requires management. (Excerpt from Wikipedia article: Content management)

Percentage of Ariadne articles tagged with this term: 6.9%.
118 393 770

content management interoperability services

Content Management Interoperability Services (CMIS) is a specification for improving interoperability between Enterprise Content Management systems. OASIS approved CMIS as an OASIS Specification on May 1, 2010. CMIS provides a common data model covering typed files, folders with generic properties that can be set or read. In addition there may be an access control system, and a checkout and version control facility, and the ability to define generic relations. There is a set of generic services for modifying and querying the data model, and several protocol bindings for these services, including SOAP and Representational State Transfer (REST), using the Atom convention. The model is based on common architectures of document management systems. Although initiated by AIIM, CMIS is now being administered by the OASIS standards body. Participants in the process include Adobe Systems Incorporated, Alfresco, EMC, eXo, FatWire, HP, IBM, ISIS Papyrus, Liferay, Microsoft, Open Text, Oracle and SAP. The standard is available for public comment at OASIS. (Excerpt from Wikipedia article: Content Management Interoperability Services)

Percentage of Ariadne articles tagged with this term: 0.1%.
1 3 300

content negotiation

Content negotiation is a mechanism defined in the HTTP specification that makes it possible to serve different versions of a document (or more generally, a resource) at the same URI, so that user agents can specify which version fit their capabilities the best. One classical use of this mechanism is to serve an image in GIF or PNG format, so that a browser that cannot display PNG images (e.g. MS Internet Explorer 4) will be served the GIF version. To summarize how this works, when a user agent submits a request to a server, the user agent informs the server what media types it understands with ratings of how well it understands them. More precisely, the user agent provides an Accept HTTP header that lists acceptable media types and associated quality factors. The server is then able to supply the version of the resource that best fits the user agent's needs. (Excerpt from Wikipedia article: Content negotiation)

Percentage of Ariadne articles tagged with this term: 0.5%.
8 19

content packaging

A content package is a file containing content and metadata. A content package is used in e-learning to define some learning content or an assessment that can be delivered, for example by a Learning Management System. It's a standard way of describing learning content that can be read by many programs. The most widely used content packaging format is that defined by IMS Global, which uses an XML manifest file called imsmanifest.xml wrapped up inside a zip file. The learning content itself is either included in the zip file if it is HTML or other media that can run on its own, or else is referenced as a URL from within the manifest. The IMS format was used by SCORM to define their packaging format, and typically every SCORM content object (SCO) is defined by a content package. (Excerpt from Wikipedia article: Content package)

Percentage of Ariadne articles tagged with this term: 0.4%.
7 4

content provider

A content provider is a network service that makes a collection available. A content provider may disclose metadata about its resources through a structured network service. In the context of the JISC IE, a content provider interacts with brokers, aggregators and portals using Z39.50, the OAI-PMH and RSS/HTTP. Note that 'content provider' may also refer to the organisation that makes collections available - which may be a JISC-funded service, an HE/FE institution, or some other organisation. (Excerpt from JISC Information Environment Glossary)

Percentage of Ariadne articles tagged with this term: 1%.
17 24

content syndication

Web syndication is a form of syndication in which website material is made available to multiple other sites. Most commonly, web syndication refers to making web feeds available from a site in order to provide other people with a summary or update of the website's recently added content (for example, the latest news or forum posts). The term can also be used to describe other kinds of licensing website content so that other websites can use it. (Excerpt from Wikipedia article: Content syndication)

Percentage of Ariadne articles tagged with this term: 0.1%.
2 2

context objects in spans

ContextObjects in Spans, commonly abbreviated COinS, is a method to embed bibliographic metadata in the HTML code of web pages. This allows bibliographic software to publish machine-readable bibliographic items and client reference management software to retrieve bibliographic metadata. The metadata can also be sent to an OpenURL resolver. This allows, for instance, searching for a copy of a book in one's own library. (Excerpt from Wikipedia article: COinS)

Percentage of Ariadne articles tagged with this term: 0.1%.
1 1

controlled vocabularies

Controlled vocabularies provide a way to organize knowledge for subsequent retrieval. They are used in subject indexing schemes, subject headings, thesauri and taxonomies. Controlled vocabulary schemes mandate the use of predefined, authorised terms that have been preselected by the designer of the vocabulary, in contrast to natural language vocabularies, where there is no restriction on the vocabulary. (Excerpt from Wikipedia article: Controlled vocabularies)

Percentage of Ariadne articles tagged with this term: 2.9%.
50 117 168

cookie

A cookie, also known as an HTTP cookie, web cookie, or browser cookie, is used for an origin website to send state information to a user's browser and for the browser to return the state information to the origin site. The state information can be used for authentication, identification of a user session, user's preferences, shopping cart contents, or anything else that can be accomplished through storing text data on the user's computer. Cookies are not software. They cannot be programmed, cannot carry viruses, and cannot install malware on the host computer. However, they can be used by spyware to track user's browsing activities ‐ a major privacy concern that prompted European and US law makers to take action. Cookies can also be stolen by hackers to gain access to a victim's web account. (Excerpt from Wikipedia article: HTTP cookies)

Percentage of Ariadne articles tagged with this term: 1.8%.
30 84 19.2

cool uri

What makes a cool URI? A cool URI is one which does not change....Keeping URIs so that they will still be around in 2, 20 or 200 or even 2000 years is clearly not as simple as it sounds. However, all over the Web, webmasters are making decisions which will make it really difficult for themselves in the future. Often, this is because they are using tools whose task is seen as to present the best site in the moment, and no one has evaluated what will happen to the links when things change. The message here is, however, that many, many things can change and your URIs can and should stay the same. They only can if you think about how you design them. (Excerpt from this source)

Percentage of Ariadne articles tagged with this term: 0.4%.
6 16

copac

Copac is a union catalogue which provides free access to the merged online catalogues of many major university research libraries in the United Kingdom and Ireland, plus an increasing number of specialist libraries and the British Library, the National Library of Scotland and the National Library of Wales. It has over 35 million records from over 50 libraries, representing a wide range of materials across all subject areas. Copac is freely available to all. (Excerpt from Wikipedia article: Copac)

Percentage of Ariadne articles tagged with this term: 2.2%.
38 152
CSVXML
Syndicate content


about seo