Spring Project UPDATES

CDS save-the-dateSpring is finally here and -for me- it seems to be just a good time to catch up on some notes and updates about things that have happened in the last two months as well as things that will happen in April.  Undoubtedly, many of my/our activities are driven by the upcoming Open House for our new department -scheduled for April 23rd.  This week, I helped in creating an interactive map for the CDS’ website -which is (heavily) based on an excellent example created by the Research Commons at the University of Washington.  We look forward to completing all the details for this special date.

Two examples of the type of work the center can help clients with are: a) developing websites such as the Digital Literacy Partnership (DLP) project with Valerie Ubbes; and b) developing e-books for selected works available on Computers and Composition Digital Press with Heidi McKee –for this project, we’re working with our colleague Jason Michel.  The DLP project will be our first project using Omeka and it has allowed us to understand better the functionality -and some of the limitations- of this great open source online exhibit tool.  For instance, because of the type of DLP files (video and slideshow), we had to edit the show.php file and customize it accordingly.  Here is an outline of the changes we made:

<?php if (item('Dublin Core', 'Type') == 'Moving Image') { ?>
<iframe src="http://player.vimeo.com/video/<?php echo $VimeoID;?>"
 width="500" height="375" frameborder="0" webkitAllowFullScreen
 mozallowfullscreen allowFullScreen></iframe>
<?php } else { // NOT a video, but a slideshow ?>
<!-- WOWSlider script -->
<?php $filename = item('Dublin Core', 'Identifier');
$dir = "/var/www/../viewer/" . $filename . "/";
if ($handle = opendir($dir)) {
$i = 0;
while (false !== ($entry = readdir($handle))) {
if ($entry != "." && $entry != "..") {
$all_files[] = $entry;
$i++; }}
closedir($handle); }
sort($all_files); // very important
$i=0;
foreach($all_files as $file) {
echo "<img src=\"/healthliteracy/viewer/$filename/$file\"
      alt=\"$file\" id=\"wowsl_$i\"/> \n";
$i++;
} ?>

Two other projects that I continue to work on are: CONTENTdm 6.x and DSpace 3.0.  In both cases, I’ve been quite pleased with the type of successful “tweaks” we’ve tested/implemented with pure jQuery & CSS code.  BTW: for those interested in hosted services, check out DSpaceDirect.

As for the next 2-3 weeks, some exciting things are also on the schedule: on Friday April 5, Kim Tully and I will be part of a panel at the 2012 SOA Conference and we’ll talk about the Civil War collection; on April 8-9, I’ll be at Case Western Reserve University attending their Second Colloquium on Digital Scholarship; on April 16, I’ll teach a class on HTML & CSS –which will serve as a first practice for my upcoming IMS 201 class in the fall; and of course, April 23 will “the day” for us in the center.

Last, my article on DSpace Mobile Interface was published this month … and thanks to a comment, now I know that for future tests I can also use The Responsinator site … now time to check the latest issue of Research Information.

.

January is gone!

In the first few days of January, I heard a couple of colleagues/friends saying: “2013 may be a better year” … and if staying busy is an indicator of “better”; then, I’d probably agree with that statement, although now we just need see what else can be done in the next 11 months.  And speaking of “what can be done” or maybe “what have been done” I cannot think of a better example that my 5th Year Annual Report, which I just submitted today and it’ll also serve as the first draft for my dossier for promotion due in June :-( … some of the highlights in that report include some exciting/recent/upcoming projects:

  • Omeka, we’re just days away to launch our first real faculty-driven project using Omeka.  It felt great to write some PHP code again, the first real tweak I had to work on was to write a script that reads the content of a folder with images and generate proper HTML code for a WOW Slider viewer.  This responsive jQuery image slider comes with some amazing visual effects.  J. Millard also wrote a script to pull book covers from OpenLibrary and I added some extra lines to embed videos from Vimeo.  As for the look-and-feel, it was mostly CSS and a couple of minor jQuery calls.  Perhaps my only complain with Omeka is that it doesn’t seem to support multiple themes on the same instance. Here is a preview!
    omeka-site
  • CONTENTdm, in November 2012, I started working on a set HTML & PHP templates for our new Digital Collections website.  Major customizations will include: dynamic splash pages for individual collections, scripts for embedding videos hosted at external sites and using HTML5 web standards, and a mobile-optimized interface using the jQuery Mobile Framework.  It’s absolutely great to seen the new image viewer in action … cannot wait to finalize this long-awaited upgrade.  Another exciting addition in this new version will be our Música Colonial collection, which will feature some multimedia files –thanks Jonathan Goodliffe.
  • DSpace, we’re also planning to run our own DSpace 3.0 instance soon, which should also allow us to install/customize all -or many of- the features in this new release.  This change will also help me in adding/fixing some functions in my mobile theme.  BTW: This week, I got my first formal inquiry -from Venezuela- about this work … got me to use my Spanish skills again.
  • dh-brown-bag-series-flyerDigital Humanities, as a follow up to the DH symposium we had last semester, next month we’ll start with a brown bag archived webinars series, Miami faculty, grad students and librarians are welcome … look forward to keeping the conversation and exploring the possibilities for some DH projects.  BTW: I’m also excited to be part of an NEH Digital Humanities grant proposal that a group of faculty is working on … which also reminds me to install/test ARIS in the very near future.

Ok, that’s it for today … time for a much needed break, next week will be a short week as I’m attending a two-days NEH/DH workshop in Columbus, and the week after I’ll be watching some of the Code4Lib talks –thanks for streaming it again.

.

Wireframes, Prototypes & DSpace web customization

wireframe-exampleThose five words were quite popular in my to-do lists in November … first, they make up more than a third of the requirements for a new and exciting job description we’re working on; second, I spent some good time working on a couple of fixes for the DSpace mobile theme; third, I recently added a few jQuery lines to embed videos in DSpace; and finally, this week I sat down with a faculty for 1.5 hours prototyping a new website for one of her projects –in this session, we created three wireframes and today I actually worked on the first one, which obviously required some HTML & CSS editing –and some image tweaks in Photoshop as well.  Speaking of prototypes, wireframes, and web customization … two great video tutorials I recently saw in Lynda.com are: Creating an Effective Content Strategy for Your Website, where the author talks about how to think strategically about content in many formats (text, images, videos, animations, and infographics); and Interactive Data Visualization with Processing, where the author presents techniques on how to start communicating ideas and diagramming data in a more interactive way.

dspace-logoAs for DSpace tweaks, we continue to add video content to our Scholarly Commons site; the current OhioLINK approach is to upload an mp4 file and a special flash theme streams the content in DSpace, this method works great on computers … however, on devices with no flash support (e.g. iPad) users simply cannot get to see the video.  In theory, a possible solution would be to use HTML5 video standards; in fact, I ran a couple of test using http://videojs.com but there seems to be a limitation -at least during my tests- with large videos (30+ minutes), sometimes it’ll take for ever to start playing … and because many of the videos on our site are over 30 minutes, I decided to go back to a video theme I created a year ago.  This video theme relies on videos hosted on Vimeo; the trick is to upload a copy of the video in Vimeo and add the vimeo URL in the metadata (e.g. dc.relation.isversionof: http://vimeo.com/17095108) … and with the following jQuery lines, “all” users will get the see/play the video; if the device/browser supports flash, it’ll play the regular mp4; if not, it’ll embed the vimeo file.  Examples include the videos in the Open Access Week collection.  BTW: the audio in one of the videos was “low/noisy” … so the workaround was: a) export an mp3 file from iMovie; b) use Audacity features (amplify and noise filters) to enhance the audio and export a new mp3 file; c) import the new mp3 in iMovie; and d) create an mp4 file using MPEG Streamclip.

  // detect non-flash support
  if (typeof navigator.plugins['Shockwave Flash'] !== 'undefined') {
  // if supported, then do nothing
  // alert('support');
     } else {
  // hide mp4 and embed vimeo file -if exists-
  // alert('no support');
  // check for number of links
  if (($("div#ds-body
     div#aspect_artifactbrowser_ItemViewer_div_item-view
     table.ds-includeSet-table a").length) > 2 ) {
  $("object").hide();
  // select vimeo file URL
  var htmlStr = $("div#ds-body
      div#aspect_artifactbrowser_ItemViewer_div_item-view
      table.ds-includeSet-table a:eq(1)").html();
  var htmlStr = htmlStr.replace('http://vimeo.com/', '');
  // replace mp4 code with vimeo iframe
  var htmlStr = $("object:first").replaceWith
      ("<iframe src='http://player.vimeo.com/video/" +
      htmlStr + "' width='500' height='375' </iframe>");
  } else {
  // no vimeo file for this record
  $("object").hide();
  }
  }

As for the VIDEOJS, we’re most likely going to use it for another project where the average run-time is 2-5 minutes … cannot wait to test something with the caption option!  Last but not least, two recent news: my article in Spanish on Open Access & Latin America is now officially online; and a late email exchange this afternoon confirmed that DSpace 3.0 has been officially released … I have to say that it’s absolutely great to see the “mobile theme” in this new release … saaaaalu’ :-)

.

October

October was -again- a busy month … from meetings, reach-out activities, article reviews, digital humanities, open access, coding to ALAO.

As we continue to work towards the “goal” of the CDS to support faculty and students’ digital projects, this month I was part of a couple of new and interesting potential collaborations.  In mid October we met with a professor who is interested in implementing a digital and interactive component to a Freedom Summer project, we’re now looking at the ARIS platform and hopefully we can either re-use it or find something similar to it … one key feature of ARIS is its support for developing mobile games.  We also met with a group of students who are currently working on a “journal” project; our potential contribution would be with the technical infrastructure and for that, we’re most likely to use OJS, which continues to be the most popular system for peer-review and open-access journals.  A third meeting took place thanks to a contact made by one of our library liaisons; in this case, a history grad student is interested in adding a “map” layer to create some data visualization for a collection from the 16th century … an example in mind is the Mapping the Republic of Letters.

Open Access (logo)Also, there is no doubt that the Sixth Annual Open Access Week was a big highlight for this month.  For us, the first of two MUL events during OA week was the Digital Humanities Symposium; the event was an opportunity for faculty, grad students and librarians to listen to two outside and five local speakers … as well as to talk about what DH could mean for them/us.  The second event was a talk How Open Scholarship is Changing Research, which was organized by the Library’s Scholarly Communication working group.  Moreover and for the second year, online visitors found a pop-up image on the library’s homepage with a message “What if you had no access to the library?” … will this help create an awareness about the ongoing problem of journal cost? mmm who knows, although for many, the Harvard’s statement about “not being able” to keep up with all the subscription costs may also help others understand the problem.

As for my tech/learning activities, this month was a good time to start learning a bit more about Git.  Because of my mobile theme contribution to DSpace 3.0, I finally understand (better) the benefits of a version control software; although at first, Git can be quite overwhelming or confusing.  A good tutorial I found is Git Essential Training by Kevin Skoglund. There is definitely more to learn, but so far, my list of 10+ GIT commands are keeping me busy!

Last, on Friday Oct. 26 I was again at the 38th ALAO Annual Conference.  Our CW team had a poster session -which was about the work we did for the CW Symposium and the ALA/NEH book-discussion series.
Civil War - ALAO (poster)
I was also part of talk Skate to Where the Puck is Going to Be, where we presented an overview of the CDS … the outline included: Setting the stage, Designing the space, Reaching our clients, Tech tools, and Services.

Ok, that’s it for now … now back to some GIT experiments as well as finish up with a draft for D-Lib Magazine :-)

.

Joint Conference of Librarians of Color

JCLCThe second Joint Conference of Librarians of Color (JCLC) was held on September 19-23 in Kansas City, MO.  For four days, more than 800 participants -from diverse groups of librarians, library staff, library supporters, and library administrators- explored issues, shared successful ideas, and discussed challenges of diversity in libraries.  It was great to be there for part of the conference.  As with any multi-track conference, at times it was hard to choose which session to attend :-( … a copy of the full program is available on the JCLC website.  The following is a short report of selected sessions I attended:

  • Perspectives on Academic Library Change, Culture and Future Leadership, by Jon Cawthorne, Theresa Byrd, and Tyrone Cannon. Central questions that the speakers asked were: if everything is electronic, why do we need the library? and how should a library look like in 2040?  To make it more interactive, they formed groups and gave us three possible scenarios and we had to choose the one we thought most likely to happen; however, three out of five groups (including mine) reported that the proposed scenarios are obsolete or with services that are already being implemented.  Many agreed that one characteristic of any type of future scenario will include a metric for assessing and demonstrating the value of services.
  • All Things Digital, a panel with Charles J. Henry & Jon Patrick Gant and moderated by Anthony D. Smith from IMLS. The panelists talked about projects like the Digital Public Library of America, Building Digital Communities: A Framework for Action, and Connect to Compete.  Although many of these project goals may not seem to have a direct impact on academic libraries right now; in the mid-long term, these types of projects can definitely help to better prepare future college students -particularly those students from underrepresented communities, which can subsequently support universities’ diversity/inclusion programs.
  • Diversity in the Special Collections Field: From Defining the Need to Providing Solutions, by Athena Jackson, Chella Vaidyanathan, and Tamar Evangelestia-Dougherty. The speakers talked about the need for more diverse representation in a field where determining selection and providing access to rare, unique, and original materials are important.  They reported on their efforts to recruit librarians from underrepresented groups to consider joining this area of librarianship.  There were some interesting thoughts from this talk that we could have included in our manuscript -currently in review- on Digital Diversity.
  • The Need for Diversity Research in the Profession: A Collaborative Opportunity, by Karen Downing, Merve Fejzula, and Mark Winston. The presenters emphasized on the need for more diversity research in the profession -maybe something like what we see in Diversity Inc.  They also talked about the next steps for this type of work; I would agree that future research should include documentation of successful stories and demonstration of the positive effects of diversity in organizations.
  • Re-Branding Librarianship: Diversity Recruitment Practices from the Field, by Deena Smith, Emily Chan, Hannah Lee, Michelle McKinney, and Eura Szuwalski. They shared their experiences encouraging registration and use of the Knowledge Alliance website, which “re-brands” librarianship as a field of diverse individuals, and their work recruiting a diverse group of high school and college students to consider librarianship as a career option.  As part of this group, it’s always good to hear what has worked for others when talking to students about librarianship -for me, the goal is always about some students with a great set of technical/programming skills.

I was also part of two poster sessions:
Digital Diversity: Examples from Miami University Libraries, in this poster we provided an overview of selected examples of diversity-related online collections digitized by Miami University Libraries.  We also talked about the “research value and uniqueness” as two essential factors that help collection managers in selecting digitization projects that can support institutional goals such as expanding diversity.
Digital Diversity at Miami University Libraries

Minnesota Institute Reflections: Three Personal Stories, in this poster session we presented an overview of the MN Institute, discussed three personal experiences about the program’s impact in our professional activities, and provided a list of future leadership programs available for mid-career librarians.
MN Institute

Overall, JCLC was a great opportunity to see friends from the MN Institute & the iSchool as well as to meet and talk to new people.  Last but not least, hoping that there will be a 3rd JCLC in six years, I probably should start brainstorming some new/interesting projects for the next five years :-)

.