From the BlogSubscribe Now

CRC Press / Auerbach Publishers

New in the PMWL RSS

CRC Press is a premier publisher of scientific and technical work, reaching around the globe to collect essential reference material and the latest advances and make them available to researchers, academics, professionals, and students in a variety of accessible formats.

To see their project management titles, go to http://www.ittoday.info/catalog/projectmanagement.htm

CRC provides copies of selected new books to PM World for review, after which the book reviews are published in the PM World Journal and posted in the PM World Library.  Those reviews are now accessible below.  To read a book review, click on the title.  To learn more about the book, click on the cover image.  To learn something about the reviewer, click on her or his name.

SELECT   wp_posts.ID
					 FROM wp_posts  INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
					 WHERE 1=1  AND ( 
  ( wp_postmeta.meta_key = 'publisher' AND wp_postmeta.meta_value = '' )
) AND wp_posts.post_type = 'book-reviews' AND ((wp_posts.post_status = 'publish'))
					 GROUP BY wp_posts.ID
					 ORDER BY wp_posts.post_date DESC
					 LIMIT 0, 50
s2Member®