Skip to main content

Home/ Science of Service Systems/ Group items tagged ibm

Rss Feed Group items tagged

David Ing

IBM and University of Central Florida Team to Prepare Graduates for High-Growth Technol... - 0 views

  •  
    IBM (NYSE: IBM) and the University of Central Florida's (UCF) Institute for Advanced Systems Engineering (IASE) today announced they are working together to prepare students for jobs in systems engineering, a profession that is critical to the creation of the smart cities, healthcare systems and advanced products and systems of the future. To help create the systems engineering workforce that is needed to tackle society's most pressing technology development and integration challenges, IBM is investing more than $2 million in software, in-kind donations and consulting. Through this relationship, UCF students gain hands-on experience using IBM's most popular systems engineering software. In addition to its use in classroom activities, the IBM software gives students and faculty tools to compete for grants and participate in advanced research projects. IBM executives and technical staff provide input into the development of IASE curriculum and coursework, and support the university's efforts to create a learning environment that emulates the real world of systems engineering.
  •  
    daviding says: The significance of the systems engineering program at the University of Central Florida (in Orlando) is noted not only by IBM, but by INCOSE (Samantha Brown, president) in this press release.
David Ing

IBM "Serious Game" Provides Training to Tackle Global Business Challenges | Feb. 19, 20... - 0 views

  •  
    Building on the success of the original INNOV8 in the academic community, INNOV8 v.2 will be available at no cost to businesses and academic institutions for simulations and training. The new version features puzzles and tasks that challenge players to tackle real-world challenges. INNOV8 v.2 delivers a complete redesign of the game, with a new global collaboration feature for players to work with virtual teammates to progress to the next level of the game. In addition, three new game scenarios reflect a new level of intelligence required for future, high-value job opportunities: * 'Green' Supply Chain: Players evaluate a traditional supply chain model and are tasked with reducing a fictional company's carbon footprint. * Efficient Traffic Flow: Players evaluate existing traffic patterns and re-route traffic based on sensors that alert the player to disruptions such as accidents and roadway congestion. * Call Center Customer Service: Using a call center environment, players develop more efficient ways to respond to customers. [....] Most MBA programs are already heavily based on projects that reflect how individuals and teams need to interact in the real world. INNOV8 v.2 takes that a step further by actually allowing students to step into a dynamic business environment. Based on advanced commercial gaming technologies, it allows players to visualize how technology and related business strategies affect an organization's performance. Together, players can map out business processes, identify bottlenecks and explore 'what if' scenarios in an experiential learning environment. [....] INNOV8 v.2 will be available in May 2009. For more information on INNOV8, IBM's Academic Initiative or to access the virtual press kit, pleas visit www.ibm.com/innov8.
  •  
    daviding says: The main page is at http://www-01.ibm.com/software/solutions/soa/innov8/index.html . I haven't played the game -- I'm not a fan of video games -- so if you want to try 5 to 10 minutes online, I'd be interested in your experience.
David Ing

The Family Doctor: A Remedy for Health-Care Costs? | Catherine Arnst | June 25, 2009 | ... - 0 views

  •  
    daviding says: This is an interesting example of decomplexification (in the vocabulary of Tim Allen). Instead of integrating health services into a centralized facilities (i.e. complexifying), having doctors distributed nearer to the homes of patients can reduce costs. The difference between the era of Marcus Welby MD and today is that the Internet enables easy electronic sharing of patient records ... if the physicians and patients are willing to allow that free flow of information.
  •  
    The primary-care doctor is gaining new respect in Washington. Battles may be breaking out left and right over the various health-care bills emerging from Congress, but reformers on both sides agree that general practitioners should be given a central role in uniting the fragmented U.S. medical system. This vision has a name: the "patient-centered medical home." The "home" is the office of a primary-care doctor where patients would go for most of their medical needs. The general practitioner would oversee everything from flu shots to chronic disease management to weight loss, and coordinate care with nurses, pharmacists, and specialists. A 2004 study estimated that if every patient had such a home, the resulting efficiencies might reduce U.S. health-care costs by 5.6%, a savings of $67 billion a year. [...] advocates say the new concept is designed to help patients, not insurers. It's more like doctoring 1950s-style, when a Marcus Welby figure handled all the family's medical needs. This time it's juiced up with digital technology. It also represents a politically painless way to streamline a disorganized and wasteful system that chews up a crippling 18% of the U.S. gross domestic product. That burden is felt particularly by private industry, which covers 60% of the nation's insured. Since most businesses try to ferret out waste and disorganization in their own operations, the medical home is a concept they can embrace in good conscience. One of the biggest advocates is IBM (IBM), which shelled out $1.3 billion last year on health benefits for its U.S. employees and retirees, equal to one month of the company's net income. Dr. Paul H. Grundy, 57, who holds the unusual title of director of health-care transformation for IBM, is a medical-home evangelist who led the company to start the Patient-Centered Primary Care Collaborative, a coalition of some 500 large employers, insurers, consumer groups, and doctors. Part of his goal, he says, is to show that "emp
