Skip to main content

SLIM: an alternative Web interface for MEDLINE/PubMed searches – a preliminary study

Abstract

Background

With the rapid growth of medical information and the pervasiveness of the Internet, online search and retrieval systems have become indispensable tools in medicine. The progress of Web technologies can provide expert searching capabilities to non-expert information seekers. The objective of the project is to create an alternative search interface for MEDLINE/PubMed searches using JavaScript slider bars. SLIM, or Slider Interface for MEDLINE/PubMed searches, was developed with PHP and JavaScript. Interactive slider bars in the search form controlled search parameters such as limits, filters and MeSH terminologies. Connections to PubMed were done using the Entrez Programming Utilities (E-Utilities). Custom scripts were created to mimic the automatic term mapping process of Entrez. Page generation times for both local and remote connections were recorded.

Results

Alpha testing by developers showed SLIM to be functionally stable. Page generation times to simulate loading times were recorded the first week of alpha and beta testing. Average page generation times for the index page, previews and searches were 2.94 milliseconds, 0.63 seconds and 3.84 seconds, respectively. Eighteen physicians from the US, Australia and the Philippines participated in the beta testing and provided feedback through an online survey. Most users found the search interface user-friendly and easy to use. Information on MeSH terms and the ability to instantly hide and display abstracts were identified as distinctive features.

Conclusion

SLIM can be an interactive time-saving tool for online medical literature research that improves user control and capability to instantly refine and refocus search strategies. With continued development and by integrating search limits, methodology filters, MeSH terms and levels of evidence, SLIM may be useful in the practice of evidence-based medicine.

Peer Review reports

Background

There is unprecedented growth of medical information. PubMed, a service of the National Library of Medicine, includes over 15 million citations of biomedical articles [1]. MEDLINE, the largest component of PubMed, covers over 4,800 journals. Searching for relevant and updated information in MEDLINE/PubMed can be challenging. Keyword searches without search limits and filters may retrieve thousands of citations.

Several studies have demonstrated that the number of physicians using the Internet is increasing [24]. De Groote and Dorsch confirmed that a large percentage of users in academic health sciences prefer online resources over print, and many choose to access these online resources remotely [5]. Convenience and availability of full text journals were important factors in selecting online resources to use. These trends suggest that widely available Web technologies that enhance browsing capabilities may improve MEDLINE/PubMed search experiences.

Many MEDLINE/PubMed searches start with single-word terms or free-text phrases. Wildemuth and Moore [6] noted that this search technique is prone to syntactical or typographical errors but can be improved with the use of an online thesaurus and the inclusion of synonyms in the search concepts. Entrez, the integrated, text-based search and retrieval system used for PubMed [7], addressed this issue by integrating Medical Subject Headings (MeSH) in the search process. MeSH is a controlled vocabulary thesaurus of the National Library of Medicine available online through the MeSH Browser [8].

The practice of evidence-based medicine encourages the selection of appropriate current evidence through effective literature searches. The process includes the refinement of the search strategy and evaluation of search results. This may require familiarity with PubMed search limits, clinical study filters and MeSH terms. Gallagher, Allen and Wyer [9] stated that "MeSH headings make the searcher less dependent on the words the author of an article chooses to use in the abstract or title and allow the searcher to rely more on the actual content of the article." The use of MeSH headings, MeSH subheadings and text words to refine and redirect MEDLINE searches can make the search process more effective.

The goal of the project was to develop a Web-based application with an alternative search interface using slider controllers to implement search limits, methodology filters and MeSH terminologies. The intentions were to enhance user interaction with the MEDLINE/PubMed database, allow immediate refinement and redirection of search strategies and provide options to easily use the MeSH thesaurus.

Implementation

Interface development and design

SLIM, or Slider Interface for MEDLINE/PubMed searches, is a Web-based application accessible through the Internet with a Web browser. The interface has three main components: the search form, the information box and the search results.

The search form (Figure 1) is the constant component in all views of the application and the only component initially loaded. It contains a text box for the search terms along with five slider controls. The JavaScript slider bars move between arbitrary values of 0 to 100 with mouse clicks or keyboard strokes. The default setting for all slider controls is zero, i.e. no limits or filters. Checkboxes are available for limits not appropriate for slider controls, such as Human studies and English language limits.

Figure 1
figure 1

