Searching for "vr virtual reality"

leap motion

Leap Motion’s new technology lets you reach out and touch things in VR

http://mashable.com/2016/12/05/leap-motion-mobile-vr

+++++++++++++++
more on virtual reality in this IMS blog
https://blog.stcloudstate.edu/ims?s=virtual+reality

Save

first snow in 360

Well, technically not the first for 2016, but certainly beautiful:

https://app.viar360.com/media?leaf=2LlIRQqu1Wto

Best experience with VR goggles: Google Cardbox, HTC Vive etc. (please ask for more info if needed). If you have goggles, choose “VR Mode” (1), if viewing on your computing device (desktop, laptop, smart phone, tablet) and/or don’t have goggles, choose “Panorama Mode” (2)

Virtual Reality

Save

If you would like to brainstorm ideas to apply Virtual Reality, Augmented Reality and/or 360 video in your courses, please let us know…

code4lib

Code4Lib Proposed Preconference Workshops

http://2017.code4lib.org/workshops/proposed-workshops.html

Introduction to functional programming principles, including immutability, higher-order functions, and recursion using the Clojure programming language. This workshop will cover getting started with the Clojure REPL, building programs through function composition, testing, and web-development using ClojureScript.

Proposed by: Sam Popowich

This workshop will do a deep dive into approaches and recommend best practices for customizing Blacklight applications. We will discuss a range of topics, including styling and theming, customizing discovery experiences, and working with Solr.

Proposed by: Chris Beer, Jessie Keck, and Jack Reed

We all encounter failure in our professional lives: failed projects, failed systems, failed organizations. We often think of failure as a negative, but it has intrinsic value — and since it’s inevitable that we’ll eventually experience failure ourselves, it’s important to know how to accept it, how to take lessons from it, and how to grow from it professionally. Fail4Lib, now in its 5th year, is the perennial Code4Lib preconference dedicated to discussing and coming to terms with the failures that we all face in our professional lives. It is a safe space for us to explore failure, to talk about our own experiences with failure, and to encourage enlightened risk taking. The goal of Fail4Lib is for participants to be adept at failing gracefully, so that when we do fail, we do so in a way that moves us forward. This half-day preconference will consist of case studies, round-table discussions, and, for those interested in sharing, lightning talks on failures we’ve dealt with in our own work.

Proposed by: Andreas Orphanides and Bret Davidson

Intro to programming in Ruby on Rails

Proposed by: Carolyn Cole and Laney McGlohon

Amazon Web Services currently offers 58 services ranging from the familiar compute and storage systems to game development and the internet of things. We will focus on the 20-some services that you should be aware of as you move your applications to their cloud.

The morning session will be mostly overview and the afternoon session will be more practical examples and discussion. This could be broken into two sessions.

Proposed by: Cary Gordon, t/b/d, and t/b/d

FOLIO is a library services platform — infrastructure that allows cooperating library apps to share data. This workshop is a hands-on introduction to FOLIO for developers of library apps. In this tutorial you will work with your own Vagrant image through a series of exercises designed to demonstrate how to install an app on the platform and use the data sources and design elements the platform provides.

REQUIREMENTS Laptop (4GB) with Vagrant installed.

Proposed by: Peter Murray

Have an idea for an app? Want to work with FOLIO developers and others in the community on the FOLIO platform to make it happen. Come to this half-day hack-a-thon! Ideas for new developers will be posted in the project Jira, or bring your own concepts and work with others to make them reality.

REQUIREMENTS Laptop (4GB) with Vagrant installed. Attending the FOLIO Tutorial is recommended, but not required.

Proposed by: Peter Murray

Google Apps script is a server-side implementation of JavaScript which supports API calls to Google Services. This can provide an excellent platform for developing simple library applications. The libraries at Georgetown University and the University of Dayton have successfully deployed applications built with Google App Script.

In this workshop, we will step through the various types of applications that can be built with Google Apps Script.
(1) Custom cell formulas
(2) Spreadsheet Add On Functions (menu items, time based triggers)
(3) Google Apps Script as a Web Service
(4) Google Apps Script Add-Ons that can be shared globally or by domain

In this workshop, we will build sample instances of each of these types of applications (wifi-permitting) and spend some time brainstorming additional applications that would be useful for the library community.

Sample Applications: http://georgetown-university-libraries.github.io/#google-sheets

Proposed by: Terry Brady and Craig Boman

