a

Oculoplastic Surgery: A Practical Guide to Common Disorders / edited by Essam A. El Toukhy

Online Resource




a

Carving a niche: the medical profession in Mexico, 1800-1870 / Luz María Hernández Sáenz

Hayden Library - R465.H47 2018




a

Enlightened immunity: Mexico's experiments with disease prevention in the Age of Reason / Paul F. Ramírez

Hayden Library - RA451.R36 2018




a

The Cambridge companion to Hippocrates / edited by Peter E. Pormann

Hayden Library - R126.H8 C36 2018




a

Uncertainty, anxiety, frugality: dealing with leprosy in the Dutch East Indies, 1816-1942 / Leo van Bergen

Hayden Library - RC154.7.I5 B47 2018




a

Food science, technology and nutrition for babies and children / Tomy J. Gutiérrez, editor

Online Resource




a

The Artificial Knee: an Ongoing Evolution / by Peter S. Walker

Online Resource




a

Perspectives in Performing Arts Medicine Practice: A Multidisciplinary Approach / edited by Sang-Hie Lee, Merry Lynn Morris, Santo V. Nicosia

Online Resource




a

Atlas of operative maxillofacial trauma surgery: post-traumatic deformity / Michael Perry, Simon Holmes, editors

Online Resource




a

Death is all around us: corpses, chaos, and public health in Porfirian Mexico City / Jonathan M. Weber

Hayden Library - RA452.M6 W43 2019




a

Dr. Arthur Spohn: surgeon, inventor, and Texas medical pioneer / Jane Clements Monday and Frances Brannen Vick ; with Charles W. Monday Jr. ; introduction by Kenneth L. Mattox

Hayden Library - R154.S66 M66 2018




a

Ethical issues in clinical forensic psychiatry Artemis Igoumenou, editor

Online Resource




a

Medicine, religion, and magic in early Stuart England: Richard Napier's medical practice / Ofer Hadass

Hayden Library - R489.N37 H33 2018




a

Lower limb deformities: deformity correction and function reconstruction / Sihe Qin, Jiancheng Zang, Shaofeng Jiao, Qi Pan, editors

Online Resource




a

Mental conditioning to perform common operations in general surgery training: a systematic approach to expediting skill acquisition and maintaining dexterity in performance / edited by Raul J. Rosenthal, Armando Rosales, Emanuele Lo Menzo, Fernando D. Di

Online Resource




a

ICU protocols: a step-wise approach. / Rajesh Chawla, Subhash Todi, editors

Online Resource




a

Fundamentals and Clinics of Deep Brain Stimulation: An Interdisciplinary Approach / edited by Yasin Temel, Albert F.G. Leentjens, Rob M.A. de Bie, Stephan Chabardes, Alfonso Fasano

Online Resource




a

New therapies to prevent or cure auditory disorders Sylvie Pucheu, Kelly E. Radziwon, Richard Salvi, editors

Online Resource




a

Handbook of lower extremity reconstruction: clinical case-based review and flap atlas / Scott T. Hollenbeck, Peter B. Arnold, Dennis P. Orgill, editors

Online Resource




a

Pediatric gender identity: gender-affirming care for transgender & gender diverse youth / edited by Michelle Forcier, Gerrit Van Schalkwyk, Jack L. Turban

Online Resource




a

Lasers in oral and maxillofacial surgery Stefan Stübinger, Florian Klämpfl, Michael Schmidt, Hans-Florian Zeilhofer, editors

Online Resource




a

Evidence-based critical care: a case study approach / Robert C. Hyzy, Jakob McSparron, editors

Online Resource




a

SobekCM Community Framework




a

Heaviest element could have fascinating atomic and nuclear spectra

Simulations suggest oganesson has extremely smooth electron and nucleon distributions




a

TRAPPIST-1 exoplanets could harbour significant amounts of water

All seven worlds circling a red dwarf could be habitable, say astronomers




a

Simulations reveal how sharp boundaries endure in soft tissue

Research could help explain how cells organize into complex living systems




a

US National Science Foundation clamps down on misconduct

Agency will now require every grantee organization to report cases of sexual harassment




a

Pistachio trees 'talk' to their neighbours, reveals statistical physics

Ising model could account for nut production of pistachio orchards




a

Nuclear excitation by electron capture seen at long last

Breakthrough could lead to new type of energy source




a

Three photons bind together to make a ‘molecule’ of light

Technique could be used to create quantum-information systems




a

Wood-based 'supermaterial' is stronger and tougher than steel

New material is made by compressing treated wood




a

Japan’s SuperKEKB set for first particle collisions

Revamped accelerator will soon be smashing electrons and positrons together




a

Physicists beat Lorentz reciprocity for microwave transmission

New device could boost telecommunications and be adapted for photonics




a

Create a Modal Window Login Form Effect Using jQuery

