<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>IBM Voices</title>
    <link>http://ibm.com/social/aggregator/ibm</link>
    <description>What our company is saying right now.</description>
    <copyright>© Copyright IBM Corporation 1994, 2012.</copyright>
    <pubDate>Fri, 24 May 2013 22:08:11 GMT</pubDate>
    <dc:creator>ibm</dc:creator>
    <dc:date>2013-05-24T22:08:11Z</dc:date>
    <dc:rights>© Copyright IBM Corporation 1994, 2012.</dc:rights>
    <image>
      <title>IBM Voices</title>
      <url>https://www-304.ibm.com/social/aggregator/images/ibm/SMA/banner/thumb.jpg</url>
      <link>http://ibm.com/social/aggregator/ibm</link>
    </image>
    <item>
      <title>Network visualization and pivot tables</title>
      <link>https://www-304.ibm.com/connections/blogs/predictiveanalytics/entry/network_visualization_and_pivot_tables?lang=en_us</link>
      <description>&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;strong&gt;Guest post from Frank van Ham, Master Inventor, Information Visualization and Visual Interaction Expert&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;strong&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{09660d58-8a6d-480b-82f0-622d38335b75}_frank_van_ham_thumbnail.jpg" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{09660d58-8a6d-480b-82f0-622d38335b75}_frank_van_ham_thumbnail.jpg" style="  display:block; margin: 1em 0pt 0pt 1em; float: right;" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Many years ago I pursued a Computer Science PhD by trying to find better ways to give people insight in the structure of large networks. With large network data, I mean data that describes connections between entities. You might think about the local network of your friends on Facebook, a very large database of phone calls between different people, relationships between different genes in a genome or software dependencies in a large code base. Network data can be found in almost any context, but traditionally we haven&amp;#8217;t been very good at giving users an overview of what is going on in said network. Visualization is a critical component here, as it&amp;#8217;s very hard for humans to form a mental image of what is going on without actually seeing a visual rendition of the network in question. To prove my point I&amp;#8217;ll let you make a mental image of this set of network data (without grabbing pen and paper, no cheating!).&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;[(1-&amp;#62;2),(2-&amp;#62;3),(1-&amp;#62;4),(2-&amp;#62;5),(3-&amp;#62;6),(4-&amp;#62;5),(5-&amp;#62;6),(4-&amp;#62;7),(5-&amp;#62;8),(6-&amp;#62;9),(7-&amp;#62;8),(8-&amp;#62;9)]&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;The most straightforward way to approach the problem is to create tools that extract the network data from a database and subsequently render this network. Arguably this helps the user figure out what is going on, detect high level structure and maybe be triggered for further investigation. There are plenty of algorithms that will convert the dataset I described above into a visual representation of a 3x3 grid. Watching these algorithms perform their magic can be mesmerizing and the images they generate can certainly be captivating in some cases. For example consider these displays of the Internet backbone (left) and a network of gene interrelations (right).&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{8b0c4cc6-8b5f-4ba8-90c0-6afa7294a28f}_viz_image2.gif" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{8b0c4cc6-8b5f-4ba8-90c0-6afa7294a28f}_viz_image2.gif" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 200px; height: 193px; float: left; " /&gt;&lt;/a&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{3fc45fc7-9033-4189-a51a-f1b8feb18e1d}_viz_image1.gif" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{3fc45fc7-9033-4189-a51a-f1b8feb18e1d}_viz_image1.gif" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 220px; height: 191px; float: left; " /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Captivating maybe, but I&amp;#8217;d argue that they&amp;#8217;re not particularly useful to learn anything from the underlying data itself. The most we can glean from these diagrams is a rough clustering of nodes (assuming the clustering we find is not an artifact of the layout algorithm). The visualization research community (including myself) has developed a number of methods to avoid having to deal with hairballs, such as adjacency matrix representations, clustering methods, visual distortion techniques, different layout techniques or data abstraction techniques. All of these make the problem somewhat less glaring, but none of them really solves the core issue, which is mostly one of too much data at the wrong level of detail. The core problem is that there is not one fixed level of detail: depending on the task I&amp;#8217;m interested in, I might need to investigate my data from a different perspective.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;So, let&amp;#8217;s step back to back to business analytics for a moment. One of the key interfaces to data in many of today&amp;#8217;s business analytics application is the pivot table. Pivot tables allow us to very quickly aggregate millions and millions of data rows into smaller grids that summarize the data into typically two dimensions and plot aggregated number at the intersection of different members. Many basic visualizations (though not all of them) are just different renditions of data in a pivot table. For example here are a number of dashboards generated by IBM Cognos Insight, which are driven by the crosstab definitions above the table.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{fcc2c632-39aa-450d-bb7d-57db796b122e}_vizblog_ref1.png" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{fcc2c632-39aa-450d-bb7d-57db796b122e}_vizblog_ref1.png" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 400px; height: 158px; float: left; " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;IBM Cognos Insight driving visualizations through crosstabs.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Crosstabs for structured data can generally be defined by assigning one categorical set of values to the rows, one categorical set of values to the columns and designate one numerical attribute to drive the values in the grid. This allows me to generate rollups of my data from different perspectives: I can view total amount sales by business unit and geography or I can view the total number of products sold by product color and age category.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Now consider a usecase where I&amp;#8217;m operating an international airline. I have a very large database of flight bookings from each of my customers. Each flight consists of a number attributes, including origin airport code, destination airport code, customer id, flight designation, booking date, price etcetera. Just like I would do with normal business data I can generate crosstabs that would explain me the total revenue booked per destination airport by year, by dragging years to the columns, destination airport to the rows and selecting the sum of the price as the measure I want to display inside the grid. &amp;#160;However, I can also generate a crosstab that would give me the total number of passengers travelling between different airports, by dragging destination to columns, origin to rows and selecting a count function on customerid as the value I want to display in my grid. That will get me a weighted matrix of the number of connections between airports which I can then easily convert into a graph display.&lt;/span&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;Converting a crosstab (left) into a network display (right).&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{8083c1a6-46fc-4173-a29f-ecdad1407011}_vizblog_ref2.png" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{8083c1a6-46fc-4173-a29f-ecdad1407011}_vizblog_ref2.png" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 400px; height: 111px; float: left; " /&gt;&lt;/a&gt;Even though a five by five crosstab could be considered as small, in many real world cases the number of rows and columns can be in the hundreds. Often I don&amp;#8217;t want to report network data at that high level of detail and I want to report on aggregated number of passengers travelling between states, not between airports.&amp;#160; In that case, I can specify that the data on both of the edges of my crosstab should be aggregated up to the state level in almost exactly the same way as I would for a regular crosstab. The same comment goes for weighting the connections based on the aggregated revenue for each leg. All I&amp;#8217;d have to do is select a different value to display in the cells.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;We can roll up networks, just like we can rollup pivot tables.&lt;br /&gt;
	&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{f251ed69-2adf-4d9d-990a-97074b987011}_vizblog_ref3.png" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{f251ed69-2adf-4d9d-990a-97074b987011}_vizblog_ref3.png" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 400px; height: 110px; float: left; " /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;In the above small sample cases, I&amp;#8217;ve reduced the number of nodes in my diagram by aggregating connections up to higher levels in the associated hierarchies. Though in the sample the reduction is small, you can imagine that I could easily aggregate arbitrarily many connections into a much smaller number of aggregated connections. If you compare the two network layouts above you&amp;#8217;ll see aggregation is consistent: if there is a connection between two airports, there will be a connection between their associated states at the higher level. The one disadvantage is that the aggregated crosstabs will generally be much denser than their non-aggregated counterparts, which in turn makes layouts harder. This can be partially solved by applying a filter to all resulting cells based on simple weight or more complex statistical properties.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;The idea I&amp;#8217;ve sketched here is not new of course, as the core ideas behind it appeared in an existing approach called &lt;a href="http://hint.fm/papers/pivotgraph.pdf"&gt;&amp;#8216;pivotGraph&amp;#8217; for networks&lt;/a&gt;, which defines similar rollup operations.&amp;#160; I think one powerful, yet underexplored, approach for gaining insight into networks is similar to the one we use for gaining insight into large amounts of transactional data: by providing users with a flexible means to generate aggregated summary data along dimensions of interest.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Why stop the insight with this article? &lt;a href="http://www-958.ibm.com/software/analytics/manyeyes/?ce=ISM0178&amp;#38;ct=swg&amp;#38;cmp=ibmsocial&amp;#38;cm=h&amp;#38;cr=ba&amp;#38;ccy=us"&gt;Visit&amp;#160;IBM&amp;#8217;s&amp;#160;visualization&amp;#160;hub&lt;/a&gt;, IBM Many Eyes and join over 100,000 like-mined visualization enthusiasts, academia and professionals, including additional insights from Frank van Ham and other IBM visualization luminaries.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;Frank van Ham is a well-known research scientist and an IBM Master Inventor with over a decade in experience in designing and deploying interactive information visualization. Some of his past projects include Many Eyes, a site for collaborative visualization and SequoiaView, a visual disk browser. Dr. van Ham currently works with the IBM Business Analytics division on integrating visualization into IBM&amp;#39;s product portfolio.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <content:encoded>&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;strong&gt;Guest post from Frank van Ham, Master Inventor, Information Visualization and Visual Interaction Expert&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;strong&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{09660d58-8a6d-480b-82f0-622d38335b75}_frank_van_ham_thumbnail.jpg" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{09660d58-8a6d-480b-82f0-622d38335b75}_frank_van_ham_thumbnail.jpg" style="  display:block; margin: 1em 0pt 0pt 1em; float: right;" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Many years ago I pursued a Computer Science PhD by trying to find better ways to give people insight in the structure of large networks. With large network data, I mean data that describes connections between entities. You might think about the local network of your friends on Facebook, a very large database of phone calls between different people, relationships between different genes in a genome or software dependencies in a large code base. Network data can be found in almost any context, but traditionally we haven&amp;#8217;t been very good at giving users an overview of what is going on in said network. Visualization is a critical component here, as it&amp;#8217;s very hard for humans to form a mental image of what is going on without actually seeing a visual rendition of the network in question. To prove my point I&amp;#8217;ll let you make a mental image of this set of network data (without grabbing pen and paper, no cheating!).&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;[(1-&amp;#62;2),(2-&amp;#62;3),(1-&amp;#62;4),(2-&amp;#62;5),(3-&amp;#62;6),(4-&amp;#62;5),(5-&amp;#62;6),(4-&amp;#62;7),(5-&amp;#62;8),(6-&amp;#62;9),(7-&amp;#62;8),(8-&amp;#62;9)]&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;The most straightforward way to approach the problem is to create tools that extract the network data from a database and subsequently render this network. Arguably this helps the user figure out what is going on, detect high level structure and maybe be triggered for further investigation. There are plenty of algorithms that will convert the dataset I described above into a visual representation of a 3x3 grid. Watching these algorithms perform their magic can be mesmerizing and the images they generate can certainly be captivating in some cases. For example consider these displays of the Internet backbone (left) and a network of gene interrelations (right).&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{8b0c4cc6-8b5f-4ba8-90c0-6afa7294a28f}_viz_image2.gif" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{8b0c4cc6-8b5f-4ba8-90c0-6afa7294a28f}_viz_image2.gif" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 200px; height: 193px; float: left; " /&gt;&lt;/a&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{3fc45fc7-9033-4189-a51a-f1b8feb18e1d}_viz_image1.gif" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{3fc45fc7-9033-4189-a51a-f1b8feb18e1d}_viz_image1.gif" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 220px; height: 191px; float: left; " /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Captivating maybe, but I&amp;#8217;d argue that they&amp;#8217;re not particularly useful to learn anything from the underlying data itself. The most we can glean from these diagrams is a rough clustering of nodes (assuming the clustering we find is not an artifact of the layout algorithm). The visualization research community (including myself) has developed a number of methods to avoid having to deal with hairballs, such as adjacency matrix representations, clustering methods, visual distortion techniques, different layout techniques or data abstraction techniques. All of these make the problem somewhat less glaring, but none of them really solves the core issue, which is mostly one of too much data at the wrong level of detail. The core problem is that there is not one fixed level of detail: depending on the task I&amp;#8217;m interested in, I might need to investigate my data from a different perspective.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;So, let&amp;#8217;s step back to back to business analytics for a moment. One of the key interfaces to data in many of today&amp;#8217;s business analytics application is the pivot table. Pivot tables allow us to very quickly aggregate millions and millions of data rows into smaller grids that summarize the data into typically two dimensions and plot aggregated number at the intersection of different members. Many basic visualizations (though not all of them) are just different renditions of data in a pivot table. For example here are a number of dashboards generated by IBM Cognos Insight, which are driven by the crosstab definitions above the table.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{fcc2c632-39aa-450d-bb7d-57db796b122e}_vizblog_ref1.png" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{fcc2c632-39aa-450d-bb7d-57db796b122e}_vizblog_ref1.png" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 400px; height: 158px; float: left; " /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;IBM Cognos Insight driving visualizations through crosstabs.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Crosstabs for structured data can generally be defined by assigning one categorical set of values to the rows, one categorical set of values to the columns and designate one numerical attribute to drive the values in the grid. This allows me to generate rollups of my data from different perspectives: I can view total amount sales by business unit and geography or I can view the total number of products sold by product color and age category.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Now consider a usecase where I&amp;#8217;m operating an international airline. I have a very large database of flight bookings from each of my customers. Each flight consists of a number attributes, including origin airport code, destination airport code, customer id, flight designation, booking date, price etcetera. Just like I would do with normal business data I can generate crosstabs that would explain me the total revenue booked per destination airport by year, by dragging years to the columns, destination airport to the rows and selecting the sum of the price as the measure I want to display inside the grid. &amp;#160;However, I can also generate a crosstab that would give me the total number of passengers travelling between different airports, by dragging destination to columns, origin to rows and selecting a count function on customerid as the value I want to display in my grid. That will get me a weighted matrix of the number of connections between airports which I can then easily convert into a graph display.&lt;/span&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;Converting a crosstab (left) into a network display (right).&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{8083c1a6-46fc-4173-a29f-ecdad1407011}_vizblog_ref2.png" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{8083c1a6-46fc-4173-a29f-ecdad1407011}_vizblog_ref2.png" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 400px; height: 111px; float: left; " /&gt;&lt;/a&gt;Even though a five by five crosstab could be considered as small, in many real world cases the number of rows and columns can be in the hundreds. Often I don&amp;#8217;t want to report network data at that high level of detail and I want to report on aggregated number of passengers travelling between states, not between airports.&amp;#160; In that case, I can specify that the data on both of the edges of my crosstab should be aggregated up to the state level in almost exactly the same way as I would for a regular crosstab. The same comment goes for weighting the connections based on the aggregated revenue for each leg. All I&amp;#8217;d have to do is select a different value to display in the cells.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;We can roll up networks, just like we can rollup pivot tables.&lt;br /&gt;
	&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{f251ed69-2adf-4d9d-990a-97074b987011}_vizblog_ref3.png" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{f251ed69-2adf-4d9d-990a-97074b987011}_vizblog_ref3.png" style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 400px; height: 110px; float: left; " /&gt;&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;In the above small sample cases, I&amp;#8217;ve reduced the number of nodes in my diagram by aggregating connections up to higher levels in the associated hierarchies. Though in the sample the reduction is small, you can imagine that I could easily aggregate arbitrarily many connections into a much smaller number of aggregated connections. If you compare the two network layouts above you&amp;#8217;ll see aggregation is consistent: if there is a connection between two airports, there will be a connection between their associated states at the higher level. The one disadvantage is that the aggregated crosstabs will generally be much denser than their non-aggregated counterparts, which in turn makes layouts harder. This can be partially solved by applying a filter to all resulting cells based on simple weight or more complex statistical properties.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;The idea I&amp;#8217;ve sketched here is not new of course, as the core ideas behind it appeared in an existing approach called &lt;a href="http://hint.fm/papers/pivotgraph.pdf"&gt;&amp;#8216;pivotGraph&amp;#8217; for networks&lt;/a&gt;, which defines similar rollup operations.&amp;#160; I think one powerful, yet underexplored, approach for gaining insight into networks is similar to the one we use for gaining insight into large amounts of transactional data: by providing users with a flexible means to generate aggregated summary data along dimensions of interest.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;Why stop the insight with this article? &lt;a href="http://www-958.ibm.com/software/analytics/manyeyes/?ce=ISM0178&amp;#38;ct=swg&amp;#38;cmp=ibmsocial&amp;#38;cm=h&amp;#38;cr=ba&amp;#38;ccy=us"&gt;Visit&amp;#160;IBM&amp;#8217;s&amp;#160;visualization&amp;#160;hub&lt;/a&gt;, IBM Many Eyes and join over 100,000 like-mined visualization enthusiasts, academia and professionals, including additional insights from Frank van Ham and other IBM visualization luminaries.&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-size:12px;"&gt;&lt;em&gt;Frank van Ham is a well-known research scientist and an IBM Master Inventor with over a decade in experience in designing and deploying interactive information visualization. Some of his past projects include Many Eyes, a site for collaborative visualization and SequoiaView, a visual disk browser. Dr. van Ham currently works with the IBM Business Analytics division on integrating visualization into IBM&amp;#39;s product portfolio.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 19:21:18 GMT</pubDate>
      <guid isPermaLink="false">urn:lsid:ibm.com:blogs:entry-30f7b036-550b-4193-8d9a-e86ada757231</guid>
      <dc:creator>Michelina M Jones</dc:creator>
      <dc:date>2013-05-24T19:21:18Z</dc:date>
    </item>
    <item>
      <title>Vision 2013 wrap-up: Sales Performance Management</title>
      <link>https://www-304.ibm.com/connections/blogs/predictiveanalytics/entry/vision_wrap_up_sales_performance_management?lang=en_us</link>
      <description>&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;&lt;b&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{7d678863-f9c9-4c31-bdeb-90627afb9ef8}_MikeMeisenheimer.png" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{833b62af-17cd-4fda-81e3-52ce46ea7000}_MikeMeisenheimer.gif " style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 135px; height: 145px; float: right; " /&gt;&lt;/a&gt;Guest post from Michael Meisenheimer, SPM Industry Solutions, IBM Business Analytics&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr" style="margin-bottom: 0in; line-height: 100%"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;Follow Michael on Twitter &lt;a href="http://www.twitter.com/mikemeisenheime"&gt;&lt;span style="color:#0000ff;"&gt;@mikemeisenheime&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;&lt;a href="http://www.livestream.com/ibmsoftware"&gt;&lt;span style="color:#0000ff;"&gt;Vision 2013&lt;/span&gt;&lt;/a&gt; in the books, having brought together more than 1,200 participants from sales operations, incentive compensation, finance and risk to learn, share best practices, network and have some fun. We were thrilled that people from across different industries, company sizes and locations (record for the longest journey? Sydney to Orlando!) found common purpose in their goals of driving growth, managing risk and optimizing performance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;Over three days we heard from some outstanding keynote speakers like Les Rechan, General Manager &lt;a href="http://www-03.ibm.com/software/products/us/en/category/SWQ00?ce=ISM0178&amp;#38;ct=swg&amp;#38;cmp=ibmsocial&amp;#38;cm=h&amp;#38;cr=ba&amp;#38;ccy=us"&gt;&lt;span style="color:#0000ff;"&gt;IBM Business Analytics&lt;/span&gt;&lt;/a&gt; and &lt;strong&gt;&lt;span style="font-weight:normal;"&gt;Jim Kavanaugh, Vice President and Controller, IBM. The special&amp;#160;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight:normal;"&gt;&lt;a href="http://www.ibm.com/software/analytics/solutions/sales-performance-management/products.html?ce=ISM0178&amp;#38;ct=swg&amp;#38;cmp=ibmsocial&amp;#38;cm=h&amp;#38;cr=ba&amp;#38;ccy=us"&gt;&lt;span style="color:#0000ff;"&gt;sales performance management&lt;/span&gt;&lt;/a&gt;&amp;#160;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight:normal;"&gt;event Monday evening brought with it a night of mystery, as our special guests read palms, told fortunes and entertained the attendees with magic.&amp;#160;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{2cd180a7-fbb6-48fa-af32-076ea2d4ebc2}_Vision1.gif" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{2cd180a7-fbb6-48fa-af32-076ea2d4ebc2}_Vision1.gif" style="cursor: default; display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; float: left; " /&gt;&lt;/a&gt;Kicking off day two, Harry M. Jansen Kraemer Jr., Professor of Management and Strategy at Northwestern University Kellogg School of Management and Former Chairman and CEO of Baxter International talked about the impact values-based leaders can have on the organization when they &amp;#34;do the right thing&amp;#34;.&amp;#160;&lt;strong&gt;&lt;span style="font-weight:normal;"&gt;We also heard from Vernice &amp;#8220;FlyGirl&amp;#8221; Armour&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;, &lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight:normal;"&gt;America&amp;#8217;s First African-American Female Combat Pilot. Vernice used her personal journey to encourage the audience to &lt;/span&gt;&lt;/strong&gt;create breakthroughs in their own lives.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;I&amp;#8217;d like to extend a huge thank you to the customer speakers that shared their stories. The conference participants receive a tremendous amount of value from these sessions. I&amp;#8217;d also like to thank our partners who supported Vision; without you we wouldn&amp;#8217;t have been able to put together such a successful event.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;Market leading new products and product enhancements. Best practices from customers, industry experts and IBM team members. Making new connections and networking. By themselves these three things made for a memorable week. But let&amp;#8217;s be honest; a private evening at the Wizarding World of Harry Potter at Universal Studios provided the icing on the cake.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;Again, thanks to everyone who attended, spoke at and supported Vision 2013. And with this year&amp;#8217;s event coming to a close, now is the time to mark your calendars for next year. For &lt;em&gt;Vision 2014&lt;/em&gt; we&amp;#8217;ll be back in &lt;em&gt;Orlando &lt;/em&gt;&lt;span style="color:black;"&gt;&lt;em&gt;May 18 &amp;#8211; 22&lt;/em&gt;.&amp;#160; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;We look forward to seeing you there!&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;&lt;strong&gt;For more info:&lt;/strong&gt;&lt;br /&gt;
	If you missed the livestream, listen to the &lt;strong&gt;&lt;a href="http://www.livestream.com/ibmsoftware"&gt;&lt;span style="color:#0000ff;"&gt;recorded Vision 2013 keynote&amp;#160;sessions&lt;/span&gt;&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&amp;#160;&lt;/p&gt;</description>
      <content:encoded>&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;&lt;b&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{7d678863-f9c9-4c31-bdeb-90627afb9ef8}_MikeMeisenheimer.png" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{833b62af-17cd-4fda-81e3-52ce46ea7000}_MikeMeisenheimer.gif " style="display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; width: 135px; height: 145px; float: right; " /&gt;&lt;/a&gt;Guest post from Michael Meisenheimer, SPM Industry Solutions, IBM Business Analytics&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr" style="margin-bottom: 0in; line-height: 100%"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;Follow Michael on Twitter &lt;a href="http://www.twitter.com/mikemeisenheime"&gt;&lt;span style="color:#0000ff;"&gt;@mikemeisenheime&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;&lt;a href="http://www.livestream.com/ibmsoftware"&gt;&lt;span style="color:#0000ff;"&gt;Vision 2013&lt;/span&gt;&lt;/a&gt; in the books, having brought together more than 1,200 participants from sales operations, incentive compensation, finance and risk to learn, share best practices, network and have some fun. We were thrilled that people from across different industries, company sizes and locations (record for the longest journey? Sydney to Orlando!) found common purpose in their goals of driving growth, managing risk and optimizing performance.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;Over three days we heard from some outstanding keynote speakers like Les Rechan, General Manager &lt;a href="http://www-03.ibm.com/software/products/us/en/category/SWQ00?ce=ISM0178&amp;#38;ct=swg&amp;#38;cmp=ibmsocial&amp;#38;cm=h&amp;#38;cr=ba&amp;#38;ccy=us"&gt;&lt;span style="color:#0000ff;"&gt;IBM Business Analytics&lt;/span&gt;&lt;/a&gt; and &lt;strong&gt;&lt;span style="font-weight:normal;"&gt;Jim Kavanaugh, Vice President and Controller, IBM. The special&amp;#160;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight:normal;"&gt;&lt;a href="http://www.ibm.com/software/analytics/solutions/sales-performance-management/products.html?ce=ISM0178&amp;#38;ct=swg&amp;#38;cmp=ibmsocial&amp;#38;cm=h&amp;#38;cr=ba&amp;#38;ccy=us"&gt;&lt;span style="color:#0000ff;"&gt;sales performance management&lt;/span&gt;&lt;/a&gt;&amp;#160;&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight:normal;"&gt;event Monday evening brought with it a night of mystery, as our special guests read palms, told fortunes and entertained the attendees with magic.&amp;#160;&lt;/span&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;&lt;a href="http://images.information.cognos.com/eloquaimages/clients/Cognos/{2cd180a7-fbb6-48fa-af32-076ea2d4ebc2}_Vision1.gif" target="_blank"&gt;&lt;img alt="image" src="http://images.information.cognos.com/eloquaimages/clients/Cognos/{2cd180a7-fbb6-48fa-af32-076ea2d4ebc2}_Vision1.gif" style="cursor: default; display: block; margin-top: 1em; margin-right: 1em; margin-bottom: 0pt; margin-left: 0pt; float: left; " /&gt;&lt;/a&gt;Kicking off day two, Harry M. Jansen Kraemer Jr., Professor of Management and Strategy at Northwestern University Kellogg School of Management and Former Chairman and CEO of Baxter International talked about the impact values-based leaders can have on the organization when they &amp;#34;do the right thing&amp;#34;.&amp;#160;&lt;strong&gt;&lt;span style="font-weight:normal;"&gt;We also heard from Vernice &amp;#8220;FlyGirl&amp;#8221; Armour&lt;/span&gt;&lt;/strong&gt;&lt;strong&gt;, &lt;/strong&gt;&lt;strong&gt;&lt;span style="font-weight:normal;"&gt;America&amp;#8217;s First African-American Female Combat Pilot. Vernice used her personal journey to encourage the audience to &lt;/span&gt;&lt;/strong&gt;create breakthroughs in their own lives.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;I&amp;#8217;d like to extend a huge thank you to the customer speakers that shared their stories. The conference participants receive a tremendous amount of value from these sessions. I&amp;#8217;d also like to thank our partners who supported Vision; without you we wouldn&amp;#8217;t have been able to put together such a successful event.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;Market leading new products and product enhancements. Best practices from customers, industry experts and IBM team members. Making new connections and networking. By themselves these three things made for a memorable week. But let&amp;#8217;s be honest; a private evening at the Wizarding World of Harry Potter at Universal Studios provided the icing on the cake.&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;Again, thanks to everyone who attended, spoke at and supported Vision 2013. And with this year&amp;#8217;s event coming to a close, now is the time to mark your calendars for next year. For &lt;em&gt;Vision 2014&lt;/em&gt; we&amp;#8217;ll be back in &lt;em&gt;Orlando &lt;/em&gt;&lt;span style="color:black;"&gt;&lt;em&gt;May 18 &amp;#8211; 22&lt;/em&gt;.&amp;#160; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;We look forward to seeing you there!&amp;#160;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&lt;span style="font-family:arial,helvetica,sans-serif;"&gt;&lt;span style="font-size:12px;"&gt;&lt;strong&gt;For more info:&lt;/strong&gt;&lt;br /&gt;
	If you missed the livestream, listen to the &lt;strong&gt;&lt;a href="http://www.livestream.com/ibmsoftware"&gt;&lt;span style="color:#0000ff;"&gt;recorded Vision 2013 keynote&amp;#160;sessions&lt;/span&gt;&lt;/a&gt;.&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;
	&amp;#160;&lt;/p&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 14:35:26 GMT</pubDate>
      <guid isPermaLink="false">urn:lsid:ibm.com:blogs:entry-3eeec793-f8ba-4491-b5f6-f00975ad2be5</guid>
      <dc:creator>Michelina M Jones</dc:creator>
      <dc:date>2013-05-24T14:35:26Z</dc:date>
    </item>
    <item>
      <title>When Disaster Strikes in a Socially-Connected World</title>
      <link>http://feedproxy.google.com/~r/ASmarterPlanet/~3/iJvytR0EPcM/25455.html</link>
      <description>&lt;div id="attachment_25456" class="wp-caption alignleft" style="width: 132px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Werner-Kruck-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25456" alt="Werner Kruck, Chief Operating Officer, Security First Insurance Company" src="http://asmarterplanet.com/files/2013/05/SP-Werner-Kruck-May-2013.jpg" width="122" height="167" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Werner Kruck, Chief Operating Officer, Security First Insurance Company&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Werner Kruck&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;You may think of Twitter and Facebook as a way to catch up on the latest gossip, but social media often becomes a critical lifeline and communications channel after a natural disaster. In addition to using it to locate loved one­s, friends and emergency resources, people affected by a natural disaster often turn to social media to contact their insurance company for information and to start the claims process. Homeowners insurance companies must prepare for the reality that today&amp;#8217;s policyholders will use any means available to connect with them, including posting a question or comment on the company&amp;#8217;s Facebook page or Twitter account.&lt;span id="more-25455"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.securityfirstflorida.com/"&gt;Florida homeowners insurance&lt;/a&gt; companies are extremely prone to the challenge of dealing with disaster in a socially connected world – Florida has more property and people exposed to hurricanes than any other state in the nation. As the fourth largest homeowners insurance company in Florida, Security First Insurance Company understands the importance of adapting to the widespread use of &lt;a href="http://www.securityfirstflorida.com/social-media-and-hurricane-sandy-infographic-by-security-first-insurance/"&gt;social media&lt;/a&gt; and leveraging modern technology to improve the recovery process for our nearly 180,000 customers. As a result, we have partnered with IBM and Integritie, an IBM-business partner, to develop Social Media Capture, Control, Communication, and Compliance (SMC4).&lt;/p&gt;