Calls to mindfulness and self care can have mixed reception in our field. While some view this important work as navel-gazing or unnecessary, it is integral to being present and avoiding burnout. Often this skewed attention to output comes at the expense of our personal lives, our organizations, our health, our relationships, and our mental well-being. Learning to prioritize self-care is an ongoing project among those who perform emotional labor. While some view the work of mindfulness as self-indulgent, it has proven to keep many on the track of being present and avoiding burnout.*

The purpose of this preconference is to provide a short introduction to self care and mindfulness with practical work we can use regardless of setting. We’ll discuss microaggressions and allyship (microaggressions being the brief and commonplace verbal, behavioral, or environmental indignities that marginalized people of various groups experience daily and allyship referring to the powerful role that individuals from privileged groups can play in supporting marginalized individuals). We will then transition to a modified unconference setting where participants can practice scenarios and learn practical solutions. Each of the presenters has different set of skills and experiences that allow for many techniques and strategies to be explored. Preconference attendees will participate in sessions like “Mentor Speed Dating” where they get to talk to and question potential mentors/mentees. They may be coached through a guided meditation or walked through a calming breathing exercise. For those looking to a more physical space, office yoga and stretching techniques may be shared depending on the outcomes of the unconference interest.

Foundational materials and articles will be shared with the registrants prior to the meeting with the option of further discussion at the workshop. An open access guide to all the resources and readings will be available after the preconference, and people will be encouraged to share additional their tools on a website.

Suggested Hashtag #c4lselfcare

* Abenavoli, R.M., Jennings, P.A., Greenberg, M.T., Harris, A.R., & Katz, D.A. (2013). The protective effects of mindfulness against burnout among educators. Psychology of Education Review, 37(2), 57-69

Proposed by: Carmen Mitchell, Lia Friedman, and Torie Quinonez

In this preconference, participants will be introduced to Virtual Reality uses in library settings, notably, by way of the VR Reading Room. Within the VR Reading Room prototype, users can collaboratively explore digital collections (e.g. HathiTrust) by way of VR headsets. Participants of this workshop will have the opportunity to experience HTC Vive functionality. The system will be setup with a prototype e-book experiment in order to model several VR affordances. Once attendees have been introduced to the HTC Vive hardware and sample project, groups of participants will have an opportunity to further brainstorm novel uses cases.

Proposed by: Jim Hahn

Python[1] has become one of the dominant languages in scientific computing and is used by researchers around the world. Its popularity is due in large part to a rich set of libraries for data analysis like Pandas[2] and NumPy[3] and tools for exploring scientific code like Jupyter notebooks[4]. Join us for this half-day workshop on the basics of using Pandas within a Jupyter notebook. We will cover importing data, selecting and subsetting data, grouping data, and generating simple visualizations. All are welcome, but some familiarity with Python is recommended, e.g. the concepts covered in the Codecademy[5] or Google[6] Python courses.

[1] https://www.python.org/
[2] http://pandas.pydata.org/
[3] http://www.numpy.org/
[4] http://jupyter.org/
[5] https://www.codecademy.com/learn/python
[6] https://developers.google.com/edu/python/

Proposed by: Bret Davidson and Kevin Beswick

Learn about the features and capabilities of Sufia, a Hydra-based repository solution. Attendees will participate in a hand-on demonstration where they deposit content, edit metadata, create collections, and explore access control options. Attendees should bring laptops with Chrome, Firefox, or Safari installed. Please plan on bringing at least one image, document, or other digital content that you’re comfortable uploading and using for demo and experimentation purposes 🙂

Proposed by: Mark Bussey and Justin Coyne

The web can be a trove of openly accessible data, but it is not always readily available in a format that allows it to be downloaded for analysis and reuse. This workshop aims to introduce attendees to web scraping, a technique to automate extracting data from websites.

Part one of the workshop will use browser extensions and web tools to get started with web scraping quickly, give examples where this technique can be useful, and introduce how to use XPath queries to select elements on a page.

Part two will introduce how to write a spider in Python to follow hyperlinks and scrape several web pages using the Scrapy framework. We will conclude with an overview of the legal aspects of web scraping and an open discussion.

You don’t need to be a coder to enjoy this workshop! Anyone wishing to learn web scraping is welcome, although some familiarity with HTML will be helpful. Part two will require some experience with Python, attendees unfamiliar with this language are welcome to stay only for part one and still learn useful web scraping skills!