The hidden modal window technique is a great solution for dealing with interface elements which are not particularly necessary on the page. Social networks can use modal windows for private messages and forms which are only being used by members of the site. This is also true for blogs and magazines which have an author […]




a

Create a Simple Autocomplete With HTML5 & jQuery

A quick Google search will yield plenty of handy autocomplete plugins — there’s even an option shared by jQuery UI which comes bundled with the library. However today I want to look into an alternative solution. The jQuery Autocomplete plugin released by DevBridge has the exact functionality that I find most appealing. The styles will […]




a

Coding an Ajax-Style Paged Document Viewer With jQuery

Recently, I’ve have seen a number of websites using this JavaScript-powered paged document interface. Users are presented a multi-page document set starting on the first page, and they have the ability to switch between pages dynamically. This can be a much better solution than linking directly to a PDF document. Or this may even be […]




a

Create a Simple jQuery Image Lightbox Gallery

When building your own WordPress theme, there are a number of items to consider. One such page element is a dynamic image gallery, either using a lightbox or some type of sliding panel. Both of these user interfaces mesh nicely into the content of an article. Since they can both work on typical websites it […]




a

Build an Automated RSS Feed List With jQuery

The typical process of creating a dynamic feed listing requires some type of backend language. Obviously this can work out fine if you are familiar with Rails or PHP, but I want to present a method for pulling RSS feeds via jQuery. The problem is accessing Ajax requests from an external server and then converting […]




a

25 Useful Resources for Creating Tooltips With JavaScript or CSS

Tooltips are awesome, there’s simply no denying it. They provide a simple, predictable and straightforward way to provide your users with useful, context-sensitive information, and they look cool to boot. We all agree on how great tooltips are, but how we go about implementing them can differ dramatically. If you’re at square one, looking for […]




a

How to Build a Dynamic Imgur Upload App Using jQuery & PHP

Many new online web services are providing backend APIs for developers. These allow anyone to connect into a web app and pull out specific information (or push or change bits of data). Today we’re specifically looking at the API for Imgur. In this tutorial I want to demonstrate how we can remotely mirror an image […]




a

Code a Single-Page Sliding Website Layout With Fixed Navigation

When constructing a simple webpage, it can often make sense to fit the content into a single layout rather than multiple pages. These single-page websites are beneficial when you have a small project or portfolio which needs some online presence. If you split up content into neat sections, then visitors might use a small sliding […]




a

How to Easily Manage Cookies Within jQuery

Web browsers can generate unique sessions organized for each user on a website. Often these are handled on the backend using languages like PHP or Ruby, but we can also utilize cookie sessions on the frontend with Javascript. There are many tutorials out there explaining how to generate pure JS cookies. But a newer library […]




a

Build an HTML5 Form With on-Off Input Sliders Using jQuery

Mobile app interfaces have been utilizing on/off sliding switches for a while. These are most commonly found on the settings page where users can update preferences for their account. But web designers have taken notice and have built many open platforms to generate your own on/off switch sliders. In this tutorial I want to look […]




a

Build a Guided Registration Form With jQuery and Progression.js

Signup forms are all too common when building new web applications or social networks. Traction from user signups can really boost your own self-confidence about a project when it comes to launching a new website. But what can you do to help improve the signup experience and hopefully gain more interested users? In this tutorial […]




a

How to Code a Hover-to-Animate GIF Image Gallery

Animated GIF images are popular on the Internet because they can be easily shared and consumed rather quickly. Using basic HTML you can embed images into a page which feature animation, without relying on any other technologies. Granted – there are plugins for animating sprites or backgrounds – but GIFs are a totally different concept. […]




a

Build a Sliding Client Testimonials Carousel With jQuery

Many portfolio websites include a list of previous clients to build trust from other potential customers. Reading what other people have said about a service or product is one way to garner support from visitors who have never heard about your company before. (Of course, this design technique only works if you have previous clients […]




a

Creating Instagram-Style Photo Filters With jQuery

I’ve always been intrigued by the Instagram phenomenon and how quickly it rose to popularity. Photo filters are nothing new but dynamic use of these filters has not always been possible. Building the functionality into an iOS/Android application requires a lot of time. Thankfully developers have worked to replicate this process for the web using […]




a

7 Tips to Speed Up Your Website Today

Everyone loves a cool little loading animation, right? But if that divot lasts more than a second or two, it only brings attention to the fact that the website is loading slowly. And that’s a website killer. Users expect websites to load quickly and efficiently. It’s your job to ensure that the design is not […]




a

DevTools Digest - Chrome 35: Updates to the Developer Tools in Chrome 35

Updates to the Chrome Developer Tools: CSS property quick search, memory stats for heap snapshots, CodeMirror upgrade and more.




a

Built-in Browser Support for Responsive Images

Take advantage of the new element and new features of in your next responsive website.