SLIM interface showing its three main components: search form, information box and search results. Green box: Information box. Red ellipse: Text link to display abstract

SLIM allows a preview of the number of results through the information box (Figure 1.) The information box is displayed below the search form for both previews and full searches. It also provides additional search information such as mapped MeSH Terms, mapped Subheadings and unmapped terms.

When a full search is done, the results are presented below the information box. Each citation contains the article title, authors, journal name, volume, issue, pages and publication types. Abstracts, if available, are loaded on the page embedded with JavaScript functions that allow the abstracts to be hidden and displayed instantly with the click of a mouse (Figure 2 and 3). Abstracts are hidden by default. Links to related articles and PubMed are also provided.

Figure 2
figure 2

Citation view with abstract hidden. Green ellipse: Text link to show abstract

Figure 3
figure 3

Citation view with abstract displayed. Red ellipse: Text link to hide abstract

Limits and filters

SLIM follows the search and syntax rules of PubMed. Limits and filters are implemented by appending phrases and search tags to the search terms before querying the MEDLINE/PubMed database through the Entrez Programming Utilities (E-Utilities) [10]. The slider bars represent step implementations of common limits and filters in PubMed. Each slider bar holds values from 0 to 100, which are divided into subsets according to the number of options in that slider bar. When the slider is moved, the value where it stops is matched against the range of numbers assigned to a specific limit or filter. This scheme allows flexibility in designing the slider bar algorithms. Any changes (adding in or taking out filters) result in minor adjustments in the range of numbers in each subset.

The first three slider bars control search limits. These limits are Publication Date, Journal Subset and Age Groups. The three limits are modified versions of the Limits tab of PubMed. For the publication date, the slider has 11 steps and allows the user to choose different date ranges from 10 years back to the current year. The second slider contains 11 journal subset filters. Users have the option to search within the PubMed database, the MEDLINE subset [11] or the Core Clinical Journals [12]. Within each subset, users can limit results to availability of abstracts, full text or free full text. Full text articles provide links to publishers and may require subscription. Table 1 lists the journal subset descriptions and the corresponding PubMed limits. The age group slider is a reordered version of the age group drop-down menu in PubMed. It has 13 options starting with "Newborn" and ending with "80 and over". Table 2 lists the age group descriptions and the corresponding PubMed limits.

Table 1 Journal subset slider bar limit descriptions and corresponding PubMed filters
Table 2 Age group slider bar limit description and corresponding PubMed filters

The fourth slider bar is a study design filter based on publication types, study designs or citation subsets. Although each filter within the slider functions independently, the slider values are listed according to the hierarchy of levels of evidence [13, 14]. Three study designs, case-control studies, cohort studies and randomized controlled trials, are further divided into broad or narrow searches, giving a total of 9 slider levels. Research methodology filters for therapy [15] were adopted for randomized control trials. Other filters from the Clinical Studies Categories [15], e.g. diagnosis and prognosis, were not incorporated and will be evaluated for future versions of the application. The systematic reviews subset of PubMed was used unmodified for systematic review searches [16]. Table 3 lists the study design levels and the corresponding PubMed filters used for the slider control.

Table 3 Study design slider bar limit descriptions and corresponding PubMed filters

Search mapping is a slider bar designed for intermediate to advanced users of PubMed. The filters use search tags and MeSH term operations to modify the search query. Search tags and MeSH term operations are short words or phrases enclosed in square brackets and appended to the keywords to refine search strategies. Initial modification substitutes the "[Text Word]" search tag with the "[TIAB]" search tag that redirects the search to keywords in the Title or Abstract. Subsequent levels in the slider involve adding mapped MeSH terms as filters, with options to search MeSH terms as major topics, or exclude MeSH terms below the current term in the MeSH tree. Table 4 describes the search mapping algorithm.

Table 4 Search mapping slider bar limit description and corresponding PubMed filter algorithm

MeSH subheadings are topical qualifiers that describe a particular aspect of a subject such as etiology or therapeutic use. Users have the option to require these qualifiers through a checkbox. The MeSH subheadings are grouped and appended as a filter to the search query. This feature is closely linked with the search mapping algorithm. The subheading filter is only added if the search mapping algorithm requires MeSH terms, i.e. second level and above.

System architecture and development