Proposed by: Thomas Guignard and Kim Pham

Paper prototyping is a low-cost, structured brainstorming technique that uses materials such as paper and pencils to better understand the way users interact with physical, visual, and textual information. It can help us learn how to better think through workflows, space design, and information architecture. Session attendees will learn about the ways low-fidelity prototyping and wireframing can be used to develop ideas, troubleshoot workflows, and improve learning and interaction.

In the first half of the workshop, participants will step through activities in icon design, persona development, and task development. In the second half they will develop a low fidelity prototype and step through a guerilla usability testing process with it.

Proposed by: Ekatarina (Eka) Grguric and Andreas Orphanides

EdSim challenge

Ed Dept. Launches $680,000 Augmented and Virtual Reality Challenge

By David Nagel 11/02/16

https://thejournal.com/articles/2016/11/02/ed-dept.-launches-680000-augmented-and-virtual-reality-challenge.aspx

EdSim Challenge, the competition is aimed squarely at developing students’ career and technical skills — it’s funded through the Carl D. Perkins Career and Technical Education Act of 2006 — and calls on developers and ed tech organizations to develop concepts for “computer-generated virtual and augmented reality educational experiences that combine existing and future technologies with skill-building content and assessment. Collaboration is encouraged among the developer community to make aspects of simulations available through open source licenses and low-cost shareable components. ED is most interested in simulations that pair the engagement of commercial games with educational content that transfers academic, technical, and employability skills.”

all five finalists prizes of $50,000 to help them further develop their concepts. Finalists will also receive access to expert mentors to help with the process, along with gear and development tools, including Samsung Galaxy S7 Edge,  Galaxy Tab S2 9.7″,  Gear S3 watch and Gear VR headset, as well as an Oculus Mobile software developer kit. ED noted that other prizes may also be added later.

The submission deadline will be Jan. 17,

Participants must also register on the Luminary Lightbox platform. (Registration is free.)

+++++++++++++++++

more on VR in this IMS blog

https://blog.stcloudstate.edu/ims?s=virtual+reality

360 degree camera

Virtual Reality to Drive Rapid Adoption of 360 Degree Cameras

By David Nagel

https://campustechnology.com/articles/2016/08/31/virtual-reality-to-drive-rapid-adoption-of-360-degree-cameras.aspx

VR’s applications for education have been much lauded, and tech heavyweights have begun investing in the technology, in part to both enable and capitalize on educational opportunities. Google, for example, has been offering its low-cost Google Cardboard kits, which, coupled with the Google Expeditions service, provides VR-based educational experiences and learning activities.

according to market research firm ABI Research, some 6 million consumer and prosumer cameras are expected to ship by 2021. (That’s out of a total of 70 million VR devices that are forecast to ship by then.)

 

thatcamp

http://twincities2016.thatcamp.org/

virtual scatchnoting sharing

confluence as a service.

notability versus evernote http://www.gingerlabs.com/

Virtual Reality

put the horse before the cart.

immersive augmented (elements 4D, comes with iPAD) reality. MS Hololens

Google imcardboard.com
HTC Vive (comes with two handheld controllers), Oculus (special relation in front of user), OSVR, laser towers, spacial awareness in the room,

https://blog.stcloudstate.edu/ims?s=holo

what is available now and what will be available.

how do you distinguish VR from gaming and gamification: when the latter lets us be in control and try again and again

and when it is digital storytelling.

hearts and minds. immersive environment. based on PTSD ethnography

virtual reality as recreating lost reality. whereas CL is more of creating new reality.

MS Hololens incorporates Skype

Rise of the Videogame Zinesters: How Freaks … – Seven Stories Press

Agisoft PhotoScan

cheating in virtual environment versus cheating in real environment.

computer archaeology. just a tool, but not something will solve all problems.

game consoles

Microsoft kills off Xbox 360 after more than a decade

http://www.telegraph.co.uk/technology/2016/04/21/microsoft-kills-off-xbox-360-after-more-than-a-decade/

more about game consoles in this IMS blog:
https://blog.stcloudstate.edu/ims?s=xbox

virtual reality


Google Glass versus Microsoft HoloLens

Here’s one thing Google and Microsoft agree on (and they’re right)

http://www.businessinsider.com/google-and-microsoft-embrace-ar-over-vr-2016-4

Virtual reality, like the new Facebook Oculus and HTC Vive, completely immerse you inside a computer generated world. It’s like being inside a 360-degree video game, or movie, or computer-generated simulation.

