|
|
||||||||
Computers in Radiology |
Department of Radiology, Johns Hopkins University, 601 N Caroline St., Rm. 3251, Baltimore, MD 21287.
Received July 29, 2005;
accepted after revision October 11, 2005.
Address correspondence to M. R. Rowell
(mgarland{at}jhmi.edu).
Abstract
|
|
|---|
CONCLUSION. Podcast technology holds promise as an inexpensive method to rapidly and cost effectively disseminate educational Internet audio broadcasts ("audiocasts").
Keywords: computers CT education Internet MDCT podcasting
|
|
|---|
However, some information essential to the practice of radiology does not require the review of images. Such topics include CT data acquisition and IV contrast infusion protocols, understanding advances in CT hardware and software, patient preparation, and departmental policy. Dissemination of this type of information is well suited for an audio broadcast ("audiocast"). The channels currently available for dissemination of audio materials present a unique opportunity to readily deliver educational audiocasts to a wide audience. Educational lectures can be broadcast and downloaded through a process known as "podcasting." In CT, where technology is quickly progressing, podcasting can be used to guide practitioners new to the latest-generation CT scanners or to instruct those who are learning how to perform acquisitions not currently used in their department.
First developed by former MTV (Music Television) veejay (video deejay) Adam Curry, podcasts can be downloaded and played by any device that can play MP3 (Moving Picture Experts Group [MPEG], audio layer 3) files. Podcasting is a form of really simple syndication (RSS) feed. RSS feeds are a way to enable users to receive up-to-date syndicated news stories. Podcasts are simply syndicated news feeds that are in an audio format. Many major news Web sites, such as Reuters.com, use RSS feeds to provide their content to third-party vendors, such as Salon.com. Currently many enterprises such as Newsweek, ESPN (Entertainment and Sports Programming Network), and the BBC (British Broadcast Corporation) are embracing podcasting.
The advantages of this form of audiocast are numerous. Podcasts can be generated and published extremely quickly. If the proper hardware and software are available, podcasts can be created and distributed at little or no cost. Recipients can download podcasts free in just seconds and review them on their computer or through the many channels available using a handheld device. We believe that the value of this technology is the ability to rapidly disseminate radiologic information at very little cost.
To our knowledge, the procedure of creating podcasts and the role in radiology education have not been discussed in the published medical literature. The purpose of this article is to describe in detail the procedure for creating, distributing, and downloading a podcast and discuss potential uses of this technology.
|
|
|---|
Macintosh
IBM-Compatible Computer
|
|
|---|
After you have the microphone connected to the computer, open GarageBand and create a new file. GarageBand will open with an instrument track already created and displayed in your mixing board. Select and delete this track: Delete Track is located under the Track menu. Next, add a new track. Both Add and Delete Track functions are located under the Track menu. After choosing New Track, another menu will appear on the monitor. Select Real Instrument and then choose Basic Track or Vocals as your instrument. Choosing vocals will allow you to apply many different effects processors to your voice. Apply these at your discretion, although we do not recommend it under normal circumstances. After the vocals have been recorded, the user has the ability to apply effects, processing, and equalization. Last, choose Mono as your input technique. There is no need for stereo when recording a single vocal track. Now, create your new track.
This track will appear in your mixing board, and a red button should be highlighted; if not, click the round button on the track. When the button is activated it means you are "record enabled." If the microphone is on and the input device is ready, you should see a microphone signal on the track Peak Level Meter display on the mixer. Edit your levels so they peak in the yellow area, just under the red area. Press the red Record button on the Record and Play buttons on the mixer to begin recording. If you have any problems getting a microphone signal, ensure that GarageBand is recognizing the microphone input or the FireWire audio interface. Read the manual for the specific microphone, input device, and GarageBand information.
After you are finished recording, simply export the recorded file to iTunes. The Export function is located in the menu under File. GarageBand exports files as AIFF (audio interchange file format) audio files. iTunes will automatically open, and your file will be selected. Next, convert your AIFF file to an MP3 file with your desired settings. We recommend 128 kB/sec. These settings are located in the iTunes Preferences under Importing. Most of the techniques and functions used on an Apple computer and in GarageBand are similar to those used by other similar software packages for both Mac and IBM-compatible computers. Users will need to quickly read their instructions for information about recording audio files through their specific software package.
|
|
|---|
To create an RSS file, you need a simple text editor, such as Notepad (Microsoft) on an IBM-compatible computer or SimpleText (Apple Computer) on a Mac. Do not attempt to use Microsoft Word to write an RSS file because it inserts data that will make the file invalid.
RSS files have two main components. The first is the <Channel> component and the second is the <Item> component. By defining these two components in an RSS file you can create a podcast.
The <Channel> component of the RSS file provides general information about the entity that is broadcasting the podcast. Some important subcomponents of the <Channel> component are the following: <title>, <link>, <description>, <language>, <managingEditor>, <copyright>, <pubDate>, <lastBuildDate>, and <webmaster>. Copy the text from Appendix 1 into Notepad or SimpleText.
The <title> subcomponent in Appendix 1 should contain the title of your channel, not the individual podcast (we will get to that later). The <link> subcomponent should include a link to your Web site. The <description> subcomponent is very important: When you submit your podcast channel to any sort of directory, the information that you provide here will be used to describe it. Word this section carefully and be sure to include important keywords that people might use to locate your podcast channel. The <language> subcomponent lists the language in which the data will be delivered. The <managingEditor> subcomponent lets users know who is responsible for the content of the channel. The editor's e-mail address should be included and the editor's name should be listed in parentheses. The <copyright> subcomponent lists the copyright date and owner of the channel. The <pubdate> subcomponent gives the publication date of the channel. This is useful for those who wish to publish on a regular basis, like on a weekly basis. It is important that you list the date in the format listed in the example in Appendix 1; otherwise, your RSS file will be invalid. The <lastBuildDate> subcomponent lists the last time that the content was updated. The <webmaster> subcomponent lists the e-mail address of a person whom users can contact in the event of technical problems with the channel. There are other subcomponents, but for our purposes we will define only those listed in Appendix 1. For a complete list of <Channel> subcomponents, please see the RSS 2.0 specification here: blogs.law.harvard.edu/tech/rss.
The <Channel> component does not provide any actual content for the RSS file (i.e., the sound file for your podcast). To insert contentin this case, an MP3 fileyou must insert the <Item> component of the RSS file. To do this, copy the text from Appendix 2 into your RSS file just after the <webmaster> subcomponent.
In Appendix 2, the two <Item> components denote two separate podcasts, each with its individual title, link, and other information. All of the subcomponents (<title>, <description>, and <pubdate>) are similar to those earlier described. The <author> subcomponent lists the e-mail address and the name of the author of this particular podcast. The <enclosure> subcomponent denotes the actual podcast file and is very important. You must include the complete URL of the MP3 file that you placed on your server, its length (without the use of commas; the files in Appendix 1 and Appendix 2 are 6,808 kB and 9,724 kB, respectively), and the type of audio file, which, for our purposes, is an MPEG (MP3).
The RSS file must be saved as a plain text file. Notepad may give the file a ".txt" file extension. You will need to remove this extension and rename the file with an ".rss" as the file extension (Fig. 1). Upload this file to your Web server using an FTP program and make note of its URL; this is the URL that you will give people who want to subscribe to your podcast (Fig. 2). Your Web server may not recognize the ".rss" file extension, which leads us to our next step: creating an .htaccess file.
|
|
|
|
|---|
AddType application/rss+xml.rss
Save this file as ".htaccess." You will probably need to rename the file manually because Notepad may automatically add a ".txt" file extension. Upload this file to your Web server and put it in the same directory as your Web site's main page (i.e., index.html) (Fig. 3).
|
|
|
|---|
|
|
|
|
|
|---|
If users have the URL of your RSS feed (the URL of the RSS file on your server), they can subscribe to your podcast. In iTunes, complete the following steps (Fig. 5):
Once the user has subscribed to a particular podcast channel, the software used to play the podcast will automatically download new podcasts that appear on the channel. More information and tutorials about podcasting are available on the Web.
|
|
|---|
We are currently adding a new podcast each week. At the present time, we have published lectures on 64-MDCT, IV contrast administration, coronary CT angiography, virtual colonoscopy, pancreatic imaging, the evaluation of hematuria, incidental adrenal masses, CT screening, workflow, and an introduction to podcasting through our Web site. A concise lecture of short duration is well suited to communicate the key points on a topic, and our available audiocasts range from 2.5 to 14.5 minutes. It is difficult for us to ascertain how many users actually listen to each podcast; however, our best measure of the number people who are interested in the podcasts is how many requests we have had for our .rss file, which must be accessed whenever the user downloads a podcast. We had 3,268 requests in the 5-month period from March 22, 2005, to August 20, 2005. The Web site also provides a means for users to provide comments or pose questions after listening to a podcast. As the technology becomes mainstream, such feedback from the users will be integral in guiding implementation.
APPENDIX 1: <Channel> Component of the RSS (Real Simple Syndication) File: General Information About the Entity That Is Broadcasting the Podcast
|
|
|---|
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>My Podcast</title>
<link>www.yourwebsite.com/</link>
<description>Describe your Web site here. Be sure to use keywords that will help people find it.</description>
<language>en-us</language>
<managingEditor>youremail@wherever.com (Firstname, Lastname)</managingEditor>
<copyright>Copyright 2005, Firstname Lastname</copyright>
<pubDate>Wed, 13 Jul 2005 02:52:00 EST</pubDate>
<lastBuildDate>Wed, 13 Jul 2005 02:52:00 EST</lastBuildDate>
<webMaster>yourname@wherever.com</webMaster>
</channel>
</rss>
APPENDIX 2: <Item> Component of the RSS (Real Simple Syndication) File
|
|
|---|
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>My Podcast</title>
<link>www.yourwebsite.com/</link>
<description>Describe your Web site here. Be sure to use keywords that will help people find it.</description>
<language>en-us</language>
<managingEditor>youremail@wherever.com (Firstname, Lastname)</managingEditor>
<copyright>Copyright 2005, Firstname Lastname</copyright>
<pubDate>Wed, 13 Jul 2005 02:52:00 EST</pubDate>
<lastBuildDate>Wed, 13 Jul 2005 02:52:00 EST</lastBuildDate>
<webMaster>yourname@wherever.com</webMaster>
<item>
<title>Podcast number 1</title>
<description>Describe Podcast number 1.</description>
<author>youremail@whevever.com (Firstname, Lastname)</author>
<pubDate>Wed, 13 Jul 2005 02:52:00 EST</pubDate>
<enclosure url=www.yourserver.com/podcast/yoursoundfile1.mp3 length="6808" type="audio/mpeg"/>
</item>
<item>
<title>Podcast number 2</title>
<description>Describe Podcast number 2.</description>
<author>youremail@whevever.com (Firstname, Lastname)</author>
<pubDate>Wed, 13 Jul 2005 02:52:00 EST</pubDate>
<enclosure url=www.yourserver.com/podcast/yoursoundfile2.mp3 length="9724" type="audio/mpeg"/>
</item>
</channel>
</rss>
|
|
|---|
This article has been cited by other articles:
![]() |
K. A. Clauson and D. M. Vidal Overview of biomedical journal podcasts Am. J. Health Syst. Pharm., November 15, 2008; 65(22): 2155 - 2158. [Full Text] [PDF] |
||||
![]() |
J. C. Friberg The Use of Supplementary Podcasting as an Instructional Tool in an Online Classroom Setting Issues in Higher Education, October 1, 2008; 11(2): 61 - 66. [Abstract] [Full Text] [PDF] |
||||
![]() |
B. S. Jeun, R. Javan, S. B. Gay, J. M. Olazagasti, and M. J. Bassignani Informatics in Radiology: An Inexpensive Distance Learning Solution for Delivering High-Quality Live Broadcasts RadioGraphics, September 1, 2008; 28(5): 1251 - 1258. [Abstract] [Full Text] [PDF] |
||||
![]() |
D. D. Purcell, C. P. Hess, J. C. Durack, and R. S. Breiman INFORMATICS: Recording, Editing, Archiving, and Distributing Radiology Lectures: A Streamlined Approach RadioGraphics, November 1, 2007; 27(6): 1839 - 1844. [Abstract] [Full Text] [PDF] |
||||
![]() |
J W Rainsbury and S M McDonnell Podcasts: an educational revolution in the making? J R Soc Med, September 1, 2006; 99(9): 481 - 482. [Full Text] [PDF] |
||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| HOME | HELP | FEEDBACK | SUBSCRIPTIONS | ARCHIVE | SEARCH | TABLE OF CONTENTS |