SlideShare a Scribd company logo
1 of 34
Here are some things you can do
            while you wait
1. Open your omeka.net site in your browser
   (e.g. http://rebecca.omeka.net)
2. Open a new tab and open your omeka.net
   admin view in your browser (e.g.
   http://rebecca.omeka.net/admin)
3. Find and open your workshop folder on your
   laptop
Omeka!
Quick introductions




Flickr Commons: http://www.flickr.com/photos/8623220@N02/2162710987
What is Omeka?
• a “a free, flexible, and open source web-
  publishing platform for the display of
  library, museum, archives, and scholarly
  collections and exhibitions” –Omeka team’s
  definition
• a “system for storing digital objects
  (photos, PDFs, video, etc.) and their
  metadata, and creating digital collection and
  exhibitions around those objects” –my
  definition
What isn’t Omeka?
• If you need a quick-and-dirty way to put
  content online…use Wordpress or other
  blogging software
• If you need a quick-and-dirty way to put
  images online…use Flickr
• If you need a digital asset management
  system…use ContentDM, or an open source
  DAMS like ResourceSpace
How does Omeka work?
• Administrative and public interface: no coding
  or HTML required
• Customize your site with themes and plugins
• Two options: free/paid hosting (account at
  omeka.net) or self-hosting (download
  software from omeka.org and install it on a
  server)
Self-hosted Omeka                     Omeka.net

LAMP server required                  No server required

FTP client required                   No FTP client required
Customize themes and plugins by       Customize themes and plugins
editing server files (PHP and CSS)    through the admin interface only
                                                                            Mostly
                                                                            copied
Storage space determined by your      Storage space according to the plan
                                                                            from
server and/or server administrator    you choose
                                                                            http://info.
                                                                            omeka.net/
Unlimited number of plugins and       Plugins and themes determined by      about
themes                                the plan you chose

File size limitations determined by
                                      File size limitations: 64mb
your server administrator

                                      Multiple sites, depending on your
One site per installation
                                      plan, per user account

                                      Free basic plan, other options cost
Free
                                      $
Let’s look at the public interface




        Watch my screen!
Basic content types
•   Items
•   Collections
•   Exhibits
•   Simple Pages
Items!
• Item = files(s) + metadata
• Files can be images, PDFs, audio, video…
Collections!
• A grouping of items
• Displays with a description of the collection (if
  you provide one) followed by a list of thumbnails
  and links to all items in the collection
• Omeka doesn’t care how you create collections.
  You could do it by archival collection, by
  creator, thematic, etc.
• Omeka 1.5 (the latest version) allows you to
  create sub-collections
• Collections don’t allow HTML input or text
  formatting
Exhibits!
• A grouping of items with the option to add
  narrative text and captions
• Organized into sections with pages
• You can choose different page layouts and add
  captions
• Each exhibit can have its own theme, which
  can be different from the overall site theme
• Exhibits allow HTML input and text formatting
Collections vs. Exhibits
• Collections provide space to describe a set of
  items (or subsets, in Omeka 1.5)
• Collections are easier and faster to create
• Exhibits provide space to describe
  sets, subsets, and individual items, and control
  over text formatting and page layouts
• You can add items to a collection, but not to an
  exhibit—you have to add them to a page within
  an exhibit
• Collections are for organizing items, and exhibits
  are for displaying items
If it doesn’t work as a collection or
       exhibit…make a simple page
About page
Site credits
News

• Simple pages can link to
  items, collections, exhibits, or any other
  content on your site. You can add HTML or
  PHP content, so these pages can be simple or
  pretty complex.
Let’s look at the
administrative interface



   Watch my screen!
Let’s set up our site




Go to your browser!
Let’s add some content
1. Create items using the CSV Import plugin
2. Create an item through the Items tab
3. Create a collection through the Collections
   tab
4. Batch edit some items
5. Create an exhibit, and add items to it
6. Create a simple page
Questions?




Flickr Commons: http://www.flickr.com/photos/7167652@N06/3595037911
Play on your own
• Add another item
• Batch edit your items
• Add a new collection
• Update your site information
• Add more Simple Pages, and create a
  hierarchy
• Explore item types
• Activate and play with other plugins
Self-hosted Omeka admin interface
With self-hosted Omeka, you can
• Change the default sizes for full-size images
  and thumbnails
• Change which file types are allowed
• Upload new themes and plugins via FTP
Let’s download a new theme
             and a new plugin
1. Go to http://omeka.org/add-ons
2. Click on ALL THEMES
3. Under Berlin (the first theme), click the
   Download Latest button, and save the file to
   your workshop folder
4. Go back to http://omeka.org/add-ons and
   click on ALL PLUGINS
5. Scroll down to Simple Contact Form, click the
   Download Latest button, and save the file to
   your workshop folder
Let’s open Filezilla
• Let’s configure Filezilla to work with jEdit
Filezilla connection information
Host: sftp://marac.dreamhosters.com
Username: [REDACTED]
Password: [REDACTED]
Host: [leave blank]
WAIT to click the Quickconnect button until
Rebecca says so!
In the Remote Site box, click on
marac.dreamhosters.com, then capemay, then
your Omeka site
What does an FTP client do?
• Transfers files from your computer (local site)
  to a website (remote site)
• You can transfer one file at a time, multiple
  files, or entire directories (folders)
• Your account to log into a website and your
  FTP account are separate
Upload a theme
Upload a plugin
• Same as for themes, but upload it to the
  plugins folder instead
Let’s activate our SimpleContactForm
  plugin and choose our Berlin theme
• Log in to your site (in your browser, not FTP)
• Plugin: click Settings  Plugins. Click the
  Install button next to Simple Contact Form.
  This will automatically take you to the
  Configuration page. You can configure it or
  just click Save Changes at the bottom.
• Theme: click Settings  Themes. Under
  Change Theme, select Berlin.
HTML and CSS in 60 seconds
• (You should) use HTML to control content, and
  CSS to control appearance
• HTML and CSS documents are connected
  through links on HTML pages
• Linking multiple HTML pages link to the same
  CSS document is a way to keep your site’s
  appearance consistent across different pages
• The C in CSS is for Cascading, and different CSS
  rules have different priorities
Let’s edit the Berlin theme
Let’s upload our edited theme
Don’t edit themes the way we just did!
• To edit an existing theme:
  – Make a copy of the theme, and give the top-level
    folder (e.g. Berlin) a new name (e.g. Berlin-edited)
  – Open the theme.ini file, and update the
    author, title, and description fields
Free self-hosting for Omeka
• Dreamhost offers FREE website hosting to
  non-profits, and they have a one-click Omeka
  install option

• http://wiki.dreamhost.com/Non-
  profit_Discount
Questions?




Flickr Commons: http://www.flickr.com/photos/7167652@N06/3595037911
Extra activities
• Watch me install an Omeka site on Dreamhost
• Download and install additional plugins

More Related Content

What's hot

A Brief History of Web publishing (from HTML to WordPress)
A Brief History of Web publishing (from HTML to WordPress)A Brief History of Web publishing (from HTML to WordPress)
A Brief History of Web publishing (from HTML to WordPress)Brian Duffy
 
Zurb foundation
Zurb foundationZurb foundation
Zurb foundationsean_todd
 
Drupal is from Mars, Wordpress is from Venus: Finding your library's CMS soul...
Drupal is from Mars, Wordpress is from Venus: Finding your library's CMS soul...Drupal is from Mars, Wordpress is from Venus: Finding your library's CMS soul...
Drupal is from Mars, Wordpress is from Venus: Finding your library's CMS soul...sbclapp
 
Radicalize Your Library Catalog with Ebooks Your Patrons Can Keep Forever
Radicalize Your Library Catalog with Ebooks Your Patrons Can Keep ForeverRadicalize Your Library Catalog with Ebooks Your Patrons Can Keep Forever
Radicalize Your Library Catalog with Ebooks Your Patrons Can Keep Foreverloriayre
 
The WordPress University
The WordPress UniversityThe WordPress University
The WordPress UniversityStephanie Leary
 
Html workshop 1
Html workshop 1Html workshop 1
Html workshop 1Lee Scott
 
Web Publishing: An Overview of Tools and Service
Web Publishing: An Overview of Tools and ServiceWeb Publishing: An Overview of Tools and Service
Web Publishing: An Overview of Tools and Servicekilmeny21
 
On Creating a Public Library Consortia
On Creating a Public Library ConsortiaOn Creating a Public Library Consortia
On Creating a Public Library Consortialoriayre
 
Open Source ILS Add-Ons
Open Source ILS Add-OnsOpen Source ILS Add-Ons
Open Source ILS Add-Onsloriayre
 
Web browsers and website publishing
Web browsers and website publishingWeb browsers and website publishing
Web browsers and website publishingGurleen Kaur
 
Domain racer web-hosting
Domain racer web-hostingDomain racer web-hosting
Domain racer web-hostingimrose khan
 
The Malvern Red & Black Society: A WordPress Success Story
The Malvern Red & Black Society: A WordPress Success StoryThe Malvern Red & Black Society: A WordPress Success Story
The Malvern Red & Black Society: A WordPress Success StoryShanta Nathwani
 
Jive, dropbox and other integrations
Jive, dropbox and other integrationsJive, dropbox and other integrations
Jive, dropbox and other integrationsJared Ottley
 
Anatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeAnatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeJulie Kuehl
 
Web publishing
Web publishingWeb publishing
Web publishingKanav Sood
 
Introduction to drupal
Introduction to drupalIntroduction to drupal
Introduction to drupalmayank.grd
 

What's hot (20)

Dropbox
DropboxDropbox
Dropbox
 
A Brief History of Web publishing (from HTML to WordPress)
A Brief History of Web publishing (from HTML to WordPress)A Brief History of Web publishing (from HTML to WordPress)
A Brief History of Web publishing (from HTML to WordPress)
 
Zurb foundation
Zurb foundationZurb foundation
Zurb foundation
 
Drupal is from Mars, Wordpress is from Venus: Finding your library's CMS soul...
Drupal is from Mars, Wordpress is from Venus: Finding your library's CMS soul...Drupal is from Mars, Wordpress is from Venus: Finding your library's CMS soul...
Drupal is from Mars, Wordpress is from Venus: Finding your library's CMS soul...
 
Radicalize Your Library Catalog with Ebooks Your Patrons Can Keep Forever
Radicalize Your Library Catalog with Ebooks Your Patrons Can Keep ForeverRadicalize Your Library Catalog with Ebooks Your Patrons Can Keep Forever
Radicalize Your Library Catalog with Ebooks Your Patrons Can Keep Forever
 
Dropbox
DropboxDropbox
Dropbox
 
Drupal nagw
Drupal nagwDrupal nagw
Drupal nagw
 
The WordPress University
The WordPress UniversityThe WordPress University
The WordPress University
 
Html workshop 1
Html workshop 1Html workshop 1
Html workshop 1
 
Web Publishing: An Overview of Tools and Service
Web Publishing: An Overview of Tools and ServiceWeb Publishing: An Overview of Tools and Service
Web Publishing: An Overview of Tools and Service
 
On Creating a Public Library Consortia
On Creating a Public Library ConsortiaOn Creating a Public Library Consortia
On Creating a Public Library Consortia
 
Open Source ILS Add-Ons
Open Source ILS Add-OnsOpen Source ILS Add-Ons
Open Source ILS Add-Ons
 
Web browsers and website publishing
Web browsers and website publishingWeb browsers and website publishing
Web browsers and website publishing
 
Domain racer web-hosting
Domain racer web-hostingDomain racer web-hosting
Domain racer web-hosting
 
The Malvern Red & Black Society: A WordPress Success Story
The Malvern Red & Black Society: A WordPress Success StoryThe Malvern Red & Black Society: A WordPress Success Story
The Malvern Red & Black Society: A WordPress Success Story
 
Jive, dropbox and other integrations
Jive, dropbox and other integrationsJive, dropbox and other integrations
Jive, dropbox and other integrations
 
Anatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress ThemeAnatomy and Architecture of a WordPress Theme
Anatomy and Architecture of a WordPress Theme
 
Web publishing
Web publishingWeb publishing
Web publishing
 
Introduction to drupal
Introduction to drupalIntroduction to drupal
Introduction to drupal
 
Drupal talk
Drupal talkDrupal talk
Drupal talk
 

Similar to Introduction to Omeka

From WordPress With Love
From WordPress With LoveFrom WordPress With Love
From WordPress With LoveUp2 Technology
 
Castro Chapter 2
Castro Chapter 2Castro Chapter 2
Castro Chapter 2Jeff Byrnes
 
Castro Chapter 2
Castro Chapter 2Castro Chapter 2
Castro Chapter 2Jeff Byrnes
 
Omeka: Open Archives and Exhibits for Anyone
Omeka: Open Archives and Exhibits for AnyoneOmeka: Open Archives and Exhibits for Anyone
Omeka: Open Archives and Exhibits for AnyoneJeremy Boggs
 
Publishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharmaPublishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharmaVishnu Sharma
 
WCBos13 intermediate workshop
WCBos13 intermediate workshopWCBos13 intermediate workshop
WCBos13 intermediate workshopBoston WordPress
 
Wordpress website development
Wordpress website developmentWordpress website development
Wordpress website developmentJohn Faust
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design WorkshopFaye Tandog
 
[DanNotes] XPages - Beyound the Basics
[DanNotes] XPages - Beyound the Basics[DanNotes] XPages - Beyound the Basics
[DanNotes] XPages - Beyound the BasicsUlrich Krause
 
Wordpress intro
Wordpress introWordpress intro
Wordpress introthe-colab
 
WordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationWordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationAndy Stratton
 
Newbies guide to customizing word press themes 25
Newbies guide to customizing word press themes 25Newbies guide to customizing word press themes 25
Newbies guide to customizing word press themes 25New Tricks
 
How to create a WordPress Site
How to create a WordPress Site How to create a WordPress Site
How to create a WordPress Site MuhammadUsaid2
 
XPages -Beyond the Basics
XPages -Beyond the BasicsXPages -Beyond the Basics
XPages -Beyond the BasicsUlrich Krause
 
Extension Library - Viagra for XPages
Extension Library - Viagra for XPagesExtension Library - Viagra for XPages
Extension Library - Viagra for XPagesUlrich Krause
 
Live Coverage at The New York Times
Live Coverage at The New York TimesLive Coverage at The New York Times
Live Coverage at The New York TimesScott Taylor
 

Similar to Introduction to Omeka (20)

From WordPress With Love
From WordPress With LoveFrom WordPress With Love
From WordPress With Love
 
Castro Chapter 2
Castro Chapter 2Castro Chapter 2
Castro Chapter 2
 
Castro Chapter 2
Castro Chapter 2Castro Chapter 2
Castro Chapter 2
 
Omeka: Open Archives and Exhibits for Anyone
Omeka: Open Archives and Exhibits for AnyoneOmeka: Open Archives and Exhibits for Anyone
Omeka: Open Archives and Exhibits for Anyone
 
Publishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharmaPublishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharma
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
WCBos13 intermediate workshop
WCBos13 intermediate workshopWCBos13 intermediate workshop
WCBos13 intermediate workshop
 
Wordpress website development
Wordpress website developmentWordpress website development
Wordpress website development
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design Workshop
 
[DanNotes] XPages - Beyound the Basics
[DanNotes] XPages - Beyound the Basics[DanNotes] XPages - Beyound the Basics
[DanNotes] XPages - Beyound the Basics
 
Wordpress intro
Wordpress introWordpress intro
Wordpress intro
 
WordPress - Open Source Overview Presentation
WordPress - Open Source Overview PresentationWordPress - Open Source Overview Presentation
WordPress - Open Source Overview Presentation
 
Interactive Web Design 5 - Week 2 - Introduction
Interactive Web Design 5 - Week 2 -  IntroductionInteractive Web Design 5 - Week 2 -  Introduction
Interactive Web Design 5 - Week 2 - Introduction
 
Newbies guide to customizing word press themes 25
Newbies guide to customizing word press themes 25Newbies guide to customizing word press themes 25
Newbies guide to customizing word press themes 25
 
Open Source CMS
Open Source CMSOpen Source CMS
Open Source CMS
 
How to create a WordPress Site
How to create a WordPress Site How to create a WordPress Site
How to create a WordPress Site
 
XPages -Beyond the Basics
XPages -Beyond the BasicsXPages -Beyond the Basics
XPages -Beyond the Basics
 
Extension Library - Viagra for XPages
Extension Library - Viagra for XPagesExtension Library - Viagra for XPages
Extension Library - Viagra for XPages
 
Live Coverage at The New York Times
Live Coverage at The New York TimesLive Coverage at The New York Times
Live Coverage at The New York Times
 
Prueba ppt
Prueba pptPrueba ppt
Prueba ppt
 

Recently uploaded

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 

Recently uploaded (20)

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 

Introduction to Omeka

  • 1. Here are some things you can do while you wait 1. Open your omeka.net site in your browser (e.g. http://rebecca.omeka.net) 2. Open a new tab and open your omeka.net admin view in your browser (e.g. http://rebecca.omeka.net/admin) 3. Find and open your workshop folder on your laptop
  • 3. Quick introductions Flickr Commons: http://www.flickr.com/photos/8623220@N02/2162710987
  • 4. What is Omeka? • a “a free, flexible, and open source web- publishing platform for the display of library, museum, archives, and scholarly collections and exhibitions” –Omeka team’s definition • a “system for storing digital objects (photos, PDFs, video, etc.) and their metadata, and creating digital collection and exhibitions around those objects” –my definition
  • 5. What isn’t Omeka? • If you need a quick-and-dirty way to put content online…use Wordpress or other blogging software • If you need a quick-and-dirty way to put images online…use Flickr • If you need a digital asset management system…use ContentDM, or an open source DAMS like ResourceSpace
  • 6. How does Omeka work? • Administrative and public interface: no coding or HTML required • Customize your site with themes and plugins • Two options: free/paid hosting (account at omeka.net) or self-hosting (download software from omeka.org and install it on a server)
  • 7. Self-hosted Omeka Omeka.net LAMP server required No server required FTP client required No FTP client required Customize themes and plugins by Customize themes and plugins editing server files (PHP and CSS) through the admin interface only Mostly copied Storage space determined by your Storage space according to the plan from server and/or server administrator you choose http://info. omeka.net/ Unlimited number of plugins and Plugins and themes determined by about themes the plan you chose File size limitations determined by File size limitations: 64mb your server administrator Multiple sites, depending on your One site per installation plan, per user account Free basic plan, other options cost Free $
  • 8. Let’s look at the public interface Watch my screen!
  • 9. Basic content types • Items • Collections • Exhibits • Simple Pages
  • 10. Items! • Item = files(s) + metadata • Files can be images, PDFs, audio, video…
  • 11. Collections! • A grouping of items • Displays with a description of the collection (if you provide one) followed by a list of thumbnails and links to all items in the collection • Omeka doesn’t care how you create collections. You could do it by archival collection, by creator, thematic, etc. • Omeka 1.5 (the latest version) allows you to create sub-collections • Collections don’t allow HTML input or text formatting
  • 12. Exhibits! • A grouping of items with the option to add narrative text and captions • Organized into sections with pages • You can choose different page layouts and add captions • Each exhibit can have its own theme, which can be different from the overall site theme • Exhibits allow HTML input and text formatting
  • 13. Collections vs. Exhibits • Collections provide space to describe a set of items (or subsets, in Omeka 1.5) • Collections are easier and faster to create • Exhibits provide space to describe sets, subsets, and individual items, and control over text formatting and page layouts • You can add items to a collection, but not to an exhibit—you have to add them to a page within an exhibit • Collections are for organizing items, and exhibits are for displaying items
  • 14. If it doesn’t work as a collection or exhibit…make a simple page About page Site credits News • Simple pages can link to items, collections, exhibits, or any other content on your site. You can add HTML or PHP content, so these pages can be simple or pretty complex.
  • 15. Let’s look at the administrative interface Watch my screen!
  • 16. Let’s set up our site Go to your browser!
  • 17. Let’s add some content 1. Create items using the CSV Import plugin 2. Create an item through the Items tab 3. Create a collection through the Collections tab 4. Batch edit some items 5. Create an exhibit, and add items to it 6. Create a simple page
  • 19. Play on your own • Add another item • Batch edit your items • Add a new collection • Update your site information • Add more Simple Pages, and create a hierarchy • Explore item types • Activate and play with other plugins
  • 20. Self-hosted Omeka admin interface With self-hosted Omeka, you can • Change the default sizes for full-size images and thumbnails • Change which file types are allowed • Upload new themes and plugins via FTP
  • 21. Let’s download a new theme and a new plugin 1. Go to http://omeka.org/add-ons 2. Click on ALL THEMES 3. Under Berlin (the first theme), click the Download Latest button, and save the file to your workshop folder 4. Go back to http://omeka.org/add-ons and click on ALL PLUGINS 5. Scroll down to Simple Contact Form, click the Download Latest button, and save the file to your workshop folder
  • 22. Let’s open Filezilla • Let’s configure Filezilla to work with jEdit
  • 23. Filezilla connection information Host: sftp://marac.dreamhosters.com Username: [REDACTED] Password: [REDACTED] Host: [leave blank] WAIT to click the Quickconnect button until Rebecca says so! In the Remote Site box, click on marac.dreamhosters.com, then capemay, then your Omeka site
  • 24. What does an FTP client do? • Transfers files from your computer (local site) to a website (remote site) • You can transfer one file at a time, multiple files, or entire directories (folders) • Your account to log into a website and your FTP account are separate
  • 26. Upload a plugin • Same as for themes, but upload it to the plugins folder instead
  • 27. Let’s activate our SimpleContactForm plugin and choose our Berlin theme • Log in to your site (in your browser, not FTP) • Plugin: click Settings  Plugins. Click the Install button next to Simple Contact Form. This will automatically take you to the Configuration page. You can configure it or just click Save Changes at the bottom. • Theme: click Settings  Themes. Under Change Theme, select Berlin.
  • 28. HTML and CSS in 60 seconds • (You should) use HTML to control content, and CSS to control appearance • HTML and CSS documents are connected through links on HTML pages • Linking multiple HTML pages link to the same CSS document is a way to keep your site’s appearance consistent across different pages • The C in CSS is for Cascading, and different CSS rules have different priorities
  • 29. Let’s edit the Berlin theme
  • 30. Let’s upload our edited theme
  • 31. Don’t edit themes the way we just did! • To edit an existing theme: – Make a copy of the theme, and give the top-level folder (e.g. Berlin) a new name (e.g. Berlin-edited) – Open the theme.ini file, and update the author, title, and description fields
  • 32. Free self-hosting for Omeka • Dreamhost offers FREE website hosting to non-profits, and they have a one-click Omeka install option • http://wiki.dreamhost.com/Non- profit_Discount
  • 34. Extra activities • Watch me install an Omeka site on Dreamhost • Download and install additional plugins