according to a report in The Information today, Google’s long-term bet is on augmented reality. The company is making not one but several follow-ups to Glass, and has a project called “Tango” that aims to outfit smartphones with computerized “eyes” that can map a 3D space.

More on augmented reality in this IMS blog

https://blog.stcloudstate.edu/ims/?s=augmented&submit=Search

IMS Instruction Sessions Spring 2016

IMS Instruction Sessions Spring 2016

Where is MC 205? Per campus map, Miller Center 205 is on the second floor, direction computer lab, right-handside, pass the counter with printers on both sides. Please use this virtual reality direction map to find the room (use Google Chrome and activate QuickTime plugin).

please have a link to a PDF copy print out instruction sessions spring 2016

Dreamweaver: 4 Mondays –  10-10:45AM . Jan 18, 25, Feb 1, 8 ; location MC 205.  attendees cap is 5

Keywords: web development, web design, Adobe Dreamweaver

Description: Adobe Dreamweaver CC is the default web development tool on campus. In four consecutive weeks, learn the basics of Dreamweaver, web development, web design and maintaining web pages on the Web. Site map and site structure. HTML and HTML5 basics, basics of CSS, page properties, text editing, hyperlinks and images, tables, forms.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Photoshop: 4 Tuesdays – –  10-10:45AM .  Jan 19, 26, Feb 2, 9 ; location MC 205.  attendees cap is 5

Keywords: image processing, image editing, visual literacy, Adobe Photoshop

Description: In four 45 min sessions, learn the basics of image editing.  A comprehensive understanding of Adobe Photoshop and its essential tools. Design and edit, adjusting images for the Internet and print outs. Learn image formats, compressions, layers. Retouching, repairing and correcting photos

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Social Media in Education 9:30-10:15 AM. Feb 3, 10, 17, 24. location MC 205.  attendees cap is 15

Keywords: social media, social media in education, social media and learning, social media and teaching, social media and communication, Facebook, Twitter, Instagram, LinkedIn, YouTube, Diigo, Delicious, Evernote, SideVibe, Pinterest, Vine, Snapchat, Google+, Zotero, Mendeley, blogs, wikis, podcasts, visuals, text
Description: In four 45 min sessions, structure your approach to social media and assess how to use in teaching and learning. What is social media and how to use it. How to discriminate between personal and professional use of social media. Amidst 180 most popular social media tools, acquire a robust structure to cluster them and orient yourself quick and easy, which tools fit best your teaching materials and methods to enable learning and communication with your students. Visuals versus text and how to combine them for effective communication and teaching. Policies, engagement of students. Expanding and improving research and organization of your research through social media and networking toward your research through social media.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Cheating: what, why and how to avoid: Jan 28, 10-10:45AM .  location MC 205.  attendees cap is 15

Keywords: cheating, academic dishonesty, academic integrity, plagiarism.

Description: in 45 minutes we can start a conversation about identification of cheating practices and determination of what plagiarism is, considering generational differences, the evolution of the Internet. Identifying of “cheating” can provide robust boundaries for understanding students’ behavior and identifying practices and methods to alleviate such behavior, including change of teaching methods and practices.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

10 basics steps to start social media. March 16, 11-11:45AM  location MC 205.  attendees cap is 15

Keywords: social media, social media in education, social media and learning, social media and teaching, social media and communication, Facebook, Twitter, Instagram, LinkedIn, YouTube, Diigo, Delicious, Evernote, SideVibe, Pinterest, Vine, Snapchat, Google+, Zotero, Mendeley, blogs, wikis, podcasts, visuals, text

Description: introduction to social media and its use for personal and professional purposes. Ideas and scenarios of using different social media tools in education. Hands-on exercises for using social media in teaching.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Games and Gamification in Education. Feb 24 2-2:45PM, March 25, 10-10:45AM, April 14, 2-2:45PM MC 205, attendees cap is 5

Keywords: play, games, serious games, game-based learning, gaming, gamification.

Description: Gaming and Gamification is one of the most pronounced trends in education as per the New Horizon Report. Besides the increase of participation and enthusiasm, it increases learning. Introduction to gaming and gamification by establishing definitions, learning to distinguish gaming and gamification and learning the basics of gaming and gamification in the teaching process. Hands-on exercises for introducing gaming practices in the teaching and learning process and gamifying the existing syllabi.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Teaching Online. Jan. 29. 10-10:45AM. Feb 18, 2-2:45PM,  March 30, 3-3:45 PM MC 205. attendees cap is 5.