SLIM was written in PHP and developed on an Apache 2.0.52 server running PHP 4.3.10. The PHP scripts generate a HyperText Markup Language (HTML) and JavaScript search form. JavaScript provides most of the functionality of the search form and search results. Free and open source JavaScript codes were downloaded from the Internet for the slider controls [17, 18]. Customized JavaScript codes were written to enhance the usability of the form and slider controls by providing pre-defined limit combinations, tool tips and slider labels.

The application connects to the MEDLINE/PubMed database using tools from Entrez Programming Utilities (E-Utilities) [10]. The ESearch tool searches and retrieves primary IDs and term translations. The EFetch tool retrieves records from a list of one or more primary IDs. The E-Utilities server generates remote XML documents for both processes. Custom PHP scripts were written to parse the XML files. SLIM sends two successive passes through the ESearch tool and one final pass through the EFetch tool when the search form is submitted.

Automatic term mapping is the process where terms entered in the PubMed query box without a search tag are matched against the Medical Subject Headings translation table, the journals translation table, the full author translation table and an author index [19]. To optimize modifications done by SLIM on the search terms, it was essential to emulate the mapping and translation algorithms of Entrez PubMed. The first ESearch pass was designed to mimic this process. By sending unmodified search terms to the E-Utilities server and retrieving the translation stack from the XML document, a custom PHP function was able to build the detailed search query from the parsed XML elements. The goal was to capture the process found in the Details tab of PubMed. Using the translation stack, mapped MeSH terms and subheadings were identified and recorded. Terms tagged as "All Fields" were identified as unmapped terms.

Depending on slider bar and search form input, the detailed search query built on the first ESearch pass is modified by appending user-defined limits and study design filters, or by converting search tags. The modified query is processed once again through the ESearch tool to get the final list of PubMed IDs (PMIDs) from the second XML document. The ID list is sent to the EFetch tool to retrieve and display the details of the first 200 citations.

Performance and usability testing

To simulate performance testing, benchmarking timer functions were embedded in the PHP scripts to measure page loading and search times. All values generated during the alpha-testing with developers and beta-testing with users were recorded in a MySQL database for data analysis.

An online survey form was created to gather preliminary user opinion on stability and usability of the application. All seven questions used Likert scales to record answers. A call for participation in the usability testing was made on a mailing list of an international group of practicing physicians. Users were asked to use the system as a replacement for their regular PubMed search engine for two weeks. Comments and discussion on the application were encouraged.

Results

Initial qualitative testing by application developers demonstrated that SLIM is functional and stable. Occasional XML file connection problems occurred, but rarely. These were attributed to technical issues in the E-Utilities server and were quickly resolved by resubmitting the search form. The application was tested for compatibility with multiple browsers and worked in default installations of Internet Explorer 6.0, Mozilla Firefox 1.06, Opera 8.02 and Safari 1.2.

During performance testing, the index page was loaded 216 times with a mean page generation time of 2.94 milliseconds and standard deviation of 3.20 milliseconds. Search previews were processed 65 times with a mean page generation time of 0.63 seconds and standard deviation of 0.78 seconds. Complete searches with display of results were done 142 times with a mean page generation time of 3.84 seconds and standard deviation of 6.28 seconds. Table 5 gives a summary of the page generation time tests including standard deviations and quartiles.

Table 5 Summary of Page Generation Times

Eighteen physicians from the US, Australia and the Philippines participated in the beta-testing phase of the application and provided performance and usability feedback through an online survey. The mode was used as measure of central tendency as recommended by experts because Likert scales fall within the ordinal level of measurement [20, 21]. Table 6 lists the tabulated answers and mode score for each statement in the user survey. Seven users agreed that the slider interface is more user-friendly than traditional search interfaces. Nine users found the Web-based application stable, while nine users strongly agreed that speed was acceptable. Eight users thought that the interface was easy to use. Seven physicians strongly agreed that similar interactive features are desirable in other MEDLINE searches. Six strongly believed that seeing mapped MeSH terms and unmapped keywords in their searches is a useful feature. Nine strongly preferred the option to hide and display the abstracts.

Table 6 Tabulation of answers and mode scores from user survey (n = 18)

Discussion

Search interface design

Research in data mining, natural language processing and methodology filters move towards developing backend algorithms and protocols for online information search and retrieval systems. Despite all these advances, users continue to use default settings in their PubMed searches. This is a preliminary study of an ongoing project to improve search interface usability by enhancing user interaction with advanced features of PubMed.