&lt;p&gt;SMC4 integrates social media and email communications, and using &lt;a href="http://www-03.ibm.com/software/products/us/en/contentanalyticssearch/"&gt;IBM Content Analytics with Enterprise Search&lt;/a&gt; and IBM Content Collector for Email, the system automatically prioritizes and routes incoming requests to the appropriate employees based on the content of the message. SMC4 enables  &lt;a href="http://www.securityfirstflorida.com/"&gt;Security First Insurance Company&lt;/a&gt; to effectively manage a high volume of requests we anticipate to receive after a hurricane and improve the response time to our customers. SMC4 also uses IBM FileNet Content Manager software to archive all communication for compliance review. &lt;/p&gt;
&lt;p&gt;The challenge for companies responsible for assisting customers after a disaster in a socially connected world is capturing and prioritizing &lt;i&gt;all&lt;/i&gt; incoming messages and developing a quick and appropriate response. According to the American Red Cross, at least 76 percent of the general public would expect assistance to arrive within one to three hours from posting a request for help on a social media website. Built on IBM software, SMC4 eliminates silos and redundancy—expediting the resolution process for policyholders and allowing us to follow through on our promise to be there for Floridians storm after storm, year after year.&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/mobile+computing' rel='tag' target='_self'&gt;mobile computing&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+mobile+computing' rel='tag' target='_self'&gt;smarter mobile computing&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+social+business' rel='tag' target='_self'&gt;smarter social business&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/social+media' rel='tag' target='_self'&gt;social media&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/25455.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/iJvytR0EPcM" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div id="attachment_25456" class="wp-caption alignleft" style="width: 132px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Werner-Kruck-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25456" alt="Werner Kruck, Chief Operating Officer, Security First Insurance Company" src="http://asmarterplanet.com/files/2013/05/SP-Werner-Kruck-May-2013.jpg" width="122" height="167" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Werner Kruck, Chief Operating Officer, Security First Insurance Company&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Werner Kruck&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;You may think of Twitter and Facebook as a way to catch up on the latest gossip, but social media often becomes a critical lifeline and communications channel after a natural disaster. In addition to using it to locate loved one­s, friends and emergency resources, people affected by a natural disaster often turn to social media to contact their insurance company for information and to start the claims process. Homeowners insurance companies must prepare for the reality that today&amp;#8217;s policyholders will use any means available to connect with them, including posting a question or comment on the company&amp;#8217;s Facebook page or Twitter account.&lt;span id="more-25455"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.securityfirstflorida.com/"&gt;Florida homeowners insurance&lt;/a&gt; companies are extremely prone to the challenge of dealing with disaster in a socially connected world – Florida has more property and people exposed to hurricanes than any other state in the nation. As the fourth largest homeowners insurance company in Florida, Security First Insurance Company understands the importance of adapting to the widespread use of &lt;a href="http://www.securityfirstflorida.com/social-media-and-hurricane-sandy-infographic-by-security-first-insurance/"&gt;social media&lt;/a&gt; and leveraging modern technology to improve the recovery process for our nearly 180,000 customers. As a result, we have partnered with IBM and Integritie, an IBM-business partner, to develop Social Media Capture, Control, Communication, and Compliance (SMC4).&lt;/p&gt;
&lt;p&gt;SMC4 integrates social media and email communications, and using &lt;a href="http://www-03.ibm.com/software/products/us/en/contentanalyticssearch/"&gt;IBM Content Analytics with Enterprise Search&lt;/a&gt; and IBM Content Collector for Email, the system automatically prioritizes and routes incoming requests to the appropriate employees based on the content of the message. SMC4 enables  &lt;a href="http://www.securityfirstflorida.com/"&gt;Security First Insurance Company&lt;/a&gt; to effectively manage a high volume of requests we anticipate to receive after a hurricane and improve the response time to our customers. SMC4 also uses IBM FileNet Content Manager software to archive all communication for compliance review. &lt;/p&gt;
&lt;p&gt;The challenge for companies responsible for assisting customers after a disaster in a socially connected world is capturing and prioritizing &lt;i&gt;all&lt;/i&gt; incoming messages and developing a quick and appropriate response. According to the American Red Cross, at least 76 percent of the general public would expect assistance to arrive within one to three hours from posting a request for help on a social media website. Built on IBM software, SMC4 eliminates silos and redundancy—expediting the resolution process for policyholders and allowing us to follow through on our promise to be there for Floridians storm after storm, year after year.&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/mobile+computing' rel='tag' target='_self'&gt;mobile computing&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+mobile+computing' rel='tag' target='_self'&gt;smarter mobile computing&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+social+business' rel='tag' target='_self'&gt;smarter social business&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/social+media' rel='tag' target='_self'&gt;social media&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/25455.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/iJvytR0EPcM" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 14:20:47 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/?p=25455</guid>
      <dc:creator>Werner Kruck</dc:creator>
      <dc:date>2013-05-24T14:20:47Z</dc:date>
    </item>
    <item>
      <title>How Digital Marketing Helped Decide the Outcome of the Presidential Election</title>
      <link>http://feedproxy.google.com/~r/ASmarterPlanet/~3/cwic49V3z08/how-digital-marketing-helped-decide-the-outcome-of-the-presidential-election.html</link>
      <description>&lt;div id="attachment_25114" class="wp-caption alignleft" style="width: 160px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/teddy2.jpg"&gt;&lt;img class="size-thumbnail wp-image-25114" alt="Teddy Goff" src="http://asmarterplanet.com/files/2013/05/teddy2-150x150.jpg" width="150" height="150" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Teddy Goff&lt;/p&gt;&lt;/div&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt;&lt;em&gt; Teddy Goff led a team of more than 200 people focused on digital media for President Obama’s re-election campaign. They generated more than 133 million video views, developed innovative tools to build grassroots communities, and raised more than $690 million. Recently, he and two colleagues formed a strategic marketing consultancy, &lt;a href="http://www.precisionstrategies.com/"&gt;Precision Strategies.&lt;/a&gt; Here, Goff talks about the importance of cultivating relationships and how President Obama’s re-election campaign ultimately relied on the effective use of predictive analytics.&lt;/em&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt;&lt;b&gt;What was the digital campaign’s key contribution &lt;span&gt; &lt;/span&gt;to President Obama’s re-election?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; It put supporters back into a primary role. We realized the most important thing we could do on the digital side was to cultivate relationships with the supporters on e-mail, Facebook, Twitter. We wanted to keep them inspired, engaged and informed. If we gave those people a reason to hit the retweet button every now and again, hit the share button, they could reach almost everyone in the United States more powerfully than we as a campaign operation ever could. President Obama on election day had about 34 million Facebook fans. Those people were friends with 98 percent of the U.S.-based Facebook population, which is more than the number of people who vote.&lt;span id="more-25110"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt;&lt;p&gt;&lt;a href="http://asmarterplanet.com/blog/2013/05/how-digital-marketing-helped-decide-the-outcome-of-the-presidential-election.html"&gt;&lt;em&gt;Click here to view the embedded video.&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;Why are social networks so powerful in politics and business?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt;Social networking technologies are giving ordinary people more resources, more access to information and to each other. People are so turned off to politics today. They’re turned off to political advertising. But they trust their friends. It’s the same in business. Every business is going to be increasingly relying on ordinary people to transmit their messages. Everyday people can do a lot of damage if they’re not getting a positive experience, or they can become the best marketing engine a business could hope for.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;Did you deliberately craft a system of engagement across platforms?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; We tried to think about our relationships in as holistic a way as possible. Political campaigns have often thought about online supporters as being a different constituency than offline supporters; volunteers as being different from donors. But most volunteers donate and most donors volunteer. So you’re able to get a much more complete picture of a person if you integrate all sources and we had some success doing that. We wound up toward the end with a unified database that pulled in donor data, online data from clicks, and volunteer data, as well as commercial data. That gave us a much more comprehensive picture of who people were, so we could serve them better.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;Can you talk about the importance of authenticity in an age of social media?&lt;span&gt;  &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; It’s simple. You can’t fake it. You cannot use a lot of banner advertising or a clever tweet to paper over the fact that your product is no good or your corporate values are awful or that you don’t treat people well. All of these changes in technology are making companies be better because they’ve got no choice. They can’t get away with not being authentic. Sure, your tweets should be clever and your banner ads should be great, but all of that stuff decreases in importance as the Internet imposes greater accountability and visibility into the business.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;Do you have any advice for how companies and can be more agile in this world of real-time information?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; Well, the first thing I would talk about is structure. I do some consulting with large corporations that have a marketing department and a sales department and a PR department and a communications department and maybe a brand department. It’s an organizational scheme that pre-dates the Internet. That may have worked for creating a TV ad or a press release, but that’s not a process conducive to firing off a tweet out during the Super Bowl blackout because every department is fighting over the new toy. By contrast, in the Obama campaign, we didn’t have to deal with legacy systems, and so there was never a question that digital would be a free-standing department co-equal to everything else. As a result, we didn’t have to have a cross-departmental battle over every last thing or argue our case to a manager who was coming at things from a completely different point of view. I guess the point is that certain structures and incentive systems prevent agility. It’s better to not have to contend with that.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;How did you use predictive analytics?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; We predicted where people stood, how likely they were to vote, and even the likelihood that our contact would have an effect. Our analytics team not only predicted how people were going to vote but also how people were going to vote at various times of day. In a way, the entire campaign was predicated on a couple of big predictive models. A campaign has a finite number of door knocks or phone calls that they can make or commercials that they can run. So the whole ballgame is making sure you use those resources as efficiently as possible. You never, ever want to send a volunteer to go knock on a door where the person is not going to vote for President Obama because that’s one fewer door knock you can make. There were certain situations where we determined that a token knock actually had a counterproductive effect. So we weren’t only looking for undecided voters; we were looking for persuadable voters likely to be moved in the right direction. That’s all predictive modeling.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;What’s next in your career? &lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; Social media and the Internet are forcing people and organizations and governments to do better work and treat people in a more responsible way. Being involved in that, I think, is a real privilege. I’ve done that in the political world. Doing it in corporate settings or with non-profits sounds like a pretty fun way to keep that going. I do think that certain kinds of injustices, whether it’s bad behavior by companies or politicians, are inevitably going to go away. But it makes a big difference whether they go away in 10 years because people like me are screaming for change at the top of their lungs or in 100 years because the practitioners wind up drowning in the rising tide that they didn’t see coming. Look at what’s happening right now around marriage equality. The issue has completely turned around in nine years and the Internet is driving that. It’s probably inevitable that this issue will be resolved, but I’m a 27-year old gay man and &lt;span&gt;I&amp;#8217;d like to see this issue resolved by the time I&amp;#8217;m 35 and not 50&lt;/span&gt;. The Internet gives people like me the ability push things more quickly than they otherwise could be. I think that’s a good thing, and a good way to spend one’s time and energy.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/IBM' rel='tag' target='_self'&gt;IBM&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/obama' rel='tag' target='_self'&gt;obama&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Teddy+Goff' rel='tag' target='_self'&gt;Teddy Goff&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/how-digital-marketing-helped-decide-the-outcome-of-the-presidential-election.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/cwic49V3z08" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div id="attachment_25114" class="wp-caption alignleft" style="width: 160px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/teddy2.jpg"&gt;&lt;img class="size-thumbnail wp-image-25114" alt="Teddy Goff" src="http://asmarterplanet.com/files/2013/05/teddy2-150x150.jpg" width="150" height="150" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Teddy Goff&lt;/p&gt;&lt;/div&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt;&lt;em&gt; Teddy Goff led a team of more than 200 people focused on digital media for President Obama’s re-election campaign. They generated more than 133 million video views, developed innovative tools to build grassroots communities, and raised more than $690 million. Recently, he and two colleagues formed a strategic marketing consultancy, &lt;a href="http://www.precisionstrategies.com/"&gt;Precision Strategies.&lt;/a&gt; Here, Goff talks about the importance of cultivating relationships and how President Obama’s re-election campaign ultimately relied on the effective use of predictive analytics.&lt;/em&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt;&lt;b&gt;What was the digital campaign’s key contribution &lt;span&gt; &lt;/span&gt;to President Obama’s re-election?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; It put supporters back into a primary role. We realized the most important thing we could do on the digital side was to cultivate relationships with the supporters on e-mail, Facebook, Twitter. We wanted to keep them inspired, engaged and informed. If we gave those people a reason to hit the retweet button every now and again, hit the share button, they could reach almost everyone in the United States more powerfully than we as a campaign operation ever could. President Obama on election day had about 34 million Facebook fans. Those people were friends with 98 percent of the U.S.-based Facebook population, which is more than the number of people who vote.&lt;span id="more-25110"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt;&lt;p&gt;&lt;a href="http://asmarterplanet.com/blog/2013/05/how-digital-marketing-helped-decide-the-outcome-of-the-presidential-election.html"&gt;&lt;em&gt;Click here to view the embedded video.&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;Why are social networks so powerful in politics and business?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt;Social networking technologies are giving ordinary people more resources, more access to information and to each other. People are so turned off to politics today. They’re turned off to political advertising. But they trust their friends. It’s the same in business. Every business is going to be increasingly relying on ordinary people to transmit their messages. Everyday people can do a lot of damage if they’re not getting a positive experience, or they can become the best marketing engine a business could hope for.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;Did you deliberately craft a system of engagement across platforms?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; We tried to think about our relationships in as holistic a way as possible. Political campaigns have often thought about online supporters as being a different constituency than offline supporters; volunteers as being different from donors. But most volunteers donate and most donors volunteer. So you’re able to get a much more complete picture of a person if you integrate all sources and we had some success doing that. We wound up toward the end with a unified database that pulled in donor data, online data from clicks, and volunteer data, as well as commercial data. That gave us a much more comprehensive picture of who people were, so we could serve them better.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;Can you talk about the importance of authenticity in an age of social media?&lt;span&gt;  &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; It’s simple. You can’t fake it. You cannot use a lot of banner advertising or a clever tweet to paper over the fact that your product is no good or your corporate values are awful or that you don’t treat people well. All of these changes in technology are making companies be better because they’ve got no choice. They can’t get away with not being authentic. Sure, your tweets should be clever and your banner ads should be great, but all of that stuff decreases in importance as the Internet imposes greater accountability and visibility into the business.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;Do you have any advice for how companies and can be more agile in this world of real-time information?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; Well, the first thing I would talk about is structure. I do some consulting with large corporations that have a marketing department and a sales department and a PR department and a communications department and maybe a brand department. It’s an organizational scheme that pre-dates the Internet. That may have worked for creating a TV ad or a press release, but that’s not a process conducive to firing off a tweet out during the Super Bowl blackout because every department is fighting over the new toy. By contrast, in the Obama campaign, we didn’t have to deal with legacy systems, and so there was never a question that digital would be a free-standing department co-equal to everything else. As a result, we didn’t have to have a cross-departmental battle over every last thing or argue our case to a manager who was coming at things from a completely different point of view. I guess the point is that certain structures and incentive systems prevent agility. It’s better to not have to contend with that.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;How did you use predictive analytics?&lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; We predicted where people stood, how likely they were to vote, and even the likelihood that our contact would have an effect. Our analytics team not only predicted how people were going to vote but also how people were going to vote at various times of day. In a way, the entire campaign was predicated on a couple of big predictive models. A campaign has a finite number of door knocks or phone calls that they can make or commercials that they can run. So the whole ballgame is making sure you use those resources as efficiently as possible. You never, ever want to send a volunteer to go knock on a door where the person is not going to vote for President Obama because that’s one fewer door knock you can make. There were certain situations where we determined that a token knock actually had a counterproductive effect. So we weren’t only looking for undecided voters; we were looking for persuadable voters likely to be moved in the right direction. That’s all predictive modeling.&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; &lt;b&gt;What’s next in your career? &lt;/b&gt;&lt;/p&gt;