David Ing

The world's US$4 trillion challenge: Using a system-of-systems approach to build a smar... - 0 views

  •  
    In an age in which consumers, businesses and governments are increasingly focused on socially responsible actions, much of our planet's natural and financial resources are being squandered simply by conducting business as usual: Much of the world's food supply never makes it to consumers. A considerable portion of the water used each year is frivoled away by poor agricultural water management. And road congestion, poor routing and other traffic issues around the globe contribute to substantial crude oil waste. Much - if not most - of this inefficiency can be attributed to the fact that we have optimized the way the world works within silos, with little regard for how the processes and systems that drive our planet interrelate. We've tuned these processes to generate specific outcomes for individual communities, nations, enterprises and value chains. To root out inefficiencies and reclaim a substantial portion of that which is lost, businesses, industries, governments and cities will need to think in terms of systems, or more accurately, a system of systems. We'll also need to collaborate at unprecedented levels. Certainly, no single organization owns the world's food system, and no single entity can fix the world's healthcare system. Success will depend upon understanding the full set of cause-and-effect relationships that link systems and using this knowledge to create greater synergy. The chief obstacle that remains is mindset - moving from short-sighted to long-term perspectives, from siloed to system-of-systems decision making. Download the IBM Institute for Business Value executive report, "The world's trillion-dollar challenge: Using a system-of-systems approach to build a smarter planet," to discover a framework for helping solve real-world problems using a system-of-systems approach.
  •  
    daviding says: The use of the phrase "systems of systems" in a report from IBM Global Business Services (i.e. the management consulting arm) is interesting.
David Ing

What is ontology? Frequently asked questions | alphaworks.ibm.com - 0 views

  •  
    11. How is ontology different from object-oriented modeling? An ontology is different from object-oriented modeling (represented in UML) in several ways. First, the most profound difference is that the ontology technology is theoretically found on logic. While ontology allows automated reasoning or infer ence, object-oriented modeling does not. Another difference is the treatment of properties; while the ontology technology treats properties as the first-class citizen, the object-oriented modeling does not. That is, while the ontology technology allows inheritance of properties, the object-oriented modeling does not. While the ontology technology allows arbitrary user-defined relationships among classes (a type property), the object-oriented modeling limits the relationship types to the subclass-superclass hierarchical relationship. While the ontology technology allows adding properties to relationships such as symmetry, transitivity, and inversion so that they are used in reasoning, the object-oriented modeling does not. While the ontology technology allows multiple inheritances among classes and also among properties, the object-oriented modeling allows only single inheritances. Despite theses differences, object-oriented modeling and UML are accepted as a practical ontology specification, mostly because of their wide-spread use in industry and the multitude of existing models in UML. There is an on-going effort to add logic capability to object-oriented modeling, represented by OCL (Object Constraint Language).
  •  
    daviding says: To improve our understanding of the science of service systems, I think that we need to get to the level of ontology vocabulary ... and probably no higher. SysML has features that UML doesn't ... which doesn't mean good or bad, just different.
David Ing

Interview: Maxima, for Open Source Algebra on Steroids | Viktor Toth with Sam Dean | Se... - 0 views

  •  
    daviding says: I was sitting in a demonstration of IBM Rhapsody, where the simulation called out to some algorithms coded in Maxima.
  •  
    OStatic: What products are your closest competitors? Viktor Toth: Maxima is in the same league as Mathematica or Maple. Perhaps a little less polished but in some ways, more powerful (I think for instance that the tensor algebra packages in Maxima can do things that cannot be done, at least not trivially, in other computer algebra systems.) Of course, it's also a LOT cheaper!
1 - 6 of 6
Showing 20 items per page