Keywords: online teaching, mobile teaching, distance education, distributive learning, hybrid learning, hybrid teaching, blended learning

Description: this 45 min session is aimed to help you transition your F2F teaching to hybrid and online teaching. Learn about synchronous and asynchronous modes of teaching and communication to structure and organize your class materials and methods for better delivery. Hands-on exercises for improving content delivery, class discussions and communications among instructor and students.
Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Effective Presentations. Jan 28, 2-2:45PM.  MC 205. attendees cap is 10

Keywords: presentations, PowerPoint, alternatives to PowerPoint, presentation design, presentation essentials, Prezi, SlideShare, LodeStar, Zentation, Zoho, Powtoon, Zaption, Thinglink, Haiku, Kahoot, Storify, EdPuzzle, PollDaddy, Evernote, Mammoth, SideVibe, Paddlet, Remind, Death by PowerPoint, visual literacy, media literacy, digital literacy, visuals
Description: https://blog.stcloudstate.edu/ims/2016/01/07/effective-presentations/ . These four 45 minute sessions are aimed to introduce and orient faculty, staff and students to the opulence of alternatives to PowerPoint and revisit the basics of well-tailored presentation. Hands-on exercises for improving the structure and delivery of presentation as well as the choice of presentation tools.
Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Death by PowerPoint. Feb 26, 10-10:45PM. MC 205. attendees cap is 10

Keywords: presentations, PowerPoint, alternatives to PowerPoint, presentation design, presentation essentials, Death by PowerPoint, visual literacy, media literacy, digital literacy, visuals.
Description: https://blog.stcloudstate.edu/ims/2016/01/07/effective-presentations/ . This 45 minute session is aimed to introduce and orient faculty, staff and students to the basics of PowerPoint and revisit the basics of a well-tailored presentation. Hands-on exercises for improving the structure and delivery of presentation as well as the choice of presentation tools.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Contemplative Computing or Disconnect: How to Bring Balance in Your Life by Managing well Your Technology. Feb 17. 2-2:45PM.  MC 205. attendees cap is 10

Keywords: disconnect, Sherry Turkle, contemplative computing, mediation, contemplative practices, balance, technology stress

Description: this 45 min session introduces faculty, staff and students to the idea of regulating the use of technology in a meaningful way. Hands-on exercises and sharing good practices on balancing the use of technology in daily life.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Videos in the classroom: fast and easy. Jan 28, 10-10:45PM. MC 205. attendees cap is 5.
Keywords: video, video editing, video manipulation, visual literacy, digital literacy, MovieMaker, iMovie, Instagram, Vine, YouTube, Kaltura

Description: this 45 min session is an orientation to the resources available for delivery of visual materials in the classroom. Hands-on experience of different basics tools on different computer platforms.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Voice Over presentations: solutions. Feb 4, 10-10:45PM. MC 205. attendees cap is 5.

Keywords: PowerPoint, VoiceThread, LodeStar, MediaSpace (Kaltura), audio editing, narration

Description: https://blog.stcloudstate.edu/ims/2015/04/28/voice-over-presentation-solutions/ . This 45 min session is a short hands-on introduction to the tools available at MnSCU intuitions and free third-party applications for delivery of narrative attached to presentations.

Remote participation through desktopsharing at http://scsuconnect.stcloudstate.edu/ims upon registration and specific request

 

Infographics: make your projects, presentations and research credible through presentable data. Feb 10, 2-2:45PM.  March 29, 10-10:45AM, MC 205. attendees cap is 10

Keywords: Piktochart, Infogr, Visualy, statistics, visual literacy, digital literacy
Description: https://blog.stcloudstate.edu/ims/2014/04/09/infographics-how-to-create-them/. This 45 min session is an orientation to the world of infographics. Short introduction to the basics of statistics and their importance in presenting a research and idea. Hands-on exercise using one of the 3 popular infographic tools.

Facebook Oculus

Facebook’s Oculus virtual-reality division: Let’s not go crazy with the hype

http://www.cnet.com/news/facebooks-oculus-virtual-reality-division-lets-not-go-crazy-with-the-hype/

The VR industry is at the beginning of what could be the next major technology trend, with the potential to change the way people live, work and communicate.

1 24 25 26 27