Limits and filters were chosen based on adaptability to structured series of implementations. Publication date and age groups were obvious choices. The journal subset slider narrowed down the search pool by combining subsets in PubMed with selected filters for availability of text. The hierarchy of levels of evidence provided a structured implementation for publication types and clinical study categories. The search mapping feature increased user involvement with MeSH operations. The project continues to study most of the limits and filters available in PubMed for integration in future versions of the application.

The information box was created as an educational tool for PubMed users and researchers by providing another level of feedback. It is nothing more than a short report on the term mapping and translation algorithms of Entrez PubMed. Users are informed of the MeSH term or MeSH subheading equivalents of their search terms. Unmapped terms can prompt users to modify specific keywords in their search.

Usability survey

Users who participated in the online survey were practicing physicians interested or involved in Medical Informatics. All were frequent users of PubMed and categorized themselves as intermediate to advanced users. The familiarity with the current Entrez PubMed interface often accounts for the negative responses in the online survey. Although most user comments were positive, one user stated that advanced users of PubMed might feel more comfortable with the consistent interface of Entrez PubMed, whereas slider controls might be more useful for novice or non-expert users. One user suggested that slider labels be more descriptive. In response, some label texts were expanded to include descriptions of the slider settings. A tutorial page was also suggested.

Limitations of the study

The study has several limitations. First, the search interface omits several limits existing in the PubMed limits page like subsets and non-English languages. The developers continue to look into integrating currently available filters in newer versions of the application. Second, only eighteen physicians interested in Medical Informatics projects participated in the beta-testing phase. A broad mix of PubMed researchers is a target for future usability studies. Third, the retrieval performance to measure sensitivity and specificity of the methodology filters was not tested. Review of Clinical Study Category filters not incorporated in the application, e.g. diagnosis and prognosis, is in process. Ongoing efforts to improve the application include evaluating search algorithms for accuracy and precision and adopting validated PubMed filters from previous published studies. The developers continue to monitor advancements in Web technology and add new interactive features in the application.

The goal of the project was to create a PubMed search application that allows users of all levels to easily go beyond basic keyword searches and move towards evidence-based principles. This is consistent with the practice of evidence-based medicine which advocates the formulation of effective search strategies to find current evidence. With increasing access to the Internet, online bibliographic databases have become important real-time resources for current evidence at the point-of-care. Although tools to control search parameters are available, these often require advanced familiarity with the search interface elusive to beginners. By exploring progressive Web technologies and creating an interactive search interface, the application may prove valuable in bridging the gap between expert and non-expert users of PubMed.

Conclusion

The Web-based application offers an alternative search interface to facilitate MEDLINE/PubMed searches. JavaScript slider bars control search limits, add filters or modify search terms with ease. Textual link controls can hide or display abstracts with a mouse. Initial qualitative testing and user feedback were positive which reinforced the approach of enhancing user interaction to improve online research. SLIM can be an interactive time-saving tool for online medical literature research that improves user control and capability to instantly refocus search strategies. With continued development and by integrating search limits, methodology filters, MeSH terms and levels of evidence, SLIM may be useful in the practice of evidence-based medicine.

Availability and requirements

Project name: SLIM (Slider Interface for MEDLINE/PubMed searches)

Project home page: http://pmi.nlm.nih.gov/slide

Operating systems: Platform independent

Programming language: PHP, JavaScript

Other requirements: JavaScript-enabled browsers, e.g. Fire Fox 1.0 or higher, IE 5 or higher

License: Free, anyone may use the service

Any restrictions to use by non-academics: None

Abbreviations

SLIM:

Slider Interface for MEDLINE/PubMed searches

MeSH:

Medical Subject Headings

PHP:

PHP: Hypertext Preprocessor

HTML:

HyperText Markup Language

XML:

Extensible Markup Language

PMID:

PubMed ID