&lt;p class="MsoNormal" style="margin-left: 0in;text-indent: 0in"&gt; Social media and the Internet are forcing people and organizations and governments to do better work and treat people in a more responsible way. Being involved in that, I think, is a real privilege. I’ve done that in the political world. Doing it in corporate settings or with non-profits sounds like a pretty fun way to keep that going. I do think that certain kinds of injustices, whether it’s bad behavior by companies or politicians, are inevitably going to go away. But it makes a big difference whether they go away in 10 years because people like me are screaming for change at the top of their lungs or in 100 years because the practitioners wind up drowning in the rising tide that they didn’t see coming. Look at what’s happening right now around marriage equality. The issue has completely turned around in nine years and the Internet is driving that. It’s probably inevitable that this issue will be resolved, but I’m a 27-year old gay man and &lt;span&gt;I&amp;#8217;d like to see this issue resolved by the time I&amp;#8217;m 35 and not 50&lt;/span&gt;. The Internet gives people like me the ability push things more quickly than they otherwise could be. I think that’s a good thing, and a good way to spend one’s time and energy.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/IBM' rel='tag' target='_self'&gt;IBM&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/obama' rel='tag' target='_self'&gt;obama&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Teddy+Goff' rel='tag' target='_self'&gt;Teddy Goff&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/how-digital-marketing-helped-decide-the-outcome-of-the-presidential-election.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/cwic49V3z08" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 14:14:41 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/?p=25110</guid>
      <dc:creator>Steve Hamm</dc:creator>
      <dc:date>2013-05-24T14:14:41Z</dc:date>
    </item>
    <item>
      <title>Celebrating our first birthday – A real case implementation with ISDM</title>
      <link>http://expertintegratedsystemsblog.com/index.php/2013/05/a-real-case-implementation-with-isdm/</link>
      <description>In commemoration of the first birthday of the IBM PureSystems family of solutions I decided to take a look at&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://expertintegratedsystemsblog.com/index.php/2013/05/a-real-case-implementation-with-isdm/"&gt; Continue reading &lt;/a&gt;</description>
      <content:encoded>In commemoration of the first birthday of the IBM PureSystems family of solutions I decided to take a look at&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://expertintegratedsystemsblog.com/index.php/2013/05/a-real-case-implementation-with-isdm/"&gt; Continue reading &lt;/a&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 13:13:21 GMT</pubDate>
      <guid isPermaLink="false">http://expertintegratedsystemsblog.com/?p=4927</guid>
      <dc:creator>Sergio Varga</dc:creator>
      <dc:date>2013-05-24T13:13:21Z</dc:date>
    </item>
    <item>
      <title>How Cognitive Technologies Can Help Transform the Way Companies and Consumers Connect</title>
      <link>http://feedproxy.google.com/~r/ASmarterPlanet/~3/8_F1nPbTlX4/connect.html</link>
      <description>&lt;div id="attachment_15170" class="wp-caption alignleft" style="width: 160px"&gt;&lt;a href="http://asmarterplanet.com/files/2012/02/Manoj-Saxena-Head-Shot.jpg"&gt;&lt;img class="size-thumbnail wp-image-15170" alt="Manoj Saxena, General Manager, IBM Watson Solutions" src="http://asmarterplanet.com/files/2012/02/Manoj-Saxena-Head-Shot-150x150.jpg" width="150" height="150" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Manoj Saxena, General Manager, IBM Watson Solutions&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Manoj Saxena&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Social and technological shifts are driving rapid change, altering ways in which individuals interact with one another, learn, and attend to their personal and business needs. These shifts offer the potential to strengthen the relationships between companies and their customers—enabling more individual and directed communication and allowing organizations to cater to individual needs. Yet, for many, today’s online customer experiences lack personalization, timeliness and trust.&lt;/p&gt;
