Top Banner
Version 1 –June 2015 Developed by Liz Woolcott, Utah State University Developing Exhibits with Omeka
27

Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

Jul 23, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

Version1–June2015DevelopedbyLizWoolcott,UtahStateUniversity

08Fall

DevelopingExhibitswithOmeka

Page 2: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

2

Forquestions/commentsaboutthisguideorforquestionsaboutthisguide,contactLizWoolcott([email protected])

ThisworkislicensedundertheCreativeCommonsAttribution-NonCommercial-ShareAlike3.0UnitedStatesLicense.Toviewacopyofthislicense,visithttp://creativecommons.org/licenses/by-nc-sa/3.0/us/.

Page 3: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

3

TableofContents

Introduction...........................................................................................................................4Scopeofthetutorial.........................................................................................................................4

ToolsNeeded.........................................................................................................................4

BuildingExhibits.....................................................................................................................5Preparation......................................................................................................................................5StartingaNewExhibit......................................................................................................................5AddingPages....................................................................................................................................8Buildinganexhibitpagelayout......................................................................................................10AddingContentBlocks...................................................................................................................11Contentblocktypes.......................................................................................................................14

FilewithTextcontentblock...............................................................................................................14Gallerycontentblock.........................................................................................................................18Textcontentblock.............................................................................................................................23GeolocationMapcontentblock........................................................................................................24

Publishing,Featuring,Editing,andDeletinganExhibit...................................................................26Publishing/FeaturinganExhibit.........................................................................................................26EditinganExhibit...............................................................................................................................26DeletinganExhibit.............................................................................................................................27

Page 4: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

4

Introduction

Scopeofthetutorial TheseinstructionswilloutlinethebasicstepsforcreatingexhibitsinOmekausingtheExhibitBuilderplugin.

ToolsNeededOmeka:Opensourcecontentmanagementsystemfordisplayingdigitalfilesandassociated

metadata.Italsocreatesexhibits,maps,andtimelineinterfaces.TwoversionsofOmekaareavailable:ahostedversionavailableonlineviaomeka.netandthedownloadableversionavailableatomeka.org.Toseeanexplanationofthedifferencebetweenthetwo,pleasesee:http://omeka.org/codex/Org_vs_Net.Thistutorialwillbemostapplicabletofull,downloaded,locallyhostedversionsofOmeka,availablethroughomeka.org.TheremaybesignificantdifferenceswithgenerallyhostedOmeka.netinstances.

ThistutorialwasbasedontheOmekaExhibitBuilderPluginversion3.1.2.InadditiontothemainOmekasoftware,havingtheGeolocationplugininstalledisalsohighlyencouragedinordertousetheGeolocationcontentblockforexhibits.

Page 5: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

5

BuildingExhibits

Preparation

Priortostartinganexhibit,thecreatorwillneedtohavetwothingsaccomplished:

1. Outlineofexhibit,includingtextandimage/filesneededfordisplay

2. AlldigitalfilesloadedintoOmeka.ForinstructionsonhowtoloadcontentintoOmeka,pleaseseetheUploadingMetadataandDigitalFilesIntoOmekatutorial.

StartingaNewExhibit

1. Tobeginanexhibit,clickon“Exhibits”fromthelefthandsidebar

2. Thenclickonthe“AddanExhibit”buttoningreenatthetopofthepage

Page 6: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

6

3. Providemetadataabouttheexhibityouwillbecreating,includingthetitle,slug(descriptiveportionoftheURLthatindicatestheexhibitname),credits,abrief

descriptionoftheexhibit,andtagsthatdescribetheexhibit.

a. Note:Thedescriptionwillappearinthe“BrowseExhibits”listcreatedinOmeka’spublicinterface.Keepingthistexttoaminimumwillcreateabetter

Page 7: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

7

userviewingexperiencefortheuserlateron.

4. Atthetoprighthandcorner,clickon“SaveChanges”tosavetheworkdonesofar.

Checkingtheboxfor“Public”or“Featured”willallowtheexhibittobeviewabletothepublicorfeaturedonthemainpage.Theseoptionscanbeselectedatthistime,ifdesired,butitisadvisabletowaituntilaftertheexhibitisfinalizedtoselecttheseoptions.

a. Note:Theexhibitcreatorhastheoptionto“ViewthePublicPage”atanypoint