References

  1. PubMed Overview. [http://www.ncbi.nlm.nih.gov/entrez/query/static/overview.html]

  2. Carney PA, Poor DA, Schifferdecker KE, Gephart DS, Brooks WB, Nierenberg DW: Computer use among community-based primary care physician preceptors. Acad Med. 2004, 79: 580-90. 10.1097/00001888-200406000-00017.

    Article  PubMed  Google Scholar 

  3. Parekh SG, Nazarian DG, Lim CK: Adoption of information technology by resident physicians. Clin Orthop Relat Res. 2004, 107-11. 10.1097/01.blo.0000126865.22310.59.

    Google Scholar 

  4. Miller RH, Hillman JM, Given RS: Physician use of IT: results from the Deloitte Research Survey. J Healthc Inf Manag. 2004, 18: 72-80.

    PubMed  Google Scholar 

  5. De Groote SL, Dorsch JL: Measuring use patterns of online journals and databases. J Med Libr Assoc. 2003, 91: 231-40.

    PubMed  PubMed Central  Google Scholar 

  6. Wildemuth BM, Moore ME: End-user search behaviors and their relationship to search effectiveness. Bull Med Libr Assoc. 1995, 83: 294-304.

    CAS  PubMed  PubMed Central  Google Scholar 

  7. NCBI Databases. [http://www.ncbi.nlm.nih.gov/Database/index.html]

  8. MeSH Fact Sheet. [http://www.nlm.nih.gov/pubs/factsheets/mesh.html]

  9. Gallagher PE, Allen TY, Wyer PC: How to find evidence when you need it, part 2: a clinician's guide to MEDLINE: the basics. Ann Emerg Med. 2002, 39: 436-40. 10.1067/mem.2002.122774.

    Article  PubMed  Google Scholar 

  10. Entrez Programming Utilities. [http://eutils.ncbi.nlm.nih.gov/entrez/query/static/eutils_help.html]

  11. List of Journals Indexed for MEDLINE. [http://www.nlm.nih.gov/tsd/serials/lji.html]

  12. Abridged Index Medicus (AIM) Journal Titles. [http://www.nlm.nih.gov/bsd/aim.html]

  13. Brighton B, Bhandari M, Tornetta P, Felson DT: Hierarchy of evidence: from case reports to randomized controlled trials. Clin Orthop Relat Res. 2003, 19-24. 10.1097/01.blo.0000079323.41006.12.

    Google Scholar 

  14. Centre for Evidence-Based Medicine, Levels of Evidence. [http://www.cebm.net/levels_of_evidence.asp]

  15. PubMed Clinical Queries Filter Table. [http://www.ncbi.nlm.nih.gov/entrez/query/static/clinicaltable.html]

  16. PubMed Systematic Reviews Subset. [http://www.nlm.nih.gov/bsd/pubmed_subsets/sysreviews_strategy.html]

  17. WebFX. [http://webfx.eae.net]

  18. Dynamic Drive. [http://www.dynamicdrive.com]

  19. PubMed Help: Automatic Term Mapping. [http://www.ncbi.nlm.nih.gov/entrez/query/static/help/pmhelp.html#AutomaticTermMapping]

  20. Jamieson S: Likert scales: how to (ab)use them. Medical Education. 2004, 38: 1217-1218. 10.1111/j.1365-2929.2004.02012.x.

    Article  PubMed  Google Scholar 

  21. Milui HCI/Usability Articles: Likert scales and their uses. [http://articles.milui.com/index.php?p=22]

Pre-publication history

Download references

Acknowledgements

This research was supported by the Intramural Research Program of the National Institutes of Health, the National Library of Medicine and Lister Hill National Center for Biomedical Communications.

The JavaScript slider controls were created by Erik Arvidsson and downloaded from WebFX 17 under the GNU GPL license. JavaScript codes for Cool DHTML Tooltips and Switch Content were downloaded free of charge from Dynamic Drive 18.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Michael Muin.

Additional information

Competing interests

The author(s) declare that they have no competing interests.

Authors' contributions

MM conceived of the study, designed the interface, developed filters and algorithms, wrote the PHP codes, organized the usability testing and drafted the manuscript. PF assisted in the study and interface design, participated in usability testing, developed filters and algorithms and reviewed the initial drafts of the manuscript. FL wrote the custom JavaScript codes and assisted in design of the interface. MA participated in the study design, evaluation study and gave final approval of the version to be published. All authors read and approved the final manuscript.

Michael Muin, Paul Fontelo, Fang Liu and Michael Ackerman contributed equally to this work.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Muin, M., Fontelo, P., Liu, F. et al. SLIM: an alternative Web interface for MEDLINE/PubMed searches – a preliminary study. BMC Med Inform Decis Mak 5, 37 (2005). https://doi.org/10.1186/1472-6947-5-37

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1472-6947-5-37

Keywords