&lt;p&gt;But what if companies could offer their customers the kind of &lt;a href="http://www.forbes.com/sites/bruceupbin/2013/05/21/ibms-watson-now-a-customer-service-agent-coming-to-smartphones-soon/"&gt;personalized and knowledgeable assistance&lt;/a&gt; when they’re online or on the phone that people have come to expect from top-flight customer service delivered in person? &lt;span id="more-25379"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We believe that a new generation of &lt;a href="http://www.research.ibm.com/new-era-of-computing.shtml"&gt;cognitive systems&lt;/a&gt; will do just that. They will provide individuals with intelligent personal digital assistants that interact with them, answer their questions, and help them make complex purchasing decisions or solve problems they&amp;#8217;re having with products like cell phones, computers and consumer electronics devices.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asmarterplanet.com/blog/2013/05/connect.html"&gt;&lt;em&gt;Click here to view the embedded video.&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A first step in this journey happens this week, when IBM introduces the &lt;a href="http://www-03.ibm.com/press/us/en/pressrelease/41122.wss"&gt;Watson Engagement Advisor&lt;/a&gt;. The technology underlying this service is based on IBM Watson, the computer that beat former grand-champions on the TV quiz show &lt;i&gt;Jeopardy!&lt;/i&gt;. Our research and development staff has made Watson 75 percent smaller, 25 percent faster, and have been working hard to improve Watson’s ability to answer consumer-oriented questions.  For the first time, with the engagement advisor, we’re bringing &lt;a href="http://www-03.ibm.com/innovation/us/watson/"&gt;Watson&lt;/a&gt; to the masses.&lt;/p&gt;
&lt;p&gt;Consumers will be able to experience this new level of &lt;a href="http://www.cnbc.com/id/100752761"&gt;personalized service&lt;/a&gt; through the brands they already have relationships with—their banks and investment advisors, their phone service providers, insurance companies, favorite stores and other trusted organizations. For instance, a bank might offer Watson directly to customers on Web sites and mobile devices to help give them insights regarding retirement and various types of savings instruments like 401K accounts. An individual may begin a dialogue with Watson on their smartphone, but continue later from where they left off on their PC or tablet. Alternatively, a telecommunications firm could equip their call center agents with Watson to assist customers in troubleshooting a problem with a product, service, or billing issue.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(&lt;a href="http://www.flickr.com/photos/ibm_media/sets/72157633530457195/"&gt;Check out images of the IBM Watson Client Engagement Advisor&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;These amazing new capabilities are the next steps on the journey to the era of cognitive systems. We at IBM foresee a dramatic improvement coming in the way people interact with organizations and the role computers will play. The cognitive systems of the future will provide deep reservoirs of knowledge and sharp insights combined with an understanding of needs of the individuals they’re serving. The result will be transformational—helping people and organizations interact, learn, grow and make better decisions.&lt;/p&gt;
&lt;p&gt;Since shortly after Watson’s debut on &lt;i&gt;Jeopardy!&lt;/i&gt; two years ago, IBM has been improving the technology and finding new uses for it. Our early efforts focused on particular fields, such as health care, where cognitive capabilities can help physicians and patients make more personalized decisions about treatment and care. Now, with the IBM Watson Engagement Advisor, we’re widening the scope that the technology addresses. It’s gratifying and exciting to see how rapidly this technology is developing. And, as far as I’m concerned, this is just the start. This next era of computing is going to touch all of our lives in positive ways we can’t yet imagine.&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/business+analytics' rel='tag' target='_self'&gt;business analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/cognitive+systems' rel='tag' target='_self'&gt;cognitive systems&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Congnitive+Computing' rel='tag' target='_self'&gt;IBM Congnitive Computing&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Jeopardy' rel='tag' target='_self'&gt;Jeopardy&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+analytics' rel='tag' target='_self'&gt;smarter analytics&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/connect.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/8_F1nPbTlX4" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div id="attachment_15170" class="wp-caption alignleft" style="width: 160px"&gt;&lt;a href="http://asmarterplanet.com/files/2012/02/Manoj-Saxena-Head-Shot.jpg"&gt;&lt;img class="size-thumbnail wp-image-15170" alt="Manoj Saxena, General Manager, IBM Watson Solutions" src="http://asmarterplanet.com/files/2012/02/Manoj-Saxena-Head-Shot-150x150.jpg" width="150" height="150" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Manoj Saxena, General Manager, IBM Watson Solutions&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Manoj Saxena&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Social and technological shifts are driving rapid change, altering ways in which individuals interact with one another, learn, and attend to their personal and business needs. These shifts offer the potential to strengthen the relationships between companies and their customers—enabling more individual and directed communication and allowing organizations to cater to individual needs. Yet, for many, today’s online customer experiences lack personalization, timeliness and trust.&lt;/p&gt;
&lt;p&gt;But what if companies could offer their customers the kind of &lt;a href="http://www.forbes.com/sites/bruceupbin/2013/05/21/ibms-watson-now-a-customer-service-agent-coming-to-smartphones-soon/"&gt;personalized and knowledgeable assistance&lt;/a&gt; when they’re online or on the phone that people have come to expect from top-flight customer service delivered in person? &lt;span id="more-25379"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We believe that a new generation of &lt;a href="http://www.research.ibm.com/new-era-of-computing.shtml"&gt;cognitive systems&lt;/a&gt; will do just that. They will provide individuals with intelligent personal digital assistants that interact with them, answer their questions, and help them make complex purchasing decisions or solve problems they&amp;#8217;re having with products like cell phones, computers and consumer electronics devices.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asmarterplanet.com/blog/2013/05/connect.html"&gt;&lt;em&gt;Click here to view the embedded video.&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A first step in this journey happens this week, when IBM introduces the &lt;a href="http://www-03.ibm.com/press/us/en/pressrelease/41122.wss"&gt;Watson Engagement Advisor&lt;/a&gt;. The technology underlying this service is based on IBM Watson, the computer that beat former grand-champions on the TV quiz show &lt;i&gt;Jeopardy!&lt;/i&gt;. Our research and development staff has made Watson 75 percent smaller, 25 percent faster, and have been working hard to improve Watson’s ability to answer consumer-oriented questions.  For the first time, with the engagement advisor, we’re bringing &lt;a href="http://www-03.ibm.com/innovation/us/watson/"&gt;Watson&lt;/a&gt; to the masses.&lt;/p&gt;
&lt;p&gt;Consumers will be able to experience this new level of &lt;a href="http://www.cnbc.com/id/100752761"&gt;personalized service&lt;/a&gt; through the brands they already have relationships with—their banks and investment advisors, their phone service providers, insurance companies, favorite stores and other trusted organizations. For instance, a bank might offer Watson directly to customers on Web sites and mobile devices to help give them insights regarding retirement and various types of savings instruments like 401K accounts. An individual may begin a dialogue with Watson on their smartphone, but continue later from where they left off on their PC or tablet. Alternatively, a telecommunications firm could equip their call center agents with Watson to assist customers in troubleshooting a problem with a product, service, or billing issue.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;(&lt;a href="http://www.flickr.com/photos/ibm_media/sets/72157633530457195/"&gt;Check out images of the IBM Watson Client Engagement Advisor&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;These amazing new capabilities are the next steps on the journey to the era of cognitive systems. We at IBM foresee a dramatic improvement coming in the way people interact with organizations and the role computers will play. The cognitive systems of the future will provide deep reservoirs of knowledge and sharp insights combined with an understanding of needs of the individuals they’re serving. The result will be transformational—helping people and organizations interact, learn, grow and make better decisions.&lt;/p&gt;
&lt;p&gt;Since shortly after Watson’s debut on &lt;i&gt;Jeopardy!&lt;/i&gt; two years ago, IBM has been improving the technology and finding new uses for it. Our early efforts focused on particular fields, such as health care, where cognitive capabilities can help physicians and patients make more personalized decisions about treatment and care. Now, with the IBM Watson Engagement Advisor, we’re widening the scope that the technology addresses. It’s gratifying and exciting to see how rapidly this technology is developing. And, as far as I’m concerned, this is just the start. This next era of computing is going to touch all of our lives in positive ways we can’t yet imagine.&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/business+analytics' rel='tag' target='_self'&gt;business analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/cognitive+systems' rel='tag' target='_self'&gt;cognitive systems&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Congnitive+Computing' rel='tag' target='_self'&gt;IBM Congnitive Computing&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Jeopardy' rel='tag' target='_self'&gt;Jeopardy&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+analytics' rel='tag' target='_self'&gt;smarter analytics&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/connect.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/8_F1nPbTlX4" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 13:13:01 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/?p=25379</guid>
      <dc:creator>Guest</dc:creator>
      <dc:date>2013-05-24T13:13:01Z</dc:date>
    </item>
    <item>
      <title>How Innovation Can Fuel Smarter, Faster Financial Advice</title>
      <link>http://feedproxy.google.com/~r/ASmarterPlanet/~3/trPylYzJid4/advice.html</link>
      <description>&lt;div id="attachment_25401" class="wp-caption alignleft" style="width: 133px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Joyce-Phillips-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25401" alt="Joyce Phillips, CEO Global Wealth and Group Managing Director, Marketing, Innovation and Digital, ANZ Banking Group" src="http://asmarterplanet.com/files/2013/05/SP-Joyce-Phillips-May-2013.jpg" width="123" height="168" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Joyce Phillips, CEO Global Wealth and Group Managing Director, Marketing, Innovation and Digital, ANZ Banking Group&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Joyce Phillips&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;It used to be that next generation technology to make humans smarter, faster and at the top of their game was the stuff of cinema and science fiction.&lt;/p&gt;
&lt;p&gt;Here at &lt;a href="http://www.anz.com/personal/"&gt;ANZ&lt;/a&gt;, we are exploring a groundbreaking solution that holds this very same promise – a cognitive assistant, if you will, that can empower our regional bank advisors to better serve our two million wealth management clients.&lt;/p&gt;
&lt;p&gt;To understand why and what we’re doing to foster this innovation, it’s important to start with the perspective of the customer.&lt;/p&gt;
&lt;p&gt;Imagine yourself entering a regional bank branch. You’ve arranged an appointment with the branch’s financial advisor, to discuss the life you want for you and your loved ones upon your retirement, and the solutions you need to achieve it.&lt;span id="more-25400"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Two of the key questions you and your advisor need to address are: what types of insurance, retirement and banking solutions do you have now, and do they cover you in a way that will safeguard your assets and yield a secure, well-funded retirement.&lt;/p&gt;
&lt;p&gt;The fact is, many customers don’t know the answer to that question.  &lt;/p&gt;
&lt;p&gt;We do our best to choose the vehicles that can grow assets, protect them and prepare us for retirement. But amidst market fluctuations, changing needs, and a host of new financial solutions and strategies being brought to market every day, it’s hard for customers to gauge whether their trajectory is safe and sound – and in turn, ask the right questions of our advisors.&lt;/p&gt;
&lt;p&gt;But what if financial advisors had access to everything they need to know about a customer’s portfolio, with a click of a button – informed by an instant, 360 degree view of what’s right and what needs to be fixed, to usher that customer into the retirement they deserve?&lt;/p&gt;
&lt;p&gt;This is where technology comes in; but not just any technology.  &lt;/p&gt;
&lt;p&gt;The natural resource that can fuel a smarter, faster customer experience is Big Data, or the vast amount of electronically generated and stored information – ranging from account information to market research – that can piece together that 360 degree view for the financial advisor.&lt;/p&gt;
&lt;p&gt;ANZ is collaborating with IBM to give our advisors that ability to harness information and make smarter, faster financial recommendations – enabling a customer experience that is simple, safe and steeped in data-informed insights.&lt;/p&gt;
&lt;p&gt;The technology that will get us there: &lt;a href="http://www-03.ibm.com/innovation/us/watson/"&gt;Watson&lt;/a&gt;, a cognitive computing system that is tailor-made for the customer experience, based on its ability to grasp the subtle context of questions posed in human language, search through a universe of &lt;a href="http://www-01.ibm.com/software/data/bigdata/"&gt;Big Data&lt;/a&gt; to find the exact answers its users need, and deliver fast, evidence-based recommendations that can fuel a financial advisor’s advice to clients.&lt;/p&gt;
&lt;p&gt;And that is how we’ll empower our advisors to be smarter and faster: by leveraging a groundbreaking innovation that can think like a human, and serve as a dedicated assistant, researcher and guidepost for ANZ’s top-flight team of advisors.&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/ANZ' rel='tag' target='_self'&gt;ANZ&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Financial+Services' rel='tag' target='_self'&gt;Financial Services&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/ibm+watson' rel='tag' target='_self'&gt;ibm watson&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+analytics' rel='tag' target='_self'&gt;smarter analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+banking' rel='tag' target='_self'&gt;smarter banking&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Watson' rel='tag' target='_self'&gt;Watson&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/advice.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/trPylYzJid4" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div id="attachment_25401" class="wp-caption alignleft" style="width: 133px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Joyce-Phillips-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25401" alt="Joyce Phillips, CEO Global Wealth and Group Managing Director, Marketing, Innovation and Digital, ANZ Banking Group" src="http://asmarterplanet.com/files/2013/05/SP-Joyce-Phillips-May-2013.jpg" width="123" height="168" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Joyce Phillips, CEO Global Wealth and Group Managing Director, Marketing, Innovation and Digital, ANZ Banking Group&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Joyce Phillips&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;It used to be that next generation technology to make humans smarter, faster and at the top of their game was the stuff of cinema and science fiction.&lt;/p&gt;
&lt;p&gt;Here at &lt;a href="http://www.anz.com/personal/"&gt;ANZ&lt;/a&gt;, we are exploring a groundbreaking solution that holds this very same promise – a cognitive assistant, if you will, that can empower our regional bank advisors to better serve our two million wealth management clients.&lt;/p&gt;
&lt;p&gt;To understand why and what we’re doing to foster this innovation, it’s important to start with the perspective of the customer.&lt;/p&gt;
&lt;p&gt;Imagine yourself entering a regional bank branch. You’ve arranged an appointment with the branch’s financial advisor, to discuss the life you want for you and your loved ones upon your retirement, and the solutions you need to achieve it.&lt;span id="more-25400"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Two of the key questions you and your advisor need to address are: what types of insurance, retirement and banking solutions do you have now, and do they cover you in a way that will safeguard your assets and yield a secure, well-funded retirement.&lt;/p&gt;
&lt;p&gt;The fact is, many customers don’t know the answer to that question.  &lt;/p&gt;
&lt;p&gt;We do our best to choose the vehicles that can grow assets, protect them and prepare us for retirement. But amidst market fluctuations, changing needs, and a host of new financial solutions and strategies being brought to market every day, it’s hard for customers to gauge whether their trajectory is safe and sound – and in turn, ask the right questions of our advisors.&lt;/p&gt;
&lt;p&gt;But what if financial advisors had access to everything they need to know about a customer’s portfolio, with a click of a button – informed by an instant, 360 degree view of what’s right and what needs to be fixed, to usher that customer into the retirement they deserve?&lt;/p&gt;
&lt;p&gt;This is where technology comes in; but not just any technology.  &lt;/p&gt;
&lt;p&gt;The natural resource that can fuel a smarter, faster customer experience is Big Data, or the vast amount of electronically generated and stored information – ranging from account information to market research – that can piece together that 360 degree view for the financial advisor.&lt;/p&gt;
&lt;p&gt;ANZ is collaborating with IBM to give our advisors that ability to harness information and make smarter, faster financial recommendations – enabling a customer experience that is simple, safe and steeped in data-informed insights.&lt;/p&gt;
&lt;p&gt;The technology that will get us there: &lt;a href="http://www-03.ibm.com/innovation/us/watson/"&gt;Watson&lt;/a&gt;, a cognitive computing system that is tailor-made for the customer experience, based on its ability to grasp the subtle context of questions posed in human language, search through a universe of &lt;a href="http://www-01.ibm.com/software/data/bigdata/"&gt;Big Data&lt;/a&gt; to find the exact answers its users need, and deliver fast, evidence-based recommendations that can fuel a financial advisor’s advice to clients.&lt;/p&gt;
&lt;p&gt;And that is how we’ll empower our advisors to be smarter and faster: by leveraging a groundbreaking innovation that can think like a human, and serve as a dedicated assistant, researcher and guidepost for ANZ’s top-flight team of advisors.&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/ANZ' rel='tag' target='_self'&gt;ANZ&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Financial+Services' rel='tag' target='_self'&gt;Financial Services&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/ibm+watson' rel='tag' target='_self'&gt;ibm watson&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+analytics' rel='tag' target='_self'&gt;smarter analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+banking' rel='tag' target='_self'&gt;smarter banking&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Watson' rel='tag' target='_self'&gt;Watson&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/advice.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/trPylYzJid4" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 13:11:06 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/?p=25400</guid>
      <dc:creator>Guest</dc:creator>
      <dc:date>2013-05-24T13:11:06Z</dc:date>
    </item>
    <item>
      <title>New Study: Top Marketing Challenge is Creating and Sustaining Growth</title>
      <link>http://feedproxy.google.com/~r/ASmarterPlanet/~3/q6oefvkVZYQ/new-study-top-marketing-challenge-is-creating-and-sustaining-growth.html</link>
      <description>&lt;div id="attachment_25414" class="wp-caption alignleft" style="width: 142px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Kim-Whitler-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25414  " alt="" src="http://asmarterplanet.com/files/2013/05/SP-Kim-Whitler-May-2013.jpg" width="132" height="168" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Kim Whitler, Contributor for the Forbes CMO Network and Professor at Indiana University&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Kim Whitler&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;What are the biggest challenges facing marketers across the globe? According to a &lt;a href="http://www.ibm.com/smarterplanet/us/en/smarter_marketing/overview/?cmp=usbrb&amp;amp;cm=p&amp;amp;csr=agus_brmarkettrans-20110914&amp;amp;cr=wsj&amp;amp;ct=usbrb301&amp;amp;cn=wsj_vanity_long"&gt;hot-off-the-presses study&lt;/a&gt; conducted globally by IBM (500 marketing managers) across 15 different industries, creating growth (through the acquisition of new customers) and sustaining growth (through superior loyalty) is at the very top.  Forty-two percent of respondents suggested that acquiring new customers and 36 percent suggested driving loyalty and satisfaction were the biggest challenges facing their organizations.&lt;/p&gt;
&lt;p&gt;While these results aren’t earth-shattering as it is likely that a survey a decade ago would have yielded a similar pattern, what is surprising is the items at the bottom.&lt;span id="more-25413"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Only 21 percent of the respondents suggested that measuring ROI was the most challenging problem they faced, behind branding, leveraging data, understanding and effectively using social channels, and creating positive experiences for consumers. A few years ago, measuring ROI was at the top of everybody’s list. This perhaps suggests a sign of the times – that a tough marketplace, increased competition, a more global marketplace, and more savvy consumers has made growth especially challenging.&lt;/p&gt;
&lt;p&gt;Other key findings from the survey suggest that the marketers who are driving better firm results are doing something different than their less successful counterparts.  They tend to be significantly more adept at tracking, technology, and analytics and use these tools to develop more sophisticated and adaptable solutions. They are more engaged in all customer service interactions and tend to personalize marketing offers. In short, stronger firm-wide leaders are more engaged in all customer interaction, and seem to have greater competency in what is necessary to be successful today. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;What Does This Mean For Marketers?&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;Marketers Matter&lt;/b&gt;: While the importance, value, and role of marketers – and marketing – in the firm may be &lt;a href="http://www.forbes.com/sites/kimberlywhitler/2013/01/30/is-the-cmo-role-dying-or-thriving/"&gt;debated&lt;/a&gt;, this suggests that marketers are focusing on what they can uniquely deliver, which is growth. Many functions are focused on internal operations and are not directly responsible for creating and sustaining growth in the same way that marketing is. This data suggests that when it comes to building growth, marketers are focused on being the growth engine for the firm.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Learn From the Successful&lt;/b&gt;: With unprecedented change and the plethora of articles talking about what marketers need to do to manage growth (e.g., manage big data, collaborate with finance and IT, integrate an omni-channel world, etc.) &lt;i&gt;what&lt;/i&gt; needs to be done is clear. What isn’t clear is &lt;i&gt;how&lt;/i&gt; to do it. A next step from this research that would be valuable is to create case studies of what the top marketers are actually doing that enables them to be successful. While there are a myriad of conferences for C-level marketers, what is missing is a business-school like approach to understanding how to solve these complex problems. A 1 hour discussion can’t really completely dissect the challenges associated with making this happen.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Acquire the Right Skills&lt;/b&gt;: This research suggests that the individuals who are driving better firm results just seem to be more competent at navigating the more analytical, technical, and complex environment that exists today. People who went to business school 20 or 30 years ago either need a refresher course or need to generate the intellectual capital required of today’s environment.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;_________________________________________________________&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Follow Kim on twitter @kimwhitler and read her columns at &lt;a href="http://www.forbes.com/sites/kimberlywhitler/"&gt;Forbes.com&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Indiana+University' rel='tag' target='_self'&gt;Indiana University&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+marketing' rel='tag' target='_self'&gt;smarter marketing&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/new-study-top-marketing-challenge-is-creating-and-sustaining-growth.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/q6oefvkVZYQ" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div id="attachment_25414" class="wp-caption alignleft" style="width: 142px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Kim-Whitler-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25414  " alt="" src="http://asmarterplanet.com/files/2013/05/SP-Kim-Whitler-May-2013.jpg" width="132" height="168" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Kim Whitler, Contributor for the Forbes CMO Network and Professor at Indiana University&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Kim Whitler&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;What are the biggest challenges facing marketers across the globe? According to a &lt;a href="http://www.ibm.com/smarterplanet/us/en/smarter_marketing/overview/?cmp=usbrb&amp;amp;cm=p&amp;amp;csr=agus_brmarkettrans-20110914&amp;amp;cr=wsj&amp;amp;ct=usbrb301&amp;amp;cn=wsj_vanity_long"&gt;hot-off-the-presses study&lt;/a&gt; conducted globally by IBM (500 marketing managers) across 15 different industries, creating growth (through the acquisition of new customers) and sustaining growth (through superior loyalty) is at the very top.  Forty-two percent of respondents suggested that acquiring new customers and 36 percent suggested driving loyalty and satisfaction were the biggest challenges facing their organizations.&lt;/p&gt;
&lt;p&gt;While these results aren’t earth-shattering as it is likely that a survey a decade ago would have yielded a similar pattern, what is surprising is the items at the bottom.&lt;span id="more-25413"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Only 21 percent of the respondents suggested that measuring ROI was the most challenging problem they faced, behind branding, leveraging data, understanding and effectively using social channels, and creating positive experiences for consumers. A few years ago, measuring ROI was at the top of everybody’s list. This perhaps suggests a sign of the times – that a tough marketplace, increased competition, a more global marketplace, and more savvy consumers has made growth especially challenging.&lt;/p&gt;
&lt;p&gt;Other key findings from the survey suggest that the marketers who are driving better firm results are doing something different than their less successful counterparts.  They tend to be significantly more adept at tracking, technology, and analytics and use these tools to develop more sophisticated and adaptable solutions. They are more engaged in all customer service interactions and tend to personalize marketing offers. In short, stronger firm-wide leaders are more engaged in all customer interaction, and seem to have greater competency in what is necessary to be successful today. &lt;/p&gt;
&lt;p&gt;&lt;b&gt;What Does This Mean For Marketers?&lt;/b&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;b&gt;Marketers Matter&lt;/b&gt;: While the importance, value, and role of marketers – and marketing – in the firm may be &lt;a href="http://www.forbes.com/sites/kimberlywhitler/2013/01/30/is-the-cmo-role-dying-or-thriving/"&gt;debated&lt;/a&gt;, this suggests that marketers are focusing on what they can uniquely deliver, which is growth. Many functions are focused on internal operations and are not directly responsible for creating and sustaining growth in the same way that marketing is. This data suggests that when it comes to building growth, marketers are focused on being the growth engine for the firm.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Learn From the Successful&lt;/b&gt;: With unprecedented change and the plethora of articles talking about what marketers need to do to manage growth (e.g., manage big data, collaborate with finance and IT, integrate an omni-channel world, etc.) &lt;i&gt;what&lt;/i&gt; needs to be done is clear. What isn’t clear is &lt;i&gt;how&lt;/i&gt; to do it. A next step from this research that would be valuable is to create case studies of what the top marketers are actually doing that enables them to be successful. While there are a myriad of conferences for C-level marketers, what is missing is a business-school like approach to understanding how to solve these complex problems. A 1 hour discussion can’t really completely dissect the challenges associated with making this happen.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Acquire the Right Skills&lt;/b&gt;: This research suggests that the individuals who are driving better firm results just seem to be more competent at navigating the more analytical, technical, and complex environment that exists today. People who went to business school 20 or 30 years ago either need a refresher course or need to generate the intellectual capital required of today’s environment.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;_________________________________________________________&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Follow Kim on twitter @kimwhitler and read her columns at &lt;a href="http://www.forbes.com/sites/kimberlywhitler/"&gt;Forbes.com&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Indiana+University' rel='tag' target='_self'&gt;Indiana University&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+marketing' rel='tag' target='_self'&gt;smarter marketing&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/new-study-top-marketing-challenge-is-creating-and-sustaining-growth.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/q6oefvkVZYQ" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 13:10:15 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/?p=25413</guid>
      <dc:creator>Guest</dc:creator>
      <dc:date>2013-05-24T13:10:15Z</dc:date>
    </item>
    <item>
      <title>An Inflection Point for CFOs: The Need to Anticipate Change</title>
      <link>http://feedproxy.google.com/~r/ASmarterPlanet/~3/-yHRirh_kyw/change.html</link>
      <description>&lt;div id="attachment_25434" class="wp-caption alignleft" style="width: 120px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-William-Fuessler-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25434" alt="William Fuessler, Financial Transformation Leader, IBM Global Business Services" src="http://asmarterplanet.com/files/2013/05/SP-William-Fuessler-May-2013.jpg" width="110" height="160" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;William Fuessler, Financial Transformation Leader, IBM Global Business Services&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By William Fuessler&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I have always loved the finance profession, and thrived on the challenging nature of the business.&lt;/p&gt;
&lt;p&gt;No two days, no two weeks, or two months are ever the same.&lt;/p&gt;
&lt;p&gt;Change is virtually the only constant in today’s business. Within the past decade, the rising forces of digitization, globalization and &lt;a href="http://www.flickr.com/photos/ibm_media/6997862447/in/set-72157629622723591"&gt;Big Data&lt;/a&gt; have accelerated the pace of change and have made the landscape fiercely more competitive.&lt;/p&gt;
&lt;p&gt;Having an intimate view of the business, finance leaders have access and insight over details large and small related to business unit performance, costs, trends in customer growth and paths to innovation. They know the peaks and valleys, the risks and rewards, and what’s working, and what’s not.&lt;span id="more-25433"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Armed with this insight, finance leaders have the power to extend their influence over decisions related to a broad set of priorities related to corporate spend, new product development, customer growth strategies, R&amp;amp;D, HR/talent investments, and acquisition strategies just to name a few areas. &lt;/p&gt;
&lt;p&gt;But knowing the business isn’t sufficient anymore. Maintaining the financial integrity of the business is a given. To stay ahead, CFOs need to nimbly anticipate and respond to change. The winners can proactively influence business strategy and predict certain outcomes.&lt;/p&gt;
&lt;p&gt;Today we are convening a forum with an esteemed group of 100 CFOs and CIOs in NYC to discuss the &lt;a href="http://public.dhe.ibm.com/common/ssi/ecm/en/cie03119usen/CIE03119USEN.PDF"&gt;evolving role of the CFO&lt;/a&gt;, the role that technology, process, data and skills play in the enterprise, and the threats and opportunities associated with Big Data and advanced analytics. I am excited to engage in a dialogue with my finance and IT peers about the future of my function, something I care deeply about.&lt;/p&gt;
&lt;p&gt;This much is clear: we are at an inflection point – and the CFO&amp;#8217;s role is on the verge of change. It’s not about keeping score and analyzing the past – but about having the headlights and insight to capture the growth opportunities that matter. The recent &lt;a href="http://www-935.ibm.com/services/us/cfo/cfostudy2010/"&gt;IBM IBV CFO Study&lt;/a&gt; has found that CFOs who excel at both using analytics for business insight and driving finance efficiency continue to outperform their peers across all phases of the economic cycle.&lt;/p&gt;
&lt;p&gt;The CFO can be the pacesetter to bring the discipline of the back office to the &lt;a href="http://www-03.ibm.com/press/us/en/pressrelease/40636.wss"&gt;front office&lt;/a&gt;. The true change agents will drive business model innovation to drive a continuous cycle of transformation. That’s the shining promise, power and potential of the profession in the future.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-CFO-study-bar_05-20-13_612px.jpg"&gt;&lt;img class="aligncenter size-full wp-image-25482" alt="SP CFO-study-bar_05-20-13_612px" src="http://asmarterplanet.com/files/2013/05/SP-CFO-study-bar_05-20-13_612px.jpg" width="612" height="890" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;_______________________________________&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Follow the discussion at &lt;a href="http://asmarterplanet.com/wp-admin/www.ibm.com/finance"&gt;www.ibm.com/finance&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/CFO' rel='tag' target='_self'&gt;CFO&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/chief+financial+officer' rel='tag' target='_self'&gt;chief financial officer&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+analytics' rel='tag' target='_self'&gt;smarter analytics&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/change.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/-yHRirh_kyw" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div id="attachment_25434" class="wp-caption alignleft" style="width: 120px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-William-Fuessler-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25434" alt="William Fuessler, Financial Transformation Leader, IBM Global Business Services" src="http://asmarterplanet.com/files/2013/05/SP-William-Fuessler-May-2013.jpg" width="110" height="160" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;William Fuessler, Financial Transformation Leader, IBM Global Business Services&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By William Fuessler&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;I have always loved the finance profession, and thrived on the challenging nature of the business.&lt;/p&gt;
&lt;p&gt;No two days, no two weeks, or two months are ever the same.&lt;/p&gt;
&lt;p&gt;Change is virtually the only constant in today’s business. Within the past decade, the rising forces of digitization, globalization and &lt;a href="http://www.flickr.com/photos/ibm_media/6997862447/in/set-72157629622723591"&gt;Big Data&lt;/a&gt; have accelerated the pace of change and have made the landscape fiercely more competitive.&lt;/p&gt;
&lt;p&gt;Having an intimate view of the business, finance leaders have access and insight over details large and small related to business unit performance, costs, trends in customer growth and paths to innovation. They know the peaks and valleys, the risks and rewards, and what’s working, and what’s not.&lt;span id="more-25433"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Armed with this insight, finance leaders have the power to extend their influence over decisions related to a broad set of priorities related to corporate spend, new product development, customer growth strategies, R&amp;amp;D, HR/talent investments, and acquisition strategies just to name a few areas. &lt;/p&gt;
&lt;p&gt;But knowing the business isn’t sufficient anymore. Maintaining the financial integrity of the business is a given. To stay ahead, CFOs need to nimbly anticipate and respond to change. The winners can proactively influence business strategy and predict certain outcomes.&lt;/p&gt;
&lt;p&gt;Today we are convening a forum with an esteemed group of 100 CFOs and CIOs in NYC to discuss the &lt;a href="http://public.dhe.ibm.com/common/ssi/ecm/en/cie03119usen/CIE03119USEN.PDF"&gt;evolving role of the CFO&lt;/a&gt;, the role that technology, process, data and skills play in the enterprise, and the threats and opportunities associated with Big Data and advanced analytics. I am excited to engage in a dialogue with my finance and IT peers about the future of my function, something I care deeply about.&lt;/p&gt;
&lt;p&gt;This much is clear: we are at an inflection point – and the CFO&amp;#8217;s role is on the verge of change. It’s not about keeping score and analyzing the past – but about having the headlights and insight to capture the growth opportunities that matter. The recent &lt;a href="http://www-935.ibm.com/services/us/cfo/cfostudy2010/"&gt;IBM IBV CFO Study&lt;/a&gt; has found that CFOs who excel at both using analytics for business insight and driving finance efficiency continue to outperform their peers across all phases of the economic cycle.&lt;/p&gt;
&lt;p&gt;The CFO can be the pacesetter to bring the discipline of the back office to the &lt;a href="http://www-03.ibm.com/press/us/en/pressrelease/40636.wss"&gt;front office&lt;/a&gt;. The true change agents will drive business model innovation to drive a continuous cycle of transformation. That’s the shining promise, power and potential of the profession in the future.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-CFO-study-bar_05-20-13_612px.jpg"&gt;&lt;img class="aligncenter size-full wp-image-25482" alt="SP CFO-study-bar_05-20-13_612px" src="http://asmarterplanet.com/files/2013/05/SP-CFO-study-bar_05-20-13_612px.jpg" width="612" height="890" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;_______________________________________&lt;/p&gt;
&lt;p&gt;&lt;i&gt;Follow the discussion at &lt;a href="http://asmarterplanet.com/wp-admin/www.ibm.com/finance"&gt;www.ibm.com/finance&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/CFO' rel='tag' target='_self'&gt;CFO&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/chief+financial+officer' rel='tag' target='_self'&gt;chief financial officer&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+analytics' rel='tag' target='_self'&gt;smarter analytics&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/change.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/-yHRirh_kyw" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 13:08:42 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/?p=25433</guid>
      <dc:creator>William Fuessler</dc:creator>
      <dc:date>2013-05-24T13:08:42Z</dc:date>
    </item>
    <item>
      <title>Empowering a New Era of Risk Management with Analytics</title>
      <link>http://feedproxy.google.com/~r/ASmarterPlanet/~3/1tMKMTmG2pM/empowering-a-new-era-of-risk-management-with-analytics.html</link>
      <description>&lt;div id="attachment_25467" class="wp-caption alignleft" style="width: 134px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Michael-Zerbs.jpg"&gt;&lt;img class="size-full wp-image-25467" alt="Michael Zerbs,Vice President, IBM Risk Analytics" src="http://asmarterplanet.com/files/2013/05/SP-Michael-Zerbs.jpg" width="124" height="168" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Michael Zerbs,Vice President, IBM Risk Analytics&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Michael Zerbs&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Sensitivity around risk management is no longer solely a concern for large financial services organizations. In an economy still freshly scarred by the global financial crisis, what we are seeing is a pervasive questioning of the fundamental assumptions that large organizations, and individual investors so easily took for granted pre-crisis.&lt;/p&gt;
&lt;p&gt;Questions that are now top of mind include, do I fully understand risk exposures across my organization? Can I trust my governance processes to sufficiently ensure accurate risk reporting? Can I accurately quantify the riskiness of a transaction? And, is my point of reference for riskiness really reliable?&lt;span id="more-25466"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;These questions – while shaped by evolving risk regulation – are business issues, not compliance issues. Organizations in a wide variety of industries now understand more than ever that risk is intrinsically bound to decision making, and that navigating this relationship between risk and decision making is critical for performance. Our clients are challenged to operate and perform optimally in an environment that is increasingly complex, regulated and competitive.  However, thanks to analytics they now have the tools at their disposal to harness insights that simply were not previously available.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asmarterplanet.com/blog/2013/05/empowering-a-new-era-of-risk-management-with-analytics.html"&gt;&lt;em&gt;Click here to view the embedded video.&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;IBM is excited to be leading the charge in this space, investing in key technological advancements that will address the evolving risk needs faced by our clients.&lt;/p&gt;
&lt;p&gt;Of course, technology alone is not the answer. The successful adoption of an enterprise risk management platform requires a truly pervasive approach to risk management. To that end, IBM has sponsored &lt;a href="http://www.chartis-research.com/press/chartis-announces-the-launch-of-the-risk-enabled-enterprise"&gt;The Risk Enabled Enterprise&lt;/a&gt; – a two-year research initiative by &lt;a href="http://www.chartis-research.com/"&gt;Chartis Research&lt;/a&gt;, the leading provider of research and analysis for risk technology. Research will cover key enablers such as culture, organizational structure, data, systems and processes.&lt;/p&gt;
&lt;p&gt;To learn more about this research initiative, see &lt;a href="https://www-304.ibm.com/connections/blogs/predictiveanalytics/entry/the_risk_enabled_enterprise_a_two_year_research_program_launched_by_chartis?lang=en_us"&gt;last week’s blog by John Macdonald&lt;/a&gt;. I explore a similar theme in &lt;a href="http://www.algorithmics.com/think/2013/05/the-risk-enabled-enterprise-2"&gt;my latest editorial article&lt;/a&gt;, with a focus on trust. That is, trust in the quality and reliability of the underlying data and operational processes, trust in the integrity of the analytics, and trust in the management processes driving reliable actions emanating from risk insights.&lt;/p&gt;
&lt;p&gt;We explored these topics and many more and from a variety of angles at &lt;a href="http://www-01.ibm.com/software/analytics/vision/"&gt;Vision 2013&lt;/a&gt;, IBM’s premier global conference for finance, risk and incentive compensation professionals.  If you missed it, I encourage you to check out the &lt;a href="http://www.livestream.com/ibmsoftware"&gt;Livestream&lt;/a&gt; of the Risk keynote session.&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Financial+Services' rel='tag' target='_self'&gt;Financial Services&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/risk+management' rel='tag' target='_self'&gt;risk management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+analytics' rel='tag' target='_self'&gt;smarter analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+financial+services' rel='tag' target='_self'&gt;smarter financial services&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/empowering-a-new-era-of-risk-management-with-analytics.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/1tMKMTmG2pM" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div id="attachment_25467" class="wp-caption alignleft" style="width: 134px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Michael-Zerbs.jpg"&gt;&lt;img class="size-full wp-image-25467" alt="Michael Zerbs,Vice President, IBM Risk Analytics" src="http://asmarterplanet.com/files/2013/05/SP-Michael-Zerbs.jpg" width="124" height="168" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Michael Zerbs,Vice President, IBM Risk Analytics&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Michael Zerbs&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Sensitivity around risk management is no longer solely a concern for large financial services organizations. In an economy still freshly scarred by the global financial crisis, what we are seeing is a pervasive questioning of the fundamental assumptions that large organizations, and individual investors so easily took for granted pre-crisis.&lt;/p&gt;
&lt;p&gt;Questions that are now top of mind include, do I fully understand risk exposures across my organization? Can I trust my governance processes to sufficiently ensure accurate risk reporting? Can I accurately quantify the riskiness of a transaction? And, is my point of reference for riskiness really reliable?&lt;span id="more-25466"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;These questions – while shaped by evolving risk regulation – are business issues, not compliance issues. Organizations in a wide variety of industries now understand more than ever that risk is intrinsically bound to decision making, and that navigating this relationship between risk and decision making is critical for performance. Our clients are challenged to operate and perform optimally in an environment that is increasingly complex, regulated and competitive.  However, thanks to analytics they now have the tools at their disposal to harness insights that simply were not previously available.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asmarterplanet.com/blog/2013/05/empowering-a-new-era-of-risk-management-with-analytics.html"&gt;&lt;em&gt;Click here to view the embedded video.&lt;/em&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;IBM is excited to be leading the charge in this space, investing in key technological advancements that will address the evolving risk needs faced by our clients.&lt;/p&gt;
&lt;p&gt;Of course, technology alone is not the answer. The successful adoption of an enterprise risk management platform requires a truly pervasive approach to risk management. To that end, IBM has sponsored &lt;a href="http://www.chartis-research.com/press/chartis-announces-the-launch-of-the-risk-enabled-enterprise"&gt;The Risk Enabled Enterprise&lt;/a&gt; – a two-year research initiative by &lt;a href="http://www.chartis-research.com/"&gt;Chartis Research&lt;/a&gt;, the leading provider of research and analysis for risk technology. Research will cover key enablers such as culture, organizational structure, data, systems and processes.&lt;/p&gt;
&lt;p&gt;To learn more about this research initiative, see &lt;a href="https://www-304.ibm.com/connections/blogs/predictiveanalytics/entry/the_risk_enabled_enterprise_a_two_year_research_program_launched_by_chartis?lang=en_us"&gt;last week’s blog by John Macdonald&lt;/a&gt;. I explore a similar theme in &lt;a href="http://www.algorithmics.com/think/2013/05/the-risk-enabled-enterprise-2"&gt;my latest editorial article&lt;/a&gt;, with a focus on trust. That is, trust in the quality and reliability of the underlying data and operational processes, trust in the integrity of the analytics, and trust in the management processes driving reliable actions emanating from risk insights.&lt;/p&gt;
&lt;p&gt;We explored these topics and many more and from a variety of angles at &lt;a href="http://www-01.ibm.com/software/analytics/vision/"&gt;Vision 2013&lt;/a&gt;, IBM’s premier global conference for finance, risk and incentive compensation professionals.  If you missed it, I encourage you to check out the &lt;a href="http://www.livestream.com/ibmsoftware"&gt;Livestream&lt;/a&gt; of the Risk keynote session.&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Financial+Services' rel='tag' target='_self'&gt;Financial Services&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/risk+management' rel='tag' target='_self'&gt;risk management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+analytics' rel='tag' target='_self'&gt;smarter analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/smarter+financial+services' rel='tag' target='_self'&gt;smarter financial services&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/empowering-a-new-era-of-risk-management-with-analytics.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/1tMKMTmG2pM" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 13:07:12 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/?p=25466</guid>
      <dc:creator>Michael Zerbs</dc:creator>
      <dc:date>2013-05-24T13:07:12Z</dc:date>
    </item>
    <item>
      <title>Weekly Round-up: May 24, 2013</title>
      <link>http://www.businessofgovernment.org/blog/business-government/weekly-round-may-24-2013</link>
      <description>&lt;div class="field field-type-text field-field-perex"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    Articles from across the Web that we found interesting, the week of May 20, 2012.        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Gadi Ben-Yehuda&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This week: Portals.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.businessofgovernment.org/blog/business-government/weekly-round-may-24-2013" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
      <content:encoded>&lt;div class="field field-type-text field-field-perex"&gt;
    &lt;div class="field-items"&gt;
            &lt;div class="field-item odd"&gt;
                    Articles from across the Web that we found interesting, the week of May 20, 2012.        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Gadi Ben-Yehuda&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This week: Portals.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.businessofgovernment.org/blog/business-government/weekly-round-may-24-2013" target="_blank"&gt;read more&lt;/a&gt;&lt;/p&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 12:47:31 GMT</pubDate>
      <guid isPermaLink="false">7146 at http://www.businessofgovernment.org</guid>
      <dc:creator>GBYehuda</dc:creator>
      <dc:date>2013-05-24T12:47:31Z</dc:date>
    </item>
    <item>
      <title>Learn 10 key mobile terms in five minutes</title>
      <link>http://asmarterplanet.com/mobile-enterprise/blog/2013/05/10-mobile-terms.html</link>
      <description>&lt;p&gt;&lt;a href="http://asmarterplanet.com/mobile-enterprise/files/mobile-term-confusion.png"&gt;&lt;img class="aligncenter size-full wp-image-787" alt="10 mobile terms" src="http://asmarterplanet.com/mobile-enterprise/files/mobile-term-confusion.png" width="620" height="508" /&gt;&lt;/a&gt;&lt;br /&gt;
In the mobile space one thing is clear: we are awash with acronyms and terms that can be confusing! With this in mind, the following is my attempt at demystifying these terms in order to help you understand what fits where, when and how:&lt;/p&gt;
&lt;p&gt;&lt;span id="more-784"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;1. &lt;/b&gt;&lt;a title="Bring your own device (BYOD)" href="http://www.ibm.com/byod" target="_blank"&gt;&lt;b&gt;BYOD&lt;/b&gt;&lt;b&gt; (Bring Your Own Device)&lt;/b&gt;&lt;/a&gt; is possibly the most recognized acronym when it comes to enterprise mobility, and in one way or another it’s intrinsically linked with all the other terms described here. Put simply, BYOD programs allow an employee to access corporate resources from a personally owned device rather than having to utilize one that is corporately owned and supplied. “Bringing your own device” theoretically means that you get to use your device of choice and also operate one device for both work and personal use.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;2. &lt;/b&gt;&lt;b&gt;MDM (mobile device management)&lt;/b&gt; refers to the software and processes that control device-level security and access policies on a mobile device. Examples include setting the strength of password required for a user to access the device, or selecting and enforcing a blacklist of applications that cannot be installed. MDM can also be used to control and manage access to secure email on a mobile device as well as provide a platform for an enterprise application store. Obviously MDM can support BYOD and corporately owned devices by providing the management layer for ensuring that devices are secure at a device policy level. Tools such as &lt;a href="http://www-03.ibm.com/software/products/us/en/ibmendpmanaformobidevi/"&gt;IBM Endpoint Manager&lt;/a&gt;, MobileIron and Airwatch are just a few examples of MDM software.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;3. &lt;/b&gt;&lt;b&gt;MAM (mobile application management) &lt;/b&gt;shifts the focus of access control from device-level policy to individual application-level policy. Examples include being able to set copy and paste ability on individual applications, or setting password and password strength. MAM is seen as the next wave of MDM, and many MDM providers are supporting the ability to add MAM to new and existing applications. In truth, you are likely to need a combination of both for BYOD and corporate devices.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;4. &lt;/b&gt;&lt;b&gt;MIM (mobile information management), &lt;/b&gt;like MAM, is another method of controlling access granularity on a mobile device. MIM, however, places the access control onus on the data rather than the app. For example, email attachments containing sensitive data could be encoded with a specific set of access parameters. These parameters could define the approved applications and security configurations that must be present on the device in order to actually access the information that you received.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;5. &lt;/b&gt;&lt;b&gt;MEAP (mobile enterprise applications platform) &lt;/b&gt;is a software platform for developing, integrating and deploying mobile applications. MEAPs differ from traditional development environments by providing bundled functionality specifically designed to help ease the mobile application development process. As well as the development tool, MEAPs also provide the relevant components and software infrastructure to support the mass deployment of mobile applications. &lt;a href="http://www-03.ibm.com/software/products/us/en/worklight/"&gt;IBM Worklight&lt;/a&gt; is an example of a MEAP, and a great introduction to the platform can be found &lt;a href="https://www.ibm.com/developerworks/community/blogs/mobileblog/entry/teach_yourself_worklight?lang=en"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;6. &lt;/b&gt;&lt;b&gt;MAPM (mobile application platform management) &lt;/b&gt;is an entity either in house or outsourced that manages the technical environments that house the MEAP and the mobile applications developed using the MEAP. MAPM services will include the design and implementation of enterprise infrastructures to support production and test environments, and will provide the ongoing service desk to monitor and support the infrastructure.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;7. &lt;/b&gt;&lt;b&gt;Containerization&lt;/b&gt; was originally the ability to utilize application containers to isolate and control access to corporate resources on a mobile device. Email is the most well-known example. Containerization has certainly evolved and is now providing users with a completely separate workspace or persona on the device. This persona typically houses all the corporate data and applications and is centrally managed by IT.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;8. &lt;/b&gt;&lt;b&gt;VDI (virtual desktop infrastructure) &lt;/b&gt;enables users to remotely access dedicated desktop sessions that execute all processing directly in the data center. Connecting to the desktop is initiated by the user through a local client or web browser that when accessed utilizes an efficient desktop delivery protocol such as RDP, PCoIP, ICA or HDX to display the desktop session on the user’s screen. This remote delivery mechanism using only a protocol means that desktops can be accessed from literally any device—or, to qualify, any device that can interpret the display protocol.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;em id="__mceDel"&gt;&lt;b&gt;9. &lt;/b&gt;&lt;b&gt;Workspace aggregators&lt;/b&gt; are solutions with many moving parts! Their aim is to provide users with a single sign-on portal to access their desktops, applications and data from any mobile device. Examples of workspace aggregators include VMware Horizon and Citrix Cloudgateway.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em id="__mceDel"&gt;&lt;/em&gt;&lt;em id="__mceDel"&gt;&lt;b&gt;10.   &lt;/b&gt;&lt;b&gt;EMM (enterprise mobility management) &lt;/b&gt;cannot be attributed to a single solution; rather, it encompasses all of the tools, technologies and processes that are implemented within an enterprise to manage mobility.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So to pull it all together you would:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asmarterplanet.com/mobile-enterprise/files/mobile-maze.png"&gt;&lt;img class="aligncenter size-full wp-image-788" alt="Mobile maze" src="http://asmarterplanet.com/mobile-enterprise/files/mobile-maze.png" width="502" height="342" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Implement a &lt;b&gt;BYOD &lt;/b&gt;program to allow employees to use their personal mobile devices in the enterprise to access corporate resources&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;MDM&lt;/b&gt; to control device policy and configure security access on mobile devices&lt;/li&gt;
&lt;li&gt;Use&lt;b&gt; MAM&lt;/b&gt; to control security and access to individual applications on mobile devices&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;MIM&lt;/b&gt; to control security and access to individual data on mobile devices&lt;/li&gt;
&lt;li&gt;Use a &lt;b&gt;MEAP&lt;/b&gt; as a platform to develop and deliver your mobile applications&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;MAPM&lt;/b&gt; to manage your &lt;b&gt;MEAP&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Implement &lt;b&gt;containerization &lt;/b&gt;to control access to corporate resources on a mobile device&lt;/li&gt;
&lt;li&gt;Implement &lt;b&gt;VDI &lt;/b&gt;to manage and provide user desktops from the cloud&lt;/li&gt;
&lt;li&gt;Implement a &lt;b&gt;workspace aggregator&lt;/b&gt; to consolidate access to users’ desktops, applications and data from the cloud (theoretically on “any device”)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;EMM&lt;/b&gt;? The tools and technology for managing all of the above!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em id="__mceDel"&gt;Did you learn something in five minutes!? Let me know your thoughts or follow me on Twitter &lt;a href="https://twitter.com/themobilejudge" target="_blank"&gt;@themobilejudge&lt;/a&gt; for all things mobile.&lt;/em&gt;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/BYOD' rel='tag' target='_self'&gt;BYOD&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Containerization' rel='tag' target='_self'&gt;Containerization&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Enterprise+mobility+management' rel='tag' target='_self'&gt;Enterprise mobility management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Endpoint+Manager' rel='tag' target='_self'&gt;IBM Endpoint Manager&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Worklight' rel='tag' target='_self'&gt;IBM Worklight&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Mobile+application+management' rel='tag' target='_self'&gt;Mobile application management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Mobile+device+management' rel='tag' target='_self'&gt;Mobile device management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Mobile+enterprise+applications+platform' rel='tag' target='_self'&gt;Mobile enterprise applications platform&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Mobile+information+management' rel='tag' target='_self'&gt;Mobile information management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Virtual+desktop+infrastructure' rel='tag' target='_self'&gt;Virtual desktop infrastructure&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Workspace+aggregators' rel='tag' target='_self'&gt;Workspace aggregators&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;p&gt;The post &lt;a href="http://asmarterplanet.com/mobile-enterprise/blog/2013/05/10-mobile-terms.html"&gt;Learn 10 key mobile terms in five minutes&lt;/a&gt; appeared first on &lt;a href="http://asmarterplanet.com/mobile-enterprise"&gt;IBM Mobile&lt;/a&gt;.&lt;/p&gt;</description>
      <content:encoded>&lt;p&gt;&lt;a href="http://asmarterplanet.com/mobile-enterprise/files/mobile-term-confusion.png"&gt;&lt;img class="aligncenter size-full wp-image-787" alt="10 mobile terms" src="http://asmarterplanet.com/mobile-enterprise/files/mobile-term-confusion.png" width="620" height="508" /&gt;&lt;/a&gt;&lt;br /&gt;
In the mobile space one thing is clear: we are awash with acronyms and terms that can be confusing! With this in mind, the following is my attempt at demystifying these terms in order to help you understand what fits where, when and how:&lt;/p&gt;
&lt;p&gt;&lt;span id="more-784"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;1. &lt;/b&gt;&lt;a title="Bring your own device (BYOD)" href="http://www.ibm.com/byod" target="_blank"&gt;&lt;b&gt;BYOD&lt;/b&gt;&lt;b&gt; (Bring Your Own Device)&lt;/b&gt;&lt;/a&gt; is possibly the most recognized acronym when it comes to enterprise mobility, and in one way or another it’s intrinsically linked with all the other terms described here. Put simply, BYOD programs allow an employee to access corporate resources from a personally owned device rather than having to utilize one that is corporately owned and supplied. “Bringing your own device” theoretically means that you get to use your device of choice and also operate one device for both work and personal use.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;2. &lt;/b&gt;&lt;b&gt;MDM (mobile device management)&lt;/b&gt; refers to the software and processes that control device-level security and access policies on a mobile device. Examples include setting the strength of password required for a user to access the device, or selecting and enforcing a blacklist of applications that cannot be installed. MDM can also be used to control and manage access to secure email on a mobile device as well as provide a platform for an enterprise application store. Obviously MDM can support BYOD and corporately owned devices by providing the management layer for ensuring that devices are secure at a device policy level. Tools such as &lt;a href="http://www-03.ibm.com/software/products/us/en/ibmendpmanaformobidevi/"&gt;IBM Endpoint Manager&lt;/a&gt;, MobileIron and Airwatch are just a few examples of MDM software.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;3. &lt;/b&gt;&lt;b&gt;MAM (mobile application management) &lt;/b&gt;shifts the focus of access control from device-level policy to individual application-level policy. Examples include being able to set copy and paste ability on individual applications, or setting password and password strength. MAM is seen as the next wave of MDM, and many MDM providers are supporting the ability to add MAM to new and existing applications. In truth, you are likely to need a combination of both for BYOD and corporate devices.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;4. &lt;/b&gt;&lt;b&gt;MIM (mobile information management), &lt;/b&gt;like MAM, is another method of controlling access granularity on a mobile device. MIM, however, places the access control onus on the data rather than the app. For example, email attachments containing sensitive data could be encoded with a specific set of access parameters. These parameters could define the approved applications and security configurations that must be present on the device in order to actually access the information that you received.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;5. &lt;/b&gt;&lt;b&gt;MEAP (mobile enterprise applications platform) &lt;/b&gt;is a software platform for developing, integrating and deploying mobile applications. MEAPs differ from traditional development environments by providing bundled functionality specifically designed to help ease the mobile application development process. As well as the development tool, MEAPs also provide the relevant components and software infrastructure to support the mass deployment of mobile applications. &lt;a href="http://www-03.ibm.com/software/products/us/en/worklight/"&gt;IBM Worklight&lt;/a&gt; is an example of a MEAP, and a great introduction to the platform can be found &lt;a href="https://www.ibm.com/developerworks/community/blogs/mobileblog/entry/teach_yourself_worklight?lang=en"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;6. &lt;/b&gt;&lt;b&gt;MAPM (mobile application platform management) &lt;/b&gt;is an entity either in house or outsourced that manages the technical environments that house the MEAP and the mobile applications developed using the MEAP. MAPM services will include the design and implementation of enterprise infrastructures to support production and test environments, and will provide the ongoing service desk to monitor and support the infrastructure.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;7. &lt;/b&gt;&lt;b&gt;Containerization&lt;/b&gt; was originally the ability to utilize application containers to isolate and control access to corporate resources on a mobile device. Email is the most well-known example. Containerization has certainly evolved and is now providing users with a completely separate workspace or persona on the device. This persona typically houses all the corporate data and applications and is centrally managed by IT.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;8. &lt;/b&gt;&lt;b&gt;VDI (virtual desktop infrastructure) &lt;/b&gt;enables users to remotely access dedicated desktop sessions that execute all processing directly in the data center. Connecting to the desktop is initiated by the user through a local client or web browser that when accessed utilizes an efficient desktop delivery protocol such as RDP, PCoIP, ICA or HDX to display the desktop session on the user’s screen. This remote delivery mechanism using only a protocol means that desktops can be accessed from literally any device—or, to qualify, any device that can interpret the display protocol.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;em id="__mceDel"&gt;&lt;b&gt;9. &lt;/b&gt;&lt;b&gt;Workspace aggregators&lt;/b&gt; are solutions with many moving parts! Their aim is to provide users with a single sign-on portal to access their desktops, applications and data from any mobile device. Examples of workspace aggregators include VMware Horizon and Citrix Cloudgateway.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em id="__mceDel"&gt;&lt;/em&gt;&lt;em id="__mceDel"&gt;&lt;b&gt;10.   &lt;/b&gt;&lt;b&gt;EMM (enterprise mobility management) &lt;/b&gt;cannot be attributed to a single solution; rather, it encompasses all of the tools, technologies and processes that are implemented within an enterprise to manage mobility.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;So to pull it all together you would:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://asmarterplanet.com/mobile-enterprise/files/mobile-maze.png"&gt;&lt;img class="aligncenter size-full wp-image-788" alt="Mobile maze" src="http://asmarterplanet.com/mobile-enterprise/files/mobile-maze.png" width="502" height="342" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Implement a &lt;b&gt;BYOD &lt;/b&gt;program to allow employees to use their personal mobile devices in the enterprise to access corporate resources&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;MDM&lt;/b&gt; to control device policy and configure security access on mobile devices&lt;/li&gt;
&lt;li&gt;Use&lt;b&gt; MAM&lt;/b&gt; to control security and access to individual applications on mobile devices&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;MIM&lt;/b&gt; to control security and access to individual data on mobile devices&lt;/li&gt;
&lt;li&gt;Use a &lt;b&gt;MEAP&lt;/b&gt; as a platform to develop and deliver your mobile applications&lt;/li&gt;
&lt;li&gt;Use &lt;b&gt;MAPM&lt;/b&gt; to manage your &lt;b&gt;MEAP&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Implement &lt;b&gt;containerization &lt;/b&gt;to control access to corporate resources on a mobile device&lt;/li&gt;
&lt;li&gt;Implement &lt;b&gt;VDI &lt;/b&gt;to manage and provide user desktops from the cloud&lt;/li&gt;
&lt;li&gt;Implement a &lt;b&gt;workspace aggregator&lt;/b&gt; to consolidate access to users’ desktops, applications and data from the cloud (theoretically on “any device”)&lt;/li&gt;
&lt;li&gt;&lt;b&gt;EMM&lt;/b&gt;? The tools and technology for managing all of the above!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;em id="__mceDel"&gt;Did you learn something in five minutes!? Let me know your thoughts or follow me on Twitter &lt;a href="https://twitter.com/themobilejudge" target="_blank"&gt;@themobilejudge&lt;/a&gt; for all things mobile.&lt;/em&gt;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/BYOD' rel='tag' target='_self'&gt;BYOD&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Containerization' rel='tag' target='_self'&gt;Containerization&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Enterprise+mobility+management' rel='tag' target='_self'&gt;Enterprise mobility management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Endpoint+Manager' rel='tag' target='_self'&gt;IBM Endpoint Manager&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Worklight' rel='tag' target='_self'&gt;IBM Worklight&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Mobile+application+management' rel='tag' target='_self'&gt;Mobile application management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Mobile+device+management' rel='tag' target='_self'&gt;Mobile device management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Mobile+enterprise+applications+platform' rel='tag' target='_self'&gt;Mobile enterprise applications platform&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Mobile+information+management' rel='tag' target='_self'&gt;Mobile information management&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Virtual+desktop+infrastructure' rel='tag' target='_self'&gt;Virtual desktop infrastructure&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Workspace+aggregators' rel='tag' target='_self'&gt;Workspace aggregators&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;p&gt;The post &lt;a href="http://asmarterplanet.com/mobile-enterprise/blog/2013/05/10-mobile-terms.html"&gt;Learn 10 key mobile terms in five minutes&lt;/a&gt; appeared first on &lt;a href="http://asmarterplanet.com/mobile-enterprise"&gt;IBM Mobile&lt;/a&gt;.&lt;/p&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 09:15:30 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/mobile-enterprise/?p=784</guid>
      <dc:creator>David Judge</dc:creator>
      <dc:date>2013-05-24T09:15:30Z</dc:date>
    </item>
    <item>
      <title>PureSystems: An Expert Solution to simplify IT – Taking center stage at SolutionsConnect 2013</title>
      <link>http://expertintegratedsystemsblog.com/index.php/2013/05/solutionsconnect2013-2/</link>
      <description>&amp;#160; The information technology eco system is evolving and rapidly transforming as you read this. If you and your organization&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://expertintegratedsystemsblog.com/index.php/2013/05/solutionsconnect2013-2/"&gt; Continue reading &lt;/a&gt;</description>
      <content:encoded>&amp;#160; The information technology eco system is evolving and rapidly transforming as you read this. If you and your organization&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://expertintegratedsystemsblog.com/index.php/2013/05/solutionsconnect2013-2/"&gt; Continue reading &lt;/a&gt;</content:encoded>
      <pubDate>Fri, 24 May 2013 09:11:15 GMT</pubDate>
      <guid isPermaLink="false">http://expertintegratedsystemsblog.com/?p=4918</guid>
      <dc:creator>Els Luunk</dc:creator>
      <dc:date>2013-05-24T09:11:15Z</dc:date>
    </item>
    <item>
      <title>The Top 5 Checkpoints to Building a Smarter Workforce</title>
      <link>http://feedproxy.google.com/~r/ASmarterPlanet/~3/hryAZ9lEedY/the-top-5-checkpoints-to-building-a-smarter-workforce.html</link>
      <description>&lt;div id="attachment_25492" class="wp-caption alignleft" style="width: 136px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Troy-Kanter-photo-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25492" alt="Troy Kanter, COO of Kenexa, an IBM company" src="http://asmarterplanet.com/files/2013/05/SP-Troy-Kanter-photo-May-2013.jpg" width="126" height="173" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Troy Kanter, COO of Kenexa, an IBM company&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Troy Kanter&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Successful organizations typically recognize three critical facets of their workforce. For these companies, it’s all about capability (what the workforce already knows); capacity (what it has the ability to learn); and culture (what it can do collectively).&lt;/p&gt;
&lt;p&gt;Understanding the three C’s is just the first step in the process of creating a &lt;a href="http://www.ibm.com/smarterworkforce"&gt;Smarter Workforce&lt;/a&gt;. In my experience, it’s critical to answer five key questions regarding the design of the workforce to help ensure success, both for the employee and the organization.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. What are the core components that are critical to the success of your organization?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Much like buying a car, what feature or capability denotes a successful purchase? Is it safety, gas mileage, speed or something else? It’s the same with business. For some companies, they need their workforce to deliver tailored solutions for customers. For others, it’s important to deliver top-of-line customer service, or expertise or creative ideas. &lt;span id="more-25491"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. What are the job &amp;#8220;families&amp;#8221; within your workforce that are critical to success?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In other words, what job families will help set your business apart from your competitors? You can determine this by analyzing workforce data and pinpointing the critical areas that impact your bottom line most. For example, one company we worked with analyzed its data to discover that customer service was the No. 1 driver to sales. When they started focusing on delivering better customer service, profits rose.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Now that you recognize your most critical job family, how do you attract the very best people for those jobs?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By analyzing your workforce through the scope of human insights and behavioral science, you can create a blueprint that helps you understand the capacity, capability and cultural tendencies of your most &lt;a href="http://www.kenexa.com/Portals/0/Downloads/RegeneronCaseStudy.pdf"&gt;successful employees&lt;/a&gt; and discover ways to find more people who are like them. Until now, these characteristics were determined only by feelings and intuition. When you attract and hire the right people for the right job the first time, your &lt;a href="http://www.kenexa.com/Portals/0/Downloads/CabelasCaseStudy.pdf"&gt;employees are more engaged&lt;/a&gt;, turnover falls and productivity rises.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. What motivates or demotivates your best talent?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This starts by knowing where and how to &lt;a href="http://blog.kenexa.com/?p=6058"&gt;source the right people&lt;/a&gt; (both internally and externally) by administering assessments and &lt;a href="http://www.kenexa.com/Solutions/EmployeeSurveys"&gt;employee engagement surveys&lt;/a&gt; that test for the attributes your workforce needs to be successful. You also must know your current workforce in terms of skill and experiences. A Smarter Workforce motivates its employees based on what they know about their most successful people.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. What tools do you need to empower your workforce and measure success?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Smart companies use &lt;a href="http://www.ibm.com/social-business/us/en/explore-solutions.html"&gt;enterprise social tools&lt;/a&gt; to build relationships and skills, provide feedback and deliver information that is timely and useful. They survey employees to assess engagement and drive performance. And they use data analytics to glean insights into their workforce that were never available until now.&lt;/p&gt;
&lt;p&gt;When companies discover the answers to these questions, they create a Smarter Workforce. A workforce where time-to-hire is reduced, productivity is increased, turnover is lowered and retention is increased—in turn, the business is able to get &lt;a href="http://bit.ly/10Movh2"&gt;products to market&lt;/a&gt; faster, increase flexibility, share collective intelligence, be more creative and innovative, drive higher revenue growth and truly understand how employees impact the bottom line.&lt;/p&gt;
&lt;p&gt;____________________________________________________________&lt;/p&gt;
&lt;p&gt;&lt;em&gt;For more information about Smarter Workforce, please see &lt;a href="http://www.ibm.com/social-business/us/en/smarterworkforce.pdf"&gt;IBM’s POV&lt;/a&gt;* in today’s Wall Street Journal and view additional resources &lt;a href="http://www.ibm.com/social-business/?ref=smarterworkforce"&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+smarter+analytics' rel='tag' target='_self'&gt;IBM smarter analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Kenexa' rel='tag' target='_self'&gt;Kenexa&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Smarter+HR' rel='tag' target='_self'&gt;Smarter HR&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Smarter+Workforce' rel='tag' target='_self'&gt;Smarter Workforce&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/social+business' rel='tag' target='_self'&gt;social business&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/talent+acquisition' rel='tag' target='_self'&gt;talent acquisition&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/the-top-5-checkpoints-to-building-a-smarter-workforce.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/hryAZ9lEedY" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div id="attachment_25492" class="wp-caption alignleft" style="width: 136px"&gt;&lt;a href="http://asmarterplanet.com/files/2013/05/SP-Troy-Kanter-photo-May-2013.jpg"&gt;&lt;img class="size-full wp-image-25492" alt="Troy Kanter, COO of Kenexa, an IBM company" src="http://asmarterplanet.com/files/2013/05/SP-Troy-Kanter-photo-May-2013.jpg" width="126" height="173" /&gt;&lt;/a&gt;&lt;p class="wp-caption-text"&gt;Troy Kanter, COO of Kenexa, an IBM company&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;&lt;b&gt;By Troy Kanter&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Successful organizations typically recognize three critical facets of their workforce. For these companies, it’s all about capability (what the workforce already knows); capacity (what it has the ability to learn); and culture (what it can do collectively).&lt;/p&gt;
&lt;p&gt;Understanding the three C’s is just the first step in the process of creating a &lt;a href="http://www.ibm.com/smarterworkforce"&gt;Smarter Workforce&lt;/a&gt;. In my experience, it’s critical to answer five key questions regarding the design of the workforce to help ensure success, both for the employee and the organization.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;1. What are the core components that are critical to the success of your organization?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Much like buying a car, what feature or capability denotes a successful purchase? Is it safety, gas mileage, speed or something else? It’s the same with business. For some companies, they need their workforce to deliver tailored solutions for customers. For others, it’s important to deliver top-of-line customer service, or expertise or creative ideas. &lt;span id="more-25491"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. What are the job &amp;#8220;families&amp;#8221; within your workforce that are critical to success?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In other words, what job families will help set your business apart from your competitors? You can determine this by analyzing workforce data and pinpointing the critical areas that impact your bottom line most. For example, one company we worked with analyzed its data to discover that customer service was the No. 1 driver to sales. When they started focusing on delivering better customer service, profits rose.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. Now that you recognize your most critical job family, how do you attract the very best people for those jobs?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;By analyzing your workforce through the scope of human insights and behavioral science, you can create a blueprint that helps you understand the capacity, capability and cultural tendencies of your most &lt;a href="http://www.kenexa.com/Portals/0/Downloads/RegeneronCaseStudy.pdf"&gt;successful employees&lt;/a&gt; and discover ways to find more people who are like them. Until now, these characteristics were determined only by feelings and intuition. When you attract and hire the right people for the right job the first time, your &lt;a href="http://www.kenexa.com/Portals/0/Downloads/CabelasCaseStudy.pdf"&gt;employees are more engaged&lt;/a&gt;, turnover falls and productivity rises.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. What motivates or demotivates your best talent?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This starts by knowing where and how to &lt;a href="http://blog.kenexa.com/?p=6058"&gt;source the right people&lt;/a&gt; (both internally and externally) by administering assessments and &lt;a href="http://www.kenexa.com/Solutions/EmployeeSurveys"&gt;employee engagement surveys&lt;/a&gt; that test for the attributes your workforce needs to be successful. You also must know your current workforce in terms of skill and experiences. A Smarter Workforce motivates its employees based on what they know about their most successful people.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. What tools do you need to empower your workforce and measure success?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Smart companies use &lt;a href="http://www.ibm.com/social-business/us/en/explore-solutions.html"&gt;enterprise social tools&lt;/a&gt; to build relationships and skills, provide feedback and deliver information that is timely and useful. They survey employees to assess engagement and drive performance. And they use data analytics to glean insights into their workforce that were never available until now.&lt;/p&gt;
&lt;p&gt;When companies discover the answers to these questions, they create a Smarter Workforce. A workforce where time-to-hire is reduced, productivity is increased, turnover is lowered and retention is increased—in turn, the business is able to get &lt;a href="http://bit.ly/10Movh2"&gt;products to market&lt;/a&gt; faster, increase flexibility, share collective intelligence, be more creative and innovative, drive higher revenue growth and truly understand how employees impact the bottom line.&lt;/p&gt;
&lt;p&gt;____________________________________________________________&lt;/p&gt;
&lt;p&gt;&lt;em&gt;For more information about Smarter Workforce, please see &lt;a href="http://www.ibm.com/social-business/us/en/smarterworkforce.pdf"&gt;IBM’s POV&lt;/a&gt;* in today’s Wall Street Journal and view additional resources &lt;a href="http://www.ibm.com/social-business/?ref=smarterworkforce"&gt;here&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;!-- start wp-tags-to-technorati 1.02 --&gt;

&lt;p class='technorati-tags'&gt;Technorati Tags: &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data' rel='tag' target='_self'&gt;Big Data&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Big+Data+analytics' rel='tag' target='_self'&gt;Big Data analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+smarter+analytics' rel='tag' target='_self'&gt;IBM smarter analytics&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/IBM+Smarter+Planet' rel='tag' target='_self'&gt;IBM Smarter Planet&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/innovation' rel='tag' target='_self'&gt;innovation&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Kenexa' rel='tag' target='_self'&gt;Kenexa&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Smarter+HR' rel='tag' target='_self'&gt;Smarter HR&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/Smarter+Workforce' rel='tag' target='_self'&gt;Smarter Workforce&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/social+business' rel='tag' target='_self'&gt;social business&lt;/a&gt;, &lt;a class='technorati-link' href='http://technorati.com/tag/talent+acquisition' rel='tag' target='_self'&gt;talent acquisition&lt;/a&gt;&lt;/p&gt;

&lt;!-- end wp-tags-to-technorati --&gt;
&lt;div class="AWD_facebook_likebutton"&gt;&lt;div class="fb-like" data-href="http://asmarterplanet.com/blog/2013/05/the-top-5-checkpoints-to-building-a-smarter-workforce.html" data-send="0" data-layout="standard" data-width="300" data-show-faces="0" data-action="like" data-colorscheme="light" data-font="arial" data-ref=""&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ASmarterPlanet/~4/hryAZ9lEedY" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Thu, 23 May 2013 22:53:38 GMT</pubDate>
      <guid isPermaLink="false">http://asmarterplanet.com/?p=25491</guid>
      <dc:creator>Guest</dc:creator>
      <dc:date>2013-05-23T22:53:38Z</dc:date>
    </item>
    <item>
      <title>Big Data In Danger of Definitional Overkill</title>
      <link>http://feedproxy.google.com/~r/big-data-hub-blog/~3/s2hykuVEVDk/big-data-danger-definitional-overkill</link>
      <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;Big data evangelization is not for the faint of heart. At a recent industry panel that I was on, the moderator joked that there must be a petabyte-scale big-data cluster somewhere brimming with definitions of big data.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/big-data-hub-blog/~4/s2hykuVEVDk" height="1" width="1"/&gt;</description>
      <content:encoded>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even" property="content:encoded"&gt;&lt;p&gt;Big data evangelization is not for the faint of heart. At a recent industry panel that I was on, the moderator joked that there must be a petabyte-scale big-data cluster somewhere brimming with definitions of big data.&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/big-data-hub-blog/~4/s2hykuVEVDk" height="1" width="1"/&gt;</content:encoded>
      <pubDate>Thu, 23 May 2013 21:41:36 GMT</pubDate>
      <guid isPermaLink="false">1486 at http://www.ibmbigdatahub.com</guid>
      <dc:creator>james-kobielus</dc:creator>
      <dc:date>2013-05-23T21:41:36Z</dc:date>
    </item>
    <item>
      <title>Connected devices are taking over the world</title>
      <link>http://www.smartercomputingblog.com/smarter-computing/connected-devices/</link>
      <description>Next time you're home, take a look around and count how many devices you have that can connect to your home wifi. Almost certainly there are phones, laptops, tablets, and probably a desktop computer as well. Collectively, these connected devices are forming the Internet of Things – the internet of the future that smartly integrates billions of devices and processes across industries and global locations.&lt;br /&gt;&lt;br /&gt;&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://www.smartercomputingblog.com/smarter-computing/connected-devices/"&gt; Continue reading&lt;/a&gt;&lt;div align="left"&gt;&lt;div class="sharexyWidgetNoindexUniqueClassName"&gt;&lt;div id="shr_35306182"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <content:encoded>Next time you're home, take a look around and count how many devices you have that can connect to your home wifi. Almost certainly there are phones, laptops, tablets, and probably a desktop computer as well. Collectively, these connected devices are forming the Internet of Things – the internet of the future that smartly integrates billions of devices and processes across industries and global locations.&lt;br /&gt;&lt;br /&gt;&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://www.smartercomputingblog.com/smarter-computing/connected-devices/"&gt; Continue reading&lt;/a&gt;&lt;div align="left"&gt;&lt;div class="sharexyWidgetNoindexUniqueClassName"&gt;&lt;div id="shr_35306182"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 23 May 2013 19:15:24 GMT</pubDate>
      <guid isPermaLink="false">http://www.smartercomputingblog.com/?p=8596</guid>
      <dc:creator>Martin Keen</dc:creator>
      <dc:date>2013-05-23T19:15:24Z</dc:date>
    </item>
    <item>
      <title>South side story: IT integration and reality</title>
      <link>http://www.smartercomputingblog.com/smarter-computing/it-integration-reality/</link>
      <description>What if there were a way for the agencies responsible for improving housing and those providing healthcare, counseling, food assistance and job training to communicate? Investing in IT infrastructure can provide productivity multiplier effects that lead to improved services.&lt;br /&gt;&lt;br /&gt;&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://www.smartercomputingblog.com/smarter-computing/it-integration-reality/"&gt; Continue reading&lt;/a&gt;&lt;div align="left"&gt;&lt;div class="sharexyWidgetNoindexUniqueClassName"&gt;&lt;div id="shr_60530517"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
      <content:encoded>What if there were a way for the agencies responsible for improving housing and those providing healthcare, counseling, food assistance and job training to communicate? Investing in IT infrastructure can provide productivity multiplier effects that lead to improved services.&lt;br /&gt;&lt;br /&gt;&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://www.smartercomputingblog.com/smarter-computing/it-integration-reality/"&gt; Continue reading&lt;/a&gt;&lt;div align="left"&gt;&lt;div class="sharexyWidgetNoindexUniqueClassName"&gt;&lt;div id="shr_60530517"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</content:encoded>
      <pubDate>Thu, 23 May 2013 18:45:43 GMT</pubDate>
      <guid isPermaLink="false">http://www.smartercomputingblog.com/?p=8602</guid>
      <dc:creator>Timothy Durniak</dc:creator>
      <dc:date>2013-05-23T18:45:43Z</dc:date>
    </item>
    <item>
      <title>PureSystems for Managed Services Providers: Learn more at the IBM Edge2013 MSP Summit</title>
      <link>http://expertintegratedsystemsblog.com/index.php/2013/05/ibm-edge2013-msp-summit/</link>
      <description>These days, businesses are turning more and more to Managed Service Providers (MSPs) for their IT needs. What&amp;#8217;s driving this&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://expertintegratedsystemsblog.com/index.php/2013/05/ibm-edge2013-msp-summit/"&gt; Continue reading &lt;/a&gt;</description>
      <content:encoded>These days, businesses are turning more and more to Managed Service Providers (MSPs) for their IT needs. What&amp;#8217;s driving this&lt;a class='read-full-post' onclick='_gaq.push(["_trackEvent", "Overview", "Click", "Read Full Post"])' href="http://expertintegratedsystemsblog.com/index.php/2013/05/ibm-edge2013-msp-summit/"&gt; Continue reading &lt;/a&gt;</content:encoded>
      <pubDate>Thu, 23 May 2013 17:03:08 GMT</pubDate>
      <guid isPermaLink="false">http://expertintegratedsystemsblog.com/?p=4877</guid>
      <dc:creator>Todd Austin</dc:creator>
      <dc:date>2013-05-23T17:03:08Z</dc:date>
    </item>
    <item>
      <title>We heart z/OS BCPii</title>
      <link>https://www-304.ibm.com/connections/blogs/systemz/entry/we_heart_3_z_os_bcpii?lang=en_us</link>
      <description>&lt;p dir="ltr" style="text-align: justify;"&gt;
	&lt;strong&gt;&lt;a href="https://www-304.ibm.com/connections/blogs/systemz/resource/BLOGS_UPLOADED_IMAGES/KarenRansom.jpg" target="_blank"&gt;&lt;img alt="image" src="https://www-304.ibm.com/connections/blogs/systemz/resource/BLOGS_UPLOADED_IMAGES/KarenRansom.jpg" style="  display:block; margin: 1em 1em 0pt 0pt; float: left;" /&gt;&lt;/a&gt;&lt;a href="https://www-304.ibm.com/connections/blogs/systemz/resource/BLOGS_UPLOADED_IMAGES/Rita_Beisel.jpg" target="_blank"&gt;&lt;img alt="image" src="https://www-304.ibm.com/connections/blogs/systemz/resource/BLOGS_UPLOADED_IMAGES/Rita_Beisel.jpg" style="  display:block; margin: 1em 1em 0pt 0pt; float: left;" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&lt;strong&gt;By Karen Ransom, Lead Function Tester for z/OS BCPii and&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&lt;strong&gt;Rita Beisel, Information Developer, IBM System z Information Solutions&lt;/strong&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	Welcome to the first entry in our z/OS BCPii blog.&amp;#160; BCPii is rapidly becoming a favorite with z/OS clients as they discover how easy it is to create BCPii applications to manage their installations accurately and efficiently.&amp;#160; The BCPii team is eager to open up a new fun and informal communication channel with our clients.&amp;#160; Our blogging team is diverse and includes members from BCPii development and test, information development, and customer support.&amp;#160; We are here to help and are enthusiastically planning BCPii topics for future blogs.&amp;#160; Here&amp;#39;s a sampling of some of our future BCPii blogging topics:&lt;/p&gt;
&lt;ul dir="ltr"&gt;
	&lt;li style="text-align: justify;"&gt;
		BCPii Basics: How to use BCPii to manage your installation&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		An interview with BCPii Lead Developer, Steve Warren&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		A look at the easy-to-use summary tables for HWIQUERY and HWISET, HWICMD, and HWIEVENT&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		An introduction to the BCPii samples&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		How to use the BCPii APIs for z/OS UNIX&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		How to use BCPii REXX support&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		BCPii installation and setup tips&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		How to create a BCPii app to automate LPAR setup&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		The 10 most frequently asked questions about BCPii&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		How to avoid the most common mistakes of BCPii users&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		Introducing IBM products that use BCPii&lt;/li&gt;
&lt;/ul&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&lt;br /&gt;
	We&amp;#39;re even planning a &amp;#39;Dear BCPii&amp;#39; blog (similar to the beloved &amp;#39;Dear Abby&amp;#39; column) where the BCPii team members answer your most pressing BCPii questions, so don&amp;#39;t be shy about posting them.&amp;#160; If you have additional BCPii topics to suggest, or a cool BCPii app that you would like to share, let us know.&amp;#160; It would be great to get some &amp;#39;I Love BCPii&amp;#39; testimonials from our satisfied BCPii users out there.&lt;br /&gt;
	&amp;#160;&lt;br /&gt;
	We hope you&amp;#39;ll become a regular reader of our blog and be inspired to participate!&amp;#160; We&amp;#39;d love to get a conversation going with you.&amp;#160; &amp;#160;&lt;br /&gt;
	&lt;br /&gt;
	&lt;strong&gt;&lt;em&gt;Karen Ransom is an Advisory Software Engineer and the Function Test Team Lead for BCPii.&amp;#160; She has 28 years of z/OS development and test experience, spanning the IPCS, SLIP, GRS, Parallel Sysplex, and BCPii components.&amp;#160; She enjoys gardening, and walking or biking the beautiful trails in the scenic Hudson River Valley of New York State.&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;strong&gt;&lt;em&gt;Rita Beisel is an Information Developer at IBM in Poughkeepsie, NY. She has experience writing for z/OS MVS, z/VM, RACF, DB2, and DFSMS and has several published articles in IBM&amp;#39;s Hot Topics magazine. She also likes to do interface design, surveys, and usability testing.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;</description>
      <content:encoded>&lt;p dir="ltr" style="text-align: justify;"&gt;
	&lt;strong&gt;&lt;a href="https://www-304.ibm.com/connections/blogs/systemz/resource/BLOGS_UPLOADED_IMAGES/KarenRansom.jpg" target="_blank"&gt;&lt;img alt="image" src="https://www-304.ibm.com/connections/blogs/systemz/resource/BLOGS_UPLOADED_IMAGES/KarenRansom.jpg" style="  display:block; margin: 1em 1em 0pt 0pt; float: left;" /&gt;&lt;/a&gt;&lt;a href="https://www-304.ibm.com/connections/blogs/systemz/resource/BLOGS_UPLOADED_IMAGES/Rita_Beisel.jpg" target="_blank"&gt;&lt;img alt="image" src="https://www-304.ibm.com/connections/blogs/systemz/resource/BLOGS_UPLOADED_IMAGES/Rita_Beisel.jpg" style="  display:block; margin: 1em 1em 0pt 0pt; float: left;" /&gt;&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&lt;strong&gt;By Karen Ransom, Lead Function Tester for z/OS BCPii and&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&lt;strong&gt;Rita Beisel, Information Developer, IBM System z Information Solutions&lt;/strong&gt;&lt;br /&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&amp;#160;&lt;/p&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	Welcome to the first entry in our z/OS BCPii blog.&amp;#160; BCPii is rapidly becoming a favorite with z/OS clients as they discover how easy it is to create BCPii applications to manage their installations accurately and efficiently.&amp;#160; The BCPii team is eager to open up a new fun and informal communication channel with our clients.&amp;#160; Our blogging team is diverse and includes members from BCPii development and test, information development, and customer support.&amp;#160; We are here to help and are enthusiastically planning BCPii topics for future blogs.&amp;#160; Here&amp;#39;s a sampling of some of our future BCPii blogging topics:&lt;/p&gt;
&lt;ul dir="ltr"&gt;
	&lt;li style="text-align: justify;"&gt;
		BCPii Basics: How to use BCPii to manage your installation&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		An interview with BCPii Lead Developer, Steve Warren&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		A look at the easy-to-use summary tables for HWIQUERY and HWISET, HWICMD, and HWIEVENT&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		An introduction to the BCPii samples&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		How to use the BCPii APIs for z/OS UNIX&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		How to use BCPii REXX support&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		BCPii installation and setup tips&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		How to create a BCPii app to automate LPAR setup&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		The 10 most frequently asked questions about BCPii&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		How to avoid the most common mistakes of BCPii users&lt;/li&gt;
	&lt;li style="text-align: justify;"&gt;
		Introducing IBM products that use BCPii&lt;/li&gt;
&lt;/ul&gt;
&lt;p dir="ltr" style="text-align: justify;"&gt;
	&lt;br /&gt;
	We&amp;#39;re even planning a &amp;#39;Dear BCPii&amp;#39; blog (similar to the beloved &amp;#39;Dear Abby&amp;#39; column) where the BCPii team members answer your most pressing BCPii questions, so don&amp;#39;t be shy about posting them.&amp;#160; If you have additional BCPii topics to suggest, or a cool BCPii app that you would like to share, let us know.&amp;#160; It would be great to get some &amp;#39;I Love BCPii&amp;#39; testimonials from our satisfied BCPii users out there.&lt;br /&gt;
	&amp;#160;&lt;br /&gt;
	We hope you&amp;#39;ll become a regular reader of our blog and be inspired to participate!&amp;#160; We&amp;#39;d love to get a conversation going with you.&amp;#160; &amp;#160;&lt;br /&gt;
	&lt;br /&gt;
	&lt;strong&gt;&lt;em&gt;Karen Ransom is an Advisory Software Engineer and the Function Test Team Lead for BCPii.&amp;#160; She has 28 years of z/OS development and test experience, spanning the IPCS, SLIP, GRS, Parallel Sysplex, and BCPii components.&amp;#160; She enjoys gardening, and walking or biking the beautiful trails in the scenic Hudson River Valley of New York State.&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
	&lt;br /&gt;
	&lt;strong&gt;&lt;em&gt;Rita Beisel is an Information Developer at IBM in Poughkeepsie, NY. She has experience writing for z/OS MVS, z/VM, RACF, DB2, and DFSMS and has several published articles in IBM&amp;#39;s Hot Topics magazine. She also likes to do interface design, surveys, and usability testing.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;</content:encoded>
      <pubDate>Thu, 23 May 2013 16:03:22 GMT</pubDate>
      <guid isPermaLink="false">urn:lsid:ibm.com:blogs:entry-7ef6775a-874a-4ed6-a2d7-c4e98cabc222</guid>
      <dc:creator>Pratin Ashtekar</dc:creator>
      <dc:date>2013-05-23T16:03:22Z</dc:date>
    </item>
    <item>
      <title>What Does Big Data Have To Do with Tiny Atoms?</title>
      <link>http://greateribm.wordpress.com/2013/05/23/what-does-big-data-have-to-do-with-tiny-atoms/</link>
      <description>&lt;p&gt;By now, you&amp;#8217;ve probably seen the landmark IBM achievement that is &amp;#8220;&lt;a href="http://wp.me/p2kcos-1iv"&gt;A Boy and His Atom&lt;/a&gt;&amp;#8221; &amp;#8211; the world&amp;#8217;s smallest film &amp;#8211; that was made by moving atoms with a &lt;a href="http://www.nobelprize.org/educational/physics/microscopes/scanning/index.html"&gt;Scanning Tunneling Microscope&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See the movie that holds the Guinness World Records™ record for the World&amp;#8217;s Smallest Stop-Motion Film:&lt;/p&gt;
&lt;span class='embed-youtube' style='text-align:center; display: block;'&gt;&lt;iframe class='youtube-player' type='text/html' width='640' height='360' src='http://www.youtube.com/embed/oSCX78-8-q0?version=3&amp;#038;rel=1&amp;#038;fs=1&amp;#038;showsearch=0&amp;#038;showinfo=1&amp;#038;iv_load_policy=1&amp;#038;wmode=transparent' frameborder='0'&gt;&lt;/iframe&gt;&lt;/span&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=LBpu4OPw6bM"&gt;&lt;img class="alignright" alt="boy and" src="http://greateribm.files.wordpress.com/2013/04/boy-and.jpg?w=163&amp;#038;h=209" width="163" height="209" /&gt;&lt;/a&gt;In &lt;a href="http://www.smartplanet.com/blog/ideas-insights/what-does-big-data-have-to-do-with-tiny-atoms/322?tag=main&amp;#38;utm_source=buffer&amp;#38;utm_medium=twitter&amp;#38;utm_campaign=Buffer&amp;#38;utm_content=bufferc84ac"&gt;&lt;strong&gt;this article&lt;/strong&gt;&lt;/a&gt; from smartplanet.com, IBM Research Scientist Andreas Heinrich, IBM Almaden Research Center, San Jose, CA, ties it all together by explaining what &lt;a href="http://www-01.ibm.com/software/data/bigdata/"&gt;Big Data&lt;/a&gt; has to do with tiny atoms and the world&amp;#8217;s tiniest film.&lt;/p&gt;
&lt;p&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;-&lt;/p&gt;
&lt;p&gt;Related:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www-01.ibm.com/software/data/bigdata/"&gt;What is Big Data&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Video: &lt;a href="http://www.youtube.com/watch?v=LBpu4OPw6bM"&gt;A Boy and His Atom: How It Was Made&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Greater IBM, what did you think of this IBM Expertise article, part of our May series on emerging trends? Let us know in the Leave a Reply field below.&lt;/p&gt;
&lt;p&gt;- Posted by Regan Kelly&lt;/p&gt;
&lt;br /&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/greateribm.wordpress.com/5417/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/greateribm.wordpress.com/5417/" /&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=greateribm.wordpress.com&amp;#038;blog=34366876&amp;#038;post=5417&amp;#038;subd=greateribm&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</description>
      <content:encoded>&lt;p&gt;By now, you&amp;#8217;ve probably seen the landmark IBM achievement that is &amp;#8220;&lt;a href="http://wp.me/p2kcos-1iv"&gt;A Boy and His Atom&lt;/a&gt;&amp;#8221; &amp;#8211; the world&amp;#8217;s smallest film &amp;#8211; that was made by moving atoms with a &lt;a href="http://www.nobelprize.org/educational/physics/microscopes/scanning/index.html"&gt;Scanning Tunneling Microscope&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See the movie that holds the Guinness World Records™ record for the World&amp;#8217;s Smallest Stop-Motion Film:&lt;/p&gt;
&lt;span class='embed-youtube' style='text-align:center; display: block;'&gt;&lt;iframe class='youtube-player' type='text/html' width='640' height='360' src='http://www.youtube.com/embed/oSCX78-8-q0?version=3&amp;#038;rel=1&amp;#038;fs=1&amp;#038;showsearch=0&amp;#038;showinfo=1&amp;#038;iv_load_policy=1&amp;#038;wmode=transparent' frameborder='0'&gt;&lt;/iframe&gt;&lt;/span&gt;
&lt;p&gt;&lt;a href="http://www.youtube.com/watch?v=LBpu4OPw6bM"&gt;&lt;img class="alignright" alt="boy and" src="http://greateribm.files.wordpress.com/2013/04/boy-and.jpg?w=163&amp;#038;h=209" width="163" height="209" /&gt;&lt;/a&gt;In &lt;a href="http://www.smartplanet.com/blog/ideas-insights/what-does-big-data-have-to-do-with-tiny-atoms/322?tag=main&amp;#38;utm_source=buffer&amp;#38;utm_medium=twitter&amp;#38;utm_campaign=Buffer&amp;#38;utm_content=bufferc84ac"&gt;&lt;strong&gt;this article&lt;/strong&gt;&lt;/a&gt; from smartplanet.com, IBM Research Scientist Andreas Heinrich, IBM Almaden Research Center, San Jose, CA, ties it all together by explaining what &lt;a href="http://www-01.ibm.com/software/data/bigdata/"&gt;Big Data&lt;/a&gt; has to do with tiny atoms and the world&amp;#8217;s tiniest film.&lt;/p&gt;
&lt;p&gt;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;-&lt;/p&gt;
&lt;p&gt;Related:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www-01.ibm.com/software/data/bigdata/"&gt;What is Big Data&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Video: &lt;a href="http://www.youtube.com/watch?v=LBpu4OPw6bM"&gt;A Boy and His Atom: How It Was Made&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Greater IBM, what did you think of this IBM Expertise article, part of our May series on emerging trends? Let us know in the Leave a Reply field below.&lt;/p&gt;
&lt;p&gt;- Posted by Regan Kelly&lt;/p&gt;
&lt;br /&gt;  &lt;a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/greateribm.wordpress.com/5417/"&gt;&lt;img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/greateribm.wordpress.com/5417/" /&gt;&lt;/a&gt; &lt;img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=greateribm.wordpress.com&amp;#038;blog=34366876&amp;#038;post=5417&amp;#038;subd=greateribm&amp;#038;ref=&amp;#038;feed=1" width="1" height="1" /&gt;</content:encoded>
      <pubDate>Thu, 23 May 2013 15:02:53 GMT</pubDate>
      <guid isPermaLink="false">http://greateribm.wordpress.com/?p=5417</guid>
      <dc:creator>greateribm</dc:creator>
      <dc:date>2013-05-23T15:02:53Z</dc:date>
    </item>
  </channel>
</rss>