withoutmakingtheexhibitpublic.Thisoptionbecomesvisibleoncetheexhibithasbeensavedforthefirsttime.

5. Atthispoint,oranypointlateron,itispossibletochangethelayoutoftheexhibitusingthe“Theme”optiononthismainpage.Thedefaultissettothe“CurrentPublicTheme”whichmeansthattheexhibitwillhavethesamelayoutandthemeasthemainOmekawebsite.

Page 8: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

8

a. Additionalthemeoptionsarebasedonwhatthemeshavebeenloadedonto

yourOmekasite,similartohowpluginsareadded.

6. Oncetheexhibitissaved,a“ViewPublicPage”buttonwillappearbelowthe“SaveChanges”button.Thisallowsforimmediatelyviewingthecollectionasapatronwouldviewit.

AddingPages

1. Tobegintheactualexhibitportion,clickon“AddPage”atthebottomofthemainexhibitpage.

Page 9: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

9

2. Createatitleforthefirstpageintheexhibit,aswellastheslugand“SaveChanges”.

3. Thisstepwillberepeatedforallsubsequentpages.Fromthemainexhibitpages,thelistofpagescreatedwilldisplayatthebottom.Pagescanbereorderedbyclickinganddraggingthemtothedesiredplaceinthelist.

4. Pagescanbenestedbyclickingonthepagetitleanddraggingtheboxslightlytotheright.Pagescanbenestedthreelevelsdeep.

Page 10: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

10

Buildinganexhibitpagelayout

Dependingonthedesiredoutcome,thecreatorwillselectthecorrespondingcontentblock.Theoptionsarelistedbelow.Thenextsectioninthistutorialwilldiscussthespecificationsofeachcontentblock.

FilewithText:Digitalfilethatcanbeanchoredleftorrightwithsurroundingtext.

Gallery:Layoutconcentratesondigitalfiles,butsometextisallowed.

Text:Layoutincludestextonly,withnoassociateddigitalfiles.

Page 11: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

11

GeolocationMap:Mapwithpinpointsshowingwheredigitalfilesarelocatedonamap.

Asingleexhibitpageincludesoneormorecontentblocksthatcanbe“stacked”oneabovetheothertocreateapagewithmultipleformattypes.Forinstancethefollowingscreenshotshowsa“Filewithtext”contentblockontopofa“GeolocationMap”contentblock:

AddingContentBlocks

1. Toaddacontentblock,selectontheblocktypeandthenclickonthegreenbarthatreads“Addnewcontentblock”.(Pleaseseesection“ContentBlockTypes”formore

Page 12: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

12

informationonthedifferenttypesofcontentblocksavailabletouse.)

2. Addintheinformationforthatcontentblock.Forcontentblocksthatdisplayorlinktodigitalfiles,selectthedesiredfilesbyclickingonthe“AddItem”iconandsearchingforthedigitalfileusingthepopupsearchmenu.

3. Whenaddingdigitalfilestoacontentblock,youwillhavetheoptiontoselectthespecificdigitalfileyouwant(ifmorethanoneisattachedtoarecord)andincludea

Page 13: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

13

caption.Thenclickon“Apply.”

4. Repeatthisprocessuntilalldigitalfilesneededforthecontentblockareloaded.Digital

filescanberearrangedbyclickinganddraggingthethumbnails.Theycanalsobedeletedbyclickingonthe“x”intheupperrighthandcornerofthethumbnail.

5. Addtext,ifneeded.

Page 14: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

14

6. SavetheexhibitperiodicallyusingtheSaveChangesbuttoninthetoprighthandcornerofthescreen.

7. Continuetoaddadditionalcontentblocksasneeded,byrepeatingthesesteps.

Contentblocktypes

FilewithTextcontentblockTheFilewithTextcontentblockallowstheexhibitbuildertoaddoneormoredigitalfileswithexplanatorytextthatwrapsaroundthedigitalfile.LayoutoptionsfortheFilewithTextblockcanvary.Layoutpositionsareavailableunderthe“LayoutOptions”atthebottomofthecontentblock.

Optionsforlayoutsinclude:

FilePositionFilepositionallowstheexhibitbuildertoselectifthedigitalfile(s)willappearleftorrightinthecontentblock.

Page 15: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

15

Ifthedigitalfileislocatedontheleft,thelayoutlookslikethis:

Ifthedigitalfileislocatedontheright,thelayoutlookslikethis:

Ifaddingmorethanonefile,pleasenotethattheOmekaExhibitBuilderwillstacktheimagesoneabovetheother,withtheorientationaccordingleftorright,accordingtothewhatisindicatedinthelayoutoptions

Page 16: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

16

Togetdigitalfilestolineuphorizontallyacrossthecontentblockortobeshowninagallery,considerthe“Gallery”option.

FilesizeFilesizeallowstheexhibitbuildertoselectwhatsizethefileshouldbedisplayed:Fullsize,Thumbnail,orSquareThumbail.

Fullsizedisplaysthefullsizeoftheimage.

Thumbnaildisplaysascaleddownversionoftheimage.

SquareThumbnaildisplaysascaleddownversionoftheimage,croppedtoasquareformat.Thiscanbeusefulforgroupingdigitalfilesofdifferingheightandwidth.

Page 17: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

17

CaptionspositionTheCaptionspositionfeatureallowstheexhibitbuildertoselectifthecaptionsforthedigitalfilewillbecenter,right,orleft.

Choosingcenterwilldisplaythedigitalfilecaptiondirectlyunderneaththeimageandcenteredwiththeframeofthedigitalfile.

Choosingleftwilldisplaythedigitalfilecaptiondirectlybeneaththeimagewiththeedgeofthetextstartingatthelefthandofthedigitalfileframe.

Rightwilldisplaythedigitalfilecaptiondirectlybeneaththeimagewiththeedgeofthetextstartingattherighthandofthedigitalfileframe.

Page 18: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

18

GallerycontentblockGallerycontentblocksaregenerallyusedtodisplaymorethanonedigitalfile,butthisisnotrequired.Thiscontentblockprovidesmoreflexibilityforlayoutandincludestheoptionoftext.Agallerythatdoesnotincludetextlookscanlooklikethis:

Addingtextwillchangethatgallerylayoutto:

Page 19: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

19

Forpurposesofdemonstration,thistutorialisincludingtextinthegallerytodemonstratehowthelayoutoptionschangethelookofthecontentblock.Optionsforadjustinglayoutinclude:Showcasefileposition,Galleryposition,GalleryFileSize,andCaptionsposition.

Showcasefile:Thefirstdigitalfilethatisselectedwillbedisplayedlargerthantherest.

GalleryPosition:Anchorsthedigitalfileseitherrightorleftonthewebpage.Thissettingisoverriddenbythesettingfortheshowcasefile,forthefirstitemonly.

Galleryfilesize:Determineswhatsizefileswilldisplay.Optionsinclude:Fullsize,Thumbnail,andSquarethumbnail.Pleaserefertothe“FilewithText”contentblockforadiscussionofthedifferences.

CaptionsPosition:Determineswhetherthecaptionsarecenteredunderneaththedigitalfile,oranchoredtotherightorleft.Pleaserefertothe“FilewithText”contentblockforadiscussionofthedifferences.

TheshowcasefileandthegallerypositionplayimportantrolesinthelayoutoftheGallerycontentblock.Whentheyarebothsettothesamesideofthewebpage,imageswillbestacked.Whensettooppositesidesofthesamewebpage,imageswillstretchacrossthepage.Forinstance:

ShowcasefilepositionShowcasefileallowsforthefirstdigitalfilelistedinthe“Items”sectionofthecontentblocktobedisplayedlargerthantherestoftheitems.Bydefault,itissettohave“Noshowcasefile”,whichwithouttextlookslikethis:

Page 20: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

20

Andwithtextincluded,willlooklikethis:

Settingapositionofleftorrightfortheshowcasefilewilldotwothings:

1)Makethefirstdigitalfilelistedforthegallerylargerandnesttheremainingfilesunderneaththefirst,sothattheylooklikethis:

Page 21: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

21

2)Anchorthatfirstfileeithertotheleftorright,dependingonthesetting.Textwillbeappearontheoppositesideofthedigitalfiles.Forexample,iftheaboveexhibitblockweresettohaveaShowcaseFileontheleftANDthegallerypositionisalsosettoleft,theexhibitblockwilllooklikethis:

IftheboththeShowcasefileandtheGallerypositionwerebothsettotheright,theexhibitblockwouldlooklikethis:

Page 22: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

22

GallerypositionTheGallerypositionchangeswhetherthedigitalfileswillbeanchoredontherightorleftsideofthewebage.Whenthereisnoshowcasefileortext,thegalleryusestheentirewidthofthewebpageandcannotbeanchoredtotherightorleft.Whentheshowcasefileisselected,thegallerypositioncanbeusedtostacktheimagesorstretchthemacrossthewebpage.IfboththeShowcasefileandthegallerypositionaresetforthesameside(leftorright),thedigitalfileswillstackontopofoneanotherwiththeprominentshowcasefileatthetop,asseenintheillustrationabove.

WhentheShowcasefileandtheGallerypositionaresettooppositesides,thedigitalfilesstretchacrossthescreen,withthefirstfiledisplayinglargerthantherest.However,ifthegallerypositionissettotheoppositeoftheshowcaseposition,thelayoutwillstretchacrossthescreen,withoneitemdisplayedlargerthantherest.Forinstance,iftheShowcasefileissettorightandthegallerypositionissettoleft,thecontentblockwilllooklikethis:

Page 23: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

23

Or,iftheShowcasefileissettoleftandtheGallerypositionissettoright,thecontentblockwilllooklikethis:

TextcontentblockTheTextcontentblockisastraightforwardsectionthatallowsonlyfortextorHTMLcodingtobeinserted.TherearenootherlayoutoptionsbeyondwhatcanbeinsertedintheHTML

Page 24: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

24

GeolocationMapcontentblockTheGeolocationMapcontentblockcreatesamapshowingthelocationthathasbeenmarkedforthedigitalfilesthatareselectedforexhibit.Thelocationisshownwithpinsthat,whenclickedon,displaythedigitalfile.

SelectingdigitalfilesfortheGeolocationMapcontentblockisthesameprocessasdescribedinthe“AddingContentBlocks”section.However,inorderfortheGeolocationMapcontentblocktowork,theGeolocationpluginmustbeinstalledandenabled,andtheitemsloadedintoOmekamusthavealocationindicatedintheGeolocationmetadata,locatedinthe“Maps”taboftheitemrecords.Instructionsfordoingthatarebelow.(PleasenotethatsimplyindicatingthegeographiclocationintheDublinCoresectionofthemetadatawillnotresultinapinonthemap.Itmustberecordedinthe“Maps”tab.)

1. 1.Topinandigitalfileonamap,firstgotheDashboard,clickonthe“Items”inthecolumnlistontheleft

Page 25: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

25

2. Selecttheitemyouwanttoeditfromthelist

3. Selectthe“Map”tabandtypeinthelocation.GoogleMapswillpinpointitonthemap.Youcanalsozoominandpickthemostappropriatespotforyouritem.

Page 26: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

26

Publishing,Featuring,Editing,andDeletinganExhibit

Publishing/FeaturinganExhibitOncefinished,anexhibitcanbepublishedandfeaturedbycheckingthe“Public”or“Featured”boxbelow“SaveChanges.”(seeEx.1)Exhibitsnotmarkedas“Public”arelistedas“(Private)”intheexhibitlist.(SeeEx.2)Checkingthe“Featured”boxwillallowtheexhibittoappearinthe“FeaturedExhibit”sectiononthemainfrontpage.Havingmorethanoneexhibitwiththe“Featured”boxcheckedwillmeanthateachtimethemainpageisloadedadifferentfeaturedexhibitwillappear.Havingonlyoneexhibitcheckedwith“Featured”willsetthesameexhibitbefeaturedeverytimethemainpageisloaded.

Ex.1 Ex.2

EditinganExhibitAtanytime,anexhibitcanbeeditedbyclickingon“Edit”belowthetitleoftheexhibitintheexhibitlist.

Page 27: Developing Exhibits with Omeka - Library Workflow Exchange · Omeka: Open source content management system for displaying digital files and associated metadata. It also creates exhibits,

OmekaExhibitBuildingTutorial

27

DeletinganExhibitExhibitscanbedeletedfromtwolocations:thelistofexhibits(SeeEx.1)andfrom“SaveChanges”boxthatappearsoneverypagewheneditinganexhibit(SeeEx.2).

Ex.1 Ex.2