Current Page Location. Tips for Authors and Creators of Digital Content: Using your Institution's Repository: Using Version Control Software:

Size: px
Start display at page:

Download "Current Page Location. Tips for Authors and Creators of Digital Content: Using your Institution's Repository: Using Version Control Software:"

Transcription

1 Home > Framework > Content Creation Advice Tips for Authors and Creators of Digital Content: Keep a record of which versions you have made publicly available and where. Use a numbering system that denotes major revisions. Make explicit the author, title, date last changed and version status on all versions of work. This can be done; descriptively within the object, for example, on a title page, title slide, first frame of film and so on. by using a clear, updated and relevant filename for every different version. by filling in available 'Properties' details or 'ID tags' (full guidance below). VIF highly recommends that all creators of text documents read the VERSIONS Project Toolkit which contains further practical advice for authors and content creators. Using your Institution's Repository: Your repository will be able to help. They will have useful guidance and tips and may have policies that you should refer to, so contact them in the first instance. For example, they might prefer text articles to be submitted in Word rather than PDF's. Give repository staff all information you can about: What version you are depositing - is it a draft, a published version, an abstract and so on. If you've deposited any other related versions either here or anywhere else. If a co-author/creator has deposited the same or a different version anywhere else. If you have moved institutions, let your new institution know if you have deposited material elsewhere previously, especially if you are depositing old work in a new repository. This will help repository managers make sure that all versions of your work that could appear in more than one place can be identified easily as the same thing, and prevent confusing duplication. Using Version Control Software: Many content creators now use computer software to help manage versions of the work they produce. If you create large volumes of work, such applications could be very beneficial to you, and also help organising your versions ready for dissemination using repositories. The most popular programs are: Subversion - Git - CVS This software is open source, available for free, and can be installed with user friendly graphical frontends (for example: SVNTortoise - The software can be used flexibly, allowing you to branch off different versions and later merge again.

2 How to use Different Software and File Formats to Embed Version Information: There are different ways to include version information in an object. The best or easiest method for you will depend on personal preference and the type of format that the object is. The following guidance should be helpful for content creators in deciding the best way to include version information in their documents and files: All objects should have a clear, updated and consistent filename with relevant version information in a filename. A title page or sheet can be used general text documents, PDF, PowerPoint, LaTex and even in Excel files. It can be more difficult to insert a title page equivalent into Multimedia objects like images, audio, video and datasets. They are increasingly being deposited in digital repositories, but often lack any versioning information 'within' themselves, which is why the use of properties fields is important. Filling in these tags puts more information at the fingertips of the creator, the librarian, repository manager and crucially the researcher. Examples of and guides to how to make the best of common file types and software packages are given in the links below. Microsoft Office has been focussed on as it is the most commonly used. Office for Macs behaves in the same fashion as it is Windows equivalent. Text Multimedia General Text including Word Title Page File > Properties PDF Title Page File > Properties LaTex TeX Images Includes JPEG, TIFF etc PowerPoint Title Page File > Properties Audio Includes MP3, WAV, AAC etc Video Includes WMV, AVI etc Data Data, including Excel Title Sheet File > Properties

3 Last updated 21/1/08 Copyright 2008 LSE

4 Home > Framework > Content Creation Advice > General Text and Word Title Pages in Text Documents: When creating a text document, it is important that certain pieces of information are contained in the document so people can identify it. Is is common and natural practise for the title of the work and the name of the author(s) to appear at the top or on a title page. VIF recommends expanding this information to include at date last edited to the title page. The VERSIONS Toolkit (external PDF) also supports this: It is a good idea to type the date yourself on the front page of any draft or version you are working on and to be consistent about updating this date when you save a new version. The date you add should be the date you last worked on the manuscript. For readers this is one of the most important elements in helping them to check they have the version they wish to read. Note - Word sometimes offers to insert today's date, so that it automatically updates whenever a file is worked on. Care should be taken to make sure that this only happens when appropriate, for example, if it is always important to know when a document has been printed, and not at other times, for example, when the date on the digital object is important and that valuable information is not automatically lost on opening. The VERSIONS advice also suggests adding a note describing the version status of the document: "Adding a note to the front page of versions of your paper is a way to convey useful information about the version in a concise form that can be easily understood by human readers. If you do this while revising your paper, you may find it easier to differentiate between versions after an interval of time. It is a good idea at least to add such notes to any version you intend to disseminate." Word: File > Properties: VIF also recommends making full usage usage of the properties fields provided in Microsoft Word (or alternative in other word processing packages). To access the properties, click File, then select Properties. Here is a screenshot example:

5 You can download this example and see how the fields work for yourself: Demonstration of Properties (doc, 27kb). Last updated 21/1/08 Copyright 2008 LSE

6 Website > Framework > Content Creation Advice > PDF (Portable Document Format) Title Pages in PDFs: Ideally, when converting a document to PDF (portable document format), the version identification methods already implemented in the original text document can be incorporated into the newly created PDF. For example, a document with a title page, with page numbers adjusted, will still display the correct page numbers when converted to PDF format. Also, information from the properties fields from a document will map over into a PDF's properties fields. Please see below how these fields are transferred across. In addition to the information that maps across, PDF has wider scope for including metadata in the file's properties. Properties within a PDF PDF provides a great deal of opportunity for metadata to be contained as part of a document. In Adobe Acrobat, by going to File > Document Properties (ctrl+d), a host of fields for metadata about a document can be found. This is a screenshot of the first box you are presented with (from Adobe Acrobat Professional Version 7.0.8): Clicking Additional Metadata brings up this box:

7 How properties map from Word 2003: File > Properties: Some fields will map over directly, such as title and subject. This is the properties page from the original Word document that the PDF above was created from:

8 The fields that aren't understood by PDF are mapped over as custom fields. Back in Acrobat, from the first properties box, clicking the Custom tab, you can see these custom fields:

9 Recommendations All information contained in a Word document's properties will be mapped over to PDF, but some will be more prominent than others. VIF recommends that PDF properties are used as fully as possible as they provide an excellent opportunity to embed version information into a document. This will be a great help to future researchers and repository staff.

10 Home > Framework > Content Creation Advice > LaTeX Title Information in LaTex: There are various options for putting version information into a LaTex document, depending on the page style that you choose to compose the document content in. The page styles are listed at In line with the recommendations VIF has made for other text documents, the framework suggests a front page or title sheet that contains all relevant version information will make version identification much clearer. To set this in LaTex, use: \maketitle This command generates a title page - except in the 'article' style, where the title normally goes at the top of the first page. THis command should go after the following standard commands: \author \date \thanks \title The \thanks command produces a footnote to the title. \thanks{text} For example: \title{article of Version Identification \thanks{final Verison}} \author{d. Puplett\thanks{on behalf of VIF project}} Comments: You can insert comments into the LaTeX input (*.tex) file. Anything following a percent sign (%) until the end of the line is ignored by the LaTeX processor. This command could be used by an author to keep personal track of version as they are created, without this information necessarily being made openly available. This could help an author keep track until they are ready to disseminate, at which point we would recommend putting version information in the 'thanks' command. To add a hidden comment, use the % symbol, which ends a line without generating a space; an end-of-line in LaTeX input is normally equivalent to a space. Thus, for example, it allows one to split a word over lines without inserting a break. For example; 'this is the %finished% version identification framework' would produce 'this is the version identification framework' Follow-Up: For more on using LaTeX, please see here: Last updated 21/1/08 Copyright 2008 LSE

11 Home > Framework> Content Creation Advice > Images Versioning in Image Formats: For an excellent overview of the issues around using tags to embed information (including version information) into images, please see here: where TASI (The Technical Advisory Service for Images) cover all of the present options for how content creators can using tagging to identify their images..jpeg/.jpg and.tiff As outlined in the page linked to above, EXIF ( is a common format used for jpeg and tiff formats to store information with an image file. It is easy to edit the information in images by downloading a small plug-in for windows: Microsoft Photo Info 1.0 (external link). Below is a screenshot of the descriptive fields available in this editor: The framework recommends using the 'Description' field to write a free text description of the version status. Recommendations: Filename is a particularly useful and reliable opportunity to make a version comment with images, as embedding information in image files is non-standard and may not be easily accessed by all. With images it is particularly important to pass on version information to a repository when depositing such files with them. Last updated 21/1/08 Copyright 2008 LSE

12 Home > Framework > Content Creation Advice > PowerPoint Title Pages in PowerPoint: PowerPoint presentations commonly have a title page with Title and Author information. It is also very easy to unobtrusively include on this slide date and other version information, such as where the presentation was given, the audience, or what version of work the presentation refers and so on. This is important if your slides may become publically available on your own website or in a repository along side other related pieces of work, so that it can be identified within the context of the body of work it comes from. File > Properties: The properties fields available in PowerPoint are the same as those available in Word and Excel. Here is a blank example: Recommendations: The project recommends using these properties fields whenever possible, to make sure that the object itself contains enough information about itself to always be identifiable. Last updated 21/1/08 Copyright 2008 LSE

13 Home > Framework > Content Creation Advice > Audio Versioning in Audio Formats: Audio recordings can be recorded in many formats, and each has a unique way of including identification information (including version) as part of the file. Sometimes used is.wav, an uncompressed format containing raw sound information, and therefore usually a large file size. Much more common is mp3, a compressed format that retains good sound quality but offers much smaller file sizes. There are also many alternatives to these common formats, including Apple's AAC and FLAC. There is plenty of information about all of the above formats and others available on the web, but please see below for an overview of how to get the most out of these formats and help identify versions of your work..mp3: The ID3 Tag is by far the most common way to identify an mp3 file. The program used to encode or record the mp3 will most likely allow you to add ID information to a file. A common way to do this is using itunes. Here is a list of all available fields in an ID3 tag. VIF recommends using the Comments field to describe the version status of an audio recording..wav: Wav is the most limited of the popular file formats, as it has no inbuilt support for properties or id tagging. Because of this limitation, it is important if this format is used to record separately version information about the recording, so that if it is deposited into a repository, the repository staff are able to record this information into the repository metadata for the object..aac / m4a: itunes allows a user to add some details to audio files, and for Apple's own compression file.aac (displayed as.m4a) users can right click on a file and choose 'Get info' to display metadata. Users can add version information into the Comments box. However, this information is only visible within itunes and is not universal like the mp3 id3 tag. wma: Windows Media Audio (wma) is a popular, compressed format created by Microsoft. It has its own tagging system, accessible by examining the files' properties. Here, we recommend using the Comments field to record version status:

14 Flac: Flac is a lossless compression format (see glossary for definition), which is smaller in file size than wav but still retains full sound quality. It is becoming increasingly common. It again has its own tagging system, which uses an open standard, meaning any sort of textual tag can be given to the object. A list of commonly used tags can be found here: VIF recommends using VERSION and/or DESCRIPTION to record the version status of the recording. Last updated 03/03/08 Copyright 2008 LSE

15 Home > Framework > Content Creation Advice > Video Versioning in Video Formats: The storage and dissemination of video has become massively complex in the digital age. There a large range of file formats available for digital video to be encoded to, all with different specifications and uses. For example, when uploading video to a file-sharing application like YouTube, the video is re-encoded into a compressed version that reduces the strain on the host servers and will load quickly for the end user. However, this version is of lower quality than most other video formats. Also, conversion of video will detract from it's quality over time, so it is important to keep track of the digital lineage of the object. Here are some examples of popular video formats:.wmv.mp4.avi.mov Recommendations: The simplest way to record version status as part of this sort of object would be to do it visually at the start of the video, with an information screen or in the titles. As VIF consistently recommends, author, title, date last modified and some form of description are ideal pieces of information to help identify the version of an object. Whichever file format you use, we suggest investigating and making use of properties fields. Additionally for video, if the video fits into a larger body of research outputs, this should be recorded or described at this opportunity. This is also a fast moving area, with developments on the digital use of video coming all the time. VIF recommends consulting the The Technical Advisory Service for Images, TASI - for the latest developments. Notes: Work is taking place on developing greater integration of repositories and video, such as: NJVid - A State-wide Video-on-Demand Repository: Last updated 21/1/08 Copyright 2008 LSE

16 Home > Framework > Content Creation Advice > Data and Excel Introduction to Data and Excel: Data, in various forms, is becoming more commonly deposited in repositories both in its own right and as supporting material for other work. There are more complex version control issues with data that text, for example, and many creators of data use version control software to keep track of their versions, as mentioned on the previous page. VIF recommends that if authors submit data to a repository, they: Inform the repository exactly what version or period of time the data relates to What other work the data is referenced by What other forms the data exists in (eg is this an edited set of results, a combination of other sets of data and so on). Embed version information into the object itself (see below) Title Sheet: Similar to the recommended good practice VIF has made for text documents and PowerPoint slides, it is also easy to have an equivalent title sheet in a spreadsheet. The framework suggests adding version information on an extra tab or sheet called 'about': Download this example here: aboutexample.xls File > Properties: Excel also contains the same options for adding properties to a file as other Microsoft Office Programs. Please see below for a recommended usage of these properties fields (accessed by clicking File then Properties):

17 Download this example here: aboutexample.xls (17kb). Last updated 04/03/08 Copyright 2008 LSE

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either

More information

Ten Simple Steps Toward Universal Design of Online Courses

Ten Simple Steps Toward Universal Design of Online Courses Ten Simple Steps Toward Universal Design of Online Courses Implementing the principles of universal design in online learning means anticipating the diversity of students that may enroll in your course

More information

Managing video content in DAM How digital asset management software can improve your brands use of video assets

Managing video content in DAM How digital asset management software can improve your brands use of video assets 1 Managing Video Content in DAM Faster connection speeds and improved hardware have helped to greatly increase the popularity of online video. The result is that video content increasingly accounts for

More information

TunesKit Apple Music Converter for Mac User Help

TunesKit Apple Music Converter for Mac User Help TunesKit Apple Music Converter for Mac User Help Overview Introduction Key Features System Requirements Installation & Registration Install TunesKit Apple Music Converter Register TunesKit Apple Music

More information

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

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

More information

10 best free video editing software review and download

10 best free video editing software review and download 10 best free video editing software review and download What are the best free video editing software? In this post, you are bound to find the best video editing freeware to your taste. When we want to

More information

Logging In From your Web browser, enter the GLOBE URL: https://bms.activemediaonline.net/bms/

Logging In From your Web browser, enter the GLOBE URL: https://bms.activemediaonline.net/bms/ About GLOBE Global Library of Brand Elements GLOBE is a digital asset and content management system. GLOBE serves as the central repository for all brand-related marketing materials. What is an asset?

More information

WESTERN KENTUCKY UNIVERSITY. Web Accessibility. Objective

WESTERN KENTUCKY UNIVERSITY. Web Accessibility. Objective WESTERN KENTUCKY UNIVERSITY Web Accessibility Objective This document includes research on policies and procedures, how many employees working on ADA Compliance, audit procedures, and tracking content

More information

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21

Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21 Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting

More information

Creating Content for ipod + itunes

Creating Content for ipod + itunes apple Apple Education Creating Content for ipod + itunes This guide provides information about the file formats you can use when creating content compatible with itunes and ipod. This guide also covers

More information

Audacity is a free, totally free, audio editing program. Get it here: http://audacity.sourceforge.net/

Audacity is a free, totally free, audio editing program. Get it here: http://audacity.sourceforge.net/ Super-Fast Guide to Audio Editing Audacity is a free, totally free, audio editing program. Get it here: http://audacity.sourceforge.net/ Installing Audacity 1. Download Audacity to your own computer. 2.

More information

Extension Course -9006 Notes, Attachments, and Document Management Version 9.0

Extension Course -9006 Notes, Attachments, and Document Management Version 9.0 Extension Course -9006 Notes, Attachments, and Document Management Version 9.0 Information in this document is subject to change without notice and does not represent a commitment on the part of Technical

More information

Step by step guide to using Audacity

Step by step guide to using Audacity Step by step guide to using Audacity Contents 1 - Introduction... 1 2 - Getting Started... 2 2.1 - Starting Audacity... 2 3 Recording, Saving and Editing Your Audio... 3 3.1 Recording your audio... 3 3.2

More information

Adobe Acrobat 6.0 Professional

Adobe Acrobat 6.0 Professional Adobe Acrobat 6.0 Professional Manual Adobe Acrobat 6.0 Professional Manual Purpose The will teach you to create, edit, save, and print PDF files. You will also learn some of Adobe s collaborative functions,

More information

On completion of your Research Degree, you are required to submit an electronic copy of your thesis in USIR.

On completion of your Research Degree, you are required to submit an electronic copy of your thesis in USIR. Depositing your e-thesis in usir Introduction... 1 Benefits of depositing your thesis... 2 Who should deposit?... 2 Copyright... 2 Will deposit affect the copyright of my thesis?... 2 Using 3rd Party copyrighted

More information

TEXT FILES. Format Description / Properties Usage and Archival Recommendations

TEXT FILES. Format Description / Properties Usage and Archival Recommendations TEXT FILES Format Description / Properties Usage and Archival Recommendations.txt.doc.docx.rtf.odt.pdf PDF/A Text file Simple plain text document Compatible across software packages Supports very little

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Version: 2.0.2 Updated March 16, 2012 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage

More information

How To Use Sharepoint Online On A Pc Or Macbook Or Macsoft Office 365 On A Laptop Or Ipad Or Ipa Or Ipo On A Macbook (For A Laptop) On A Desktop Or Ipro (For An Ipro

How To Use Sharepoint Online On A Pc Or Macbook Or Macsoft Office 365 On A Laptop Or Ipad Or Ipa Or Ipo On A Macbook (For A Laptop) On A Desktop Or Ipro (For An Ipro Getting Started with SharePoint Online for Small Business By Robert Crane Computer Information Agency http://www.ciaops.com Terms This Guide from the Computer Information Agency is provided as is. Every

More information

PODCASTING ON WINDOWS PCs USING CAMTASIA

PODCASTING ON WINDOWS PCs USING CAMTASIA PODCASTING ON WINDOWS PCs USING CAMTASIA INTRODUCTION Camtasia 3 is one of the most powerful applications currently on the market for creating podcast content on Windows PCs. Originally designed as a screen

More information

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations MMGD0203 MULTIMEDIA DESIGN Chapter 3 Graphics and Animations 1 Topics: Definition of Graphics Why use Graphics? Graphics Categories Graphics Qualities File Formats Types of Graphics Graphic File Size Introduction

More information

Salesforce CRM Content Implementation Guide

Salesforce CRM Content Implementation Guide Salesforce CRM Content Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 8, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

Using the ETDR Word Template Masters Theses and Reports

Using the ETDR Word Template Masters Theses and Reports Using the ETDR Word Template Masters Theses and Reports Information Technology Assistance Center Kansas State University 214 Hale Library 785 532 7722 helpdesk@k-state.edu This document is available at:

More information

Turnitin Blackboard 9.0 Integration Instructor User Manual

Turnitin Blackboard 9.0 Integration Instructor User Manual Turnitin Blackboard 9.0 Integration Instructor User Manual Version: 2.1.3 Updated December 16, 2011 Copyright 1998 2011 iparadigms, LLC. All rights reserved. Turnitin Blackboard Learn Integration Manual:

More information

CREATING A COURSE? Courses at SNHP

CREATING A COURSE? Courses at SNHP CREATING A COURSE? Courses at SNHP At The Lewis School, courses may meet on- campus, online only or hybrid combination of online and on- campus. Synchronous classes require students and instructors meet

More information

FileMaker Pro and Microsoft Office Integration

FileMaker Pro and Microsoft Office Integration FileMaker Pro and Microsoft Office Integration page Table of Contents Executive Summary...3 Introduction...3 Top Reasons to Read This Guide...3 Before You Get Started...4 Downloading the FileMaker Trial

More information

Fetch TV My Media Hub Quick Start Guide for USB Devices. Sharing your media content with the set top box from a USB device

Fetch TV My Media Hub Quick Start Guide for USB Devices. Sharing your media content with the set top box from a USB device Fetch TV My Media Hub Quick Start Guide for USB Devices Sharing your media content with the set top box from a USB device Contents Contents Contents 2 Welcome to your My Media Hub 3 With My Media Hub you

More information

Links. Blog. Great Images for Papers and Presentations 5/24/2011. Overview. Find help for entire process Quick link Theses and Dissertations

Links. Blog. Great Images for Papers and Presentations 5/24/2011. Overview. Find help for entire process Quick link Theses and Dissertations Overview Great Images for Papers and Presentations May 26, 2011 Web Tips Definitions Using the Michigan Tech logo Photography 101 Great images from others Great images you create PDF conversion Final words

More information

Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal

Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal White Paper Metadata in Microsoft Office and in PDF Documents Types, Export, Display and Removal Copyright 2002-2009 soft Xpansion GmbH & Co. KG White Paper Metadata in PDF Files 1 Contents Term Definitions

More information

SimplyCast emarketing Email User Guide

SimplyCast emarketing Email User Guide SimplyCast emarketing Email User Guide Email User Guide Page 1 Contents 1. Email Overview... 3 2. Features Overview... 3 3. Email Editor Features... 8 4. How to Create an Email Campaign?... 5 5. Additional

More information

Google Drive: Access and organize your files

Google Drive: Access and organize your files Google Drive: Access and organize your files Use Google Drive to store and access your files, folders, and Google Docs, Sheets, and Slides anywhere. Change a file on the web, your computer, tablet, or

More information

Web Ambassador Training on the CMS

Web Ambassador Training on the CMS Web Ambassador Training on the CMS Learning Objectives Upon completion of this training, participants will be able to: Describe what is a CMS and how to login Upload files and images Organize content Create

More information

Dropbox (Free)- Dropbox is a great file storage application that saves your documents using the cloud, and makes them available anywhere you are connected to the Internet. The Dropbox App, available in

More information

Functions of Software Programs

Functions of Software Programs Functions of Software Programs The Design Center contains a wide array of graphic design, web, video, and audio editing software. Many of these applications, such as Photoshop and Final Cut Pro are powerful,

More information

ithenticate User Manual

ithenticate User Manual ithenticate User Manual Updated November 20, 2009 Contents Introduction 4 New Users 4 Logging In 4 Resetting Your Password 5 Changing Your Password or Username 6 The ithenticate Account Homepage 7 Main

More information

Student guide to creating and sharing a webfolio

Student guide to creating and sharing a webfolio Student guide to creating and sharing a webfolio This guide includes: An introduction to webfolios Reasons why you might choose to develop a webfolio Instructions on how to create, edit and add content

More information

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in 1. Digital Asset Management User Guide....................................................... 2 1.1 Digital Asset Management Concepts.................................................... 2 1.2 Working with

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

Intro to Web Development

Intro to Web Development Intro to Web Development For this assignment you will be using the KompoZer program because it free to use, and we wanted to keep the costs of this course down. You may be familiar with other webpage editing

More information

RHYTHMYX USER MANUAL EDITING WEB PAGES

RHYTHMYX USER MANUAL EDITING WEB PAGES RHYTHMYX USER MANUAL EDITING WEB PAGES Rhythmyx Content Management Server... 1 Content Explorer Window... 2 Display Options... 3 Editing an Existing Web Page... 4 Creating a Generic Content Item -- a Web

More information

SVSU Websites Style Guide. Need help? Call the ITD Lab, x7471

SVSU Websites Style Guide. Need help? Call the ITD Lab, x7471 SVSU Websites Style Guide SVSU Websites Style Guide Need help? Call the ITD Lab, x7471 1 SVSU Websites Style Guide Contents Writing for the Web...3 Questions to Ask Yourself...3 Who is our priority audience?...3

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

Developing your Blackboard Course for ipad Delivery

Developing your Blackboard Course for ipad Delivery Outline for Course and Clerkship Coordinator/Faculty Education Developing your Blackboard Course for ipad Delivery Help and Support from Miner Library Staff... 2 UR SMD Document and Technology Standards...

More information

Build Electronic Portfolios using Windows and PDFMaker

Build Electronic Portfolios using Windows and PDFMaker Build Electronic Portfolios using Windows and PDFMaker In Word or PowerPoint (or your favorite application whatever you can print to a printer you can turn into a PDF file if you have the full version

More information

Swinburne University of Technology

Swinburne University of Technology Swinburne University of Technology EndNote X7.2 Basics For Mac Swinburne Library EndNote resources page: http://www.swinburne.edu.au/lib/endnote/welcome.html These notes include excerpts from the EndNote

More information

Using the Acrobat tab in Microsoft Word: Setting PDF Preferences

Using the Acrobat tab in Microsoft Word: Setting PDF Preferences Using the Acrobat tab in Microsoft Word: Setting PDF Preferences IT Documentation Team, January 2015 (Reviewed July 2015) If you have Adobe Acrobat Pro XI installed on your PC 1, you ll see an additional

More information

Get to Grips with SEO. Find out what really matters, what to do yourself and where you need professional help

Get to Grips with SEO. Find out what really matters, what to do yourself and where you need professional help Get to Grips with SEO Find out what really matters, what to do yourself and where you need professional help 1. Introduction SEO can be daunting. This set of guidelines is intended to provide you with

More information

Working with Windows Live Movie Maker

Working with Windows Live Movie Maker 518 442-3608 Working with Windows Live Movie Maker Windows Live Movie Maker is the latest in a long series of Windows Movie Maker video editing programs. This version first became available with Windows

More information

MyMathLab / MyStatLab Advanced Interactive Training Guide

MyMathLab / MyStatLab Advanced Interactive Training Guide MyMathLab / MyStatLab Advanced Interactive Training Guide MYMATHLAB/MYSTATLAB ADVANCED Lesson 1 Manage Multiple Courses... 129 Lesson 2 Export Grades... 135 Lesson 3 Transfer Students... 139 Lesson 4 Design

More information

You can make your own layout / theme for your PowerPoint project.

You can make your own layout / theme for your PowerPoint project. About the PowerPoint Intermediate Workshop The purpose of the PowerPoint Intermediate workshop is to inform users more about the design aspect of making presentations. We will build on the skills learned

More information

45 Ways to Grow Your Business with Transcribed Content

45 Ways to Grow Your Business with Transcribed Content 45 Ways to Grow Your Business with Transcribed Content You work hard to create your audio and video content, but did you know that there is something very simple you can do to help maximize your content

More information

Site Maintenance. Table of Contents

Site Maintenance. Table of Contents Site Maintenance Table of Contents Adobe Contribute How to Install... 1 Publisher and Editor Roles... 1 Editing a Page in Contribute... 2 Designing a Page... 4 Publishing a Draft... 7 Common Problems...

More information

Best Available Integration of Outlook and SharePoint

Best Available Integration of Outlook and SharePoint Interested in using Microsoft SharePoint to store, find and share your Microsoft Outlook messages? Finding that the out-of-the-box integration of Outlook and SharePoint is awkward to use? WISDOM Message

More information

Best practices for producing high quality PDF files

Best practices for producing high quality PDF files University of Michigan Deep Blue deepblue.lib.umich.edu 2006-05-05 Best practices for producing high quality PDF files Formats Group, Deep Blue http://hdl.handle.net/2027.42/58005 Best practices for producing

More information

Google Drive lets you store and share all your stuff, including documents, videos, images and other files that are important to

Google Drive lets you store and share all your stuff, including documents, videos, images and other files that are important to What are Docs & Drive? Docs Use Google Docs, Sheets and Slides for document editing anywhere, anytime. Google Docs is an online word processor that lets you create and format text documents and collaborate

More information

Digital Asset Management

Digital Asset Management A collaborative digital asset management system for marketing organizations that improves performance, saves time and reduces costs. MarketingPilot provides powerful digital asset management software for

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs

Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs Making TIFF and EPS files from Drawing, Word Processing, PowerPoint and Graphing Programs In the worlds of electronic publishing and video production programs, the need for TIFF or EPS formatted files

More information

April 17, 2017 Jamie Dening, Research Support jdening@uoguelph.ca

April 17, 2017 Jamie Dening, Research Support jdening@uoguelph.ca April 17, 2017 Jamie Dening, Research Support jdening@uoguelph.ca Adobe Acrobat 9.5 Pro Three ways to create a fillable pdf form using Adobe 9 Pro: 0 Scan in document (not covered in this tutorial) 0 Import

More information

FAST-START GUIDE FOR ADMINISTRATOR - ECOMMERCE

FAST-START GUIDE FOR ADMINISTRATOR - ECOMMERCE FAST-START GUIDE FOR ADMINISTRATOR - ECOMMERCE ONLINE HELP: ELEAPSOFTWARE.COM/SUPPORT VERSION 2.2 COPYRIGHT 2009 TELANIA, INC. ALL RIGHTS RESERVED 2009 Telania, Inc. www.eleapsoftware.com - 1 - KEY UPDATES

More information

Step 1: How to Create Links / Hyperlinks

Step 1: How to Create Links / Hyperlinks Step 1: How to Create Links / Hyperlinks Links allow you to use text or images to link a site visitor to another page or file either on your site or on another site. To learn how to create links, watch

More information

Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity

Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity Computers Are Your Future Eleventh Edition Chapter 5: Application Software: Tools for Productivity Copyright 2011 Pearson Education, Inc. Publishing as Prentice Hall 1 All rights reserved. No part of this

More information

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper Quick and Easy Web Maps with Google Fusion Tables SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 July, 2011 Initial document created. Howard Veregin 1.1 Dec., 2011 Updated to

More information

Using Adobe Acrobat X Professional

Using Adobe Acrobat X Professional Using Adobe Acrobat X Professional Adobe Acrobat X Professional is the version of Acrobat that Publishing uses. This chapter covers the following topics: Configuring Adobe Acrobat Distiller X Creating

More information

University of Missouri Electronic Thesis and Dissertation Guidelines

University of Missouri Electronic Thesis and Dissertation Guidelines University of Missouri Electronic Thesis and Dissertation Guidelines Contents 1. Thesis & Dissertation Basics 2 Research and Review Process Methods of Submission Thesis/Dissertation Checklist 2. Supplemental

More information

The Hepldesk and the CLIQ staff can offer further specific advice regarding course design upon request.

The Hepldesk and the CLIQ staff can offer further specific advice regarding course design upon request. Frequently Asked Questions Can I change the look and feel of my Moodle course? Yes. Moodle courses, when created, have several blocks by default as well as a news forum. When you turn the editing on for

More information

Best Available Integration of Outlook and SharePoint

Best Available Integration of Outlook and SharePoint Interested in using Microsoft SharePoint to store, find and share your Microsoft Outlook messages? Finding that the out-of-the-box integration of Outlook is awkward to use? GeONE is your partner for SharePoint

More information

ireadsmime User Guide For iphone, ipad, and ipod Touch

ireadsmime User Guide For iphone, ipad, and ipod Touch ireadsmime User Guide For iphone, ipad, and ipod Touch Page 1 CONTENTS Chapter 1: Welcome... 3 Chapter 2: Getting Started... 3 Compatability... 3 Preliminary Steps... 3 Setting up a POP3 / IMAP4 Email

More information

Merit Cloud Media User Guide

Merit Cloud Media User Guide in collaboration with NJEDgeNet Table of Contents 1 Requirements... 3 1.1 Shibboleth... 3 1.2 Administration Hierarchy... 3 2 Administration Hierarchy... 3 3 Manage Videos... 4 3.1 Supported Video Formats...

More information

Blackboard 9.1 Basic Instructor Manual

Blackboard 9.1 Basic Instructor Manual Blackboard 9.1 Basic Instructor Manual 1. Introduction to Blackboard 9.1... 2 1.1 Logging in to Blackboard... 3 2. The Edit Mode on... 3 3. Editing the course menu... 4 3.1 The course menu explained...

More information

OET Cloud Services Getting Started Guide

OET Cloud Services Getting Started Guide OET Cloud Services Getting Started Guide Introduction OET Cloud Services uses Google Drive to let you store and access OET files anywhere -- on the web, and access them on your PC, or on any device connected

More information

Welcome to the HBA learning Centres Info board.

Welcome to the HBA learning Centres Info board. Welcome to the HBA learning Centres Info board. Assessment Process SELF PACED AND BLENDED DELIVERY Complete a full attempt of all activities in the workbook 1 before you send it in. One of the most common

More information

shorewest.net Document Management

shorewest.net Document Management shorewest.net Document Management Creating, Emailing and Printing Documents Document Management 9/20 Adobe Acrobat Reader To use Document Management in Shorewest.net, Adobe Acrobat Reader must be available

More information

USER GUIDE Chapter 20 Using Podcasts. Schoolwires Academic Portal Version 4.1

USER GUIDE Chapter 20 Using Podcasts. Schoolwires Academic Portal Version 4.1 USER GUIDE Chapter 20 Schoolwires Academic Portal Version 4.1 TABLE OF CONTENTS Introduction... 1 Adding a New Podcast Page... 3 Adding a New Episode... 5 Supported File Types... 5 What is an MP3 File?...

More information

Chapter 6: Project Planning & Production

Chapter 6: Project Planning & Production AIM Your Project with Flash: Chapter 6 - Project Planning and Production 105 Chapter 6: Project Planning & Production After completing this module, you ll be able to: plan a Flash project. consider design

More information

College Archives Digital Preservation Policy. Created: October 2007 Last Updated: December 2012

College Archives Digital Preservation Policy. Created: October 2007 Last Updated: December 2012 College Archives Digital Preservation Policy Created: October 2007 Last Updated: December 2012 Introduction The Columbia College Chicago Archives Digital Preservation Policy establishes a framework to

More information

BarTender Web Print Server

BarTender Web Print Server The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender Web Print Server Web-based Software for Printing Barcodes, Labels, ID Cards and more. Contents Introduction to

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

Introduction to Google Docs

Introduction to Google Docs Introduction to Google Docs If you do not have a Google account please see the instructor about setting up an account before the class begins. If you do not want to set up an account you can follow along

More information

DIY Formatting and Layout Guidelines

DIY Formatting and Layout Guidelines DIY Formatting and Layout Guidelines Print-ready means that you give us your book PDFs once they re final. You ve written, edited and proofread your book, and you ve formatted it to look the way you want.

More information

Each figure of a manuscript should be submitted as a single file.

Each figure of a manuscript should be submitted as a single file. Introduction This page provides general information for authors creating figures to maximize the quality of those illustrations and to prepare artwork for submission to the Brazilian Journal of Medical

More information

ATLAS.ti 6 Using Video Data

ATLAS.ti 6 Using Video Data ATLAS.ti 6 Using Video Data ATLAS.ti 6 Using Video Data Copyright 2011 by ATLAS.ti Scientific Software Development GmbH, Berlin. All rights reserved. Version: 7.20111212 Author: Clemens Hoffmann, Editor:

More information

HOW TO USE THIS GUIDE

HOW TO USE THIS GUIDE HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help

More information

CMS Basic Training. Getting Started

CMS Basic Training. Getting Started The (Content Management System), was designed to allow most people in an organization to contribute to or edit their website(s). Utilizing a set of templates and stylesheets, users can add or edit information

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

Digital Commons Journal Guide: How to Manage, Peer Review, and Publish Submissions to Your Journal

Digital Commons Journal Guide: How to Manage, Peer Review, and Publish Submissions to Your Journal bepress Digital Commons Digital Commons Reference Material and User Guides 6-2016 Digital Commons Journal Guide: How to Manage, Peer Review, and Publish Submissions to Your Journal bepress Follow this

More information

Seven Steps to Creating an Accessible Excel Worksheet

Seven Steps to Creating an Accessible Excel Worksheet Seven Steps to Creating an Accessible Excel Worksheet Disability Access Services i About Disability Access Services Centralized Resource and Information on Disability Access Disability Access Services

More information

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office Hands-on Guide FileMaker Pro Using FileMaker Pro with Microsoft Office Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker Pro and Microsoft Excel... 5 Drag and

More information

Using Firefly Media Server with Roku SoundBridge. For Mac OS X 10.3.9 and 10.4.x

Using Firefly Media Server with Roku SoundBridge. For Mac OS X 10.3.9 and 10.4.x Using Firefly Media Server with Roku SoundBridge For Mac OS X 10.3.9 and 10.4.x TABLE OF CONTENTS Introduction........................................... 1 What is Firefly.........................................

More information

Getting Started with Companyweb

Getting Started with Companyweb Getting Started with Companyweb By Robert Crane Computer Information Agency http://www.ciaops.com Index What is Companyweb? Page 2 What does this document contain? Page 3 How can I use Companyweb? Page

More information

DigiDelivery Client Quick Start

DigiDelivery Client Quick Start DigiDelivery Client Quick Start Installing the DigiDelivery Client To download and install the DigiDelivery client software: 1 Launch your Web browser and navigate to www.digidesign.com/digidelivery/clients.

More information

PaperlessPrinter. Version 3.0. User s Manual

PaperlessPrinter. Version 3.0. User s Manual Version 3.0 User s Manual The User s Manual is Copyright 2003 RAREFIND ENGINEERING INNOVATIONS All Rights Reserved. 1 of 77 Table of Contents 1. 2. 3. 4. 5. Overview...3 Introduction...3 Installation...4

More information

Creating Electronic Portfolios using Microsoft Word and Excel

Creating Electronic Portfolios using Microsoft Word and Excel Step-by-Step Creating Electronic Portfolios using Microsoft Word and Excel The Reflective Portfolio document will include the following: A Cover Page for the portfolio - Include a Picture or graphic A

More information

IMS LIBRARY MEDIA TYPE GUIDE

IMS LIBRARY MEDIA TYPE GUIDE IMS LIBRARY MEDIA TYPE GUIDE Assets can be broken down into six different types of media categories. When media is ingested into the IMS Library the user is required to select tag(s) that define the asset.

More information

TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad.

TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad. Introduction TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad. With TouchCopy you can back up your music to itunes or your computer. But that's just the beginning,

More information

Ansur Test Executive. Users Manual

Ansur Test Executive. Users Manual Ansur Test Executive Users Manual April 2008 2008 Fluke Corporation, All rights reserved. All product names are trademarks of their respective companies Table of Contents 1 Introducing Ansur... 4 1.1 About

More information

isecuremail User Guide for iphone

isecuremail User Guide for iphone isecuremail User Guide for iphone Page 1 CONTENTS Chapter 1: Welcome... 4 Chapter 2: Getting Started... 5 Compatability... 5 Preliminary Steps... 5 Setting up a POP3 / IMAP4/ Exchange Email Account...

More information

COLLEGE OF ARTS AND SCIENCES GUIDELINES FOR THE PREPARATION OF MASTER S THESIS

COLLEGE OF ARTS AND SCIENCES GUIDELINES FOR THE PREPARATION OF MASTER S THESIS COLLEGE OF ARTS AND SCIENCES GUIDELINES FOR THE PREPARATION OF MASTER S THESIS Master s Thesis Checklist for Graduation 1. Application for Degree (submitted to the Registrar s Office) 2. Completed, approved

More information

MPV FAQ. MPV Website: www.osta.org/mpv

MPV FAQ. MPV Website: www.osta.org/mpv MPV FAQ MPV Website: www.osta.org/mpv Q: What is MPV? A: MPV is playlist and asset management format for collections of music, photo, and video files in any combination. A playlist is an index or table

More information