What Can Doctors In Maui Treat?

byAlma Abell

In Hawaii, urgent care facilities provide a full array of medical services to treat common conditions and minor emergencies. The staff at the facility help doctors diagnose patients quickly and provide adequate treatments. Local Doctors in Maui manage the care of all patients who need fast services and experience sudden emergencies.

Primary Care for Patients

Doctors at urgent care facilities offer primary care for local patients. In fact, some patients prefer to utilize the services of an urgent care doctor. The physicians are available for longer durations than more traditional doctors and provide a better option for patients who work longer hours.

[youtube]http://www.youtube.com/watch?v=GSPp2OiPvos[/youtube]

Management of Colds and Minor Illnesses

Urgent care doctors provide fast assessments for colds, the flu, and other minor illnesses. The facilities offer lab testing for specimens and blood assessments. The services help the doctor to diagnose patients at faster rates. The patients won’t wait a long duration to determine what is wrong and what medication is needed. The doctors provide the most effective treatment option available for their patients as well.

Stitches and Minor Breaks

Minor wounds and broken bones are also managed at an urgent care facility. The doctors take x-rays to determine the exact point of a fracture. The doctor and nursing staff reset the bones and apply a cast as needed.

Stitches are provided for all minor cuts. The doctors offer stitches after the wounds are treated and cleaned up. Some patients may receive tetanus shots to lower their health risks.

Workers Compensation Assessments

Local doctors also perform worker’s compensation assessments for injured workers. The doctors determine the exact cause of the injury and determine the necessary recovery time. A claim form is completed by the doctor and returned to the insurer within ten business days.

In Hawaii, urgent care facilities provide fast services for patients and offer a full array of treatment options. The doctors at the facilities manage the day to day care for some patients and address minor emergencies as patients visit the facility. The medical staff provides testing and x-ray services to provide an accurate diagnosis. Patients who need to assistance from Doctors in Maui contact or visit Wailea Medical Center & Urgent Care right now. You can also visit them on Google My Business.

OpenSync Interview – syncing on the free desktop

Friday, May 19, 2006

This interview intends to provide some insight into OpenSync, an upcoming free unified data synchronization solution for free software desktops such as KDE, commonly used as part of the GNU/Linux operating system.

Hi Cornelius, Armin and Tobias. As you are now getting close to version 1.0 of OpenSync, which is expected to become the new synchronisation framework for KDE and other free desktops, we are quite interested in the merits it can provide for KDE users and for developers, as well as for the Open Source Community as a whole. So there’s one key-question before I move deeper into the details of OpenSync:

What does OpenSync accomplish, that no one did before?

Cornelius:

First of all it does its job of synchronizing data like addressbooks and calendars between desktop applications and mobile devices like PDAs and cell phones.
But the new thing about OpenSync is that it isn’t tied to a particular device or a specific platform. It provides an extensible and modular framework that is easy to adopt for application developers and people implementing support for syncing with mobile devices.
OpenSync is also independent of the desktop platform. It will be the common syncing backend for at least KDE and GNOME and other projects are likely to join. That means that the free desktop will have one common syncing solution. This is something really new.

How do the end-users profit from using synching solutions that interface with OpenSync as framework?

Cornelius:

First, the users will be able to actually synchronize all their data. By using one common framework there won’t be any “missing links”, where one application can sync one set of devices and another application a different one. With OpenSync all applications can sync all devices.
Second, the users will get a consistent and common user interface for syncing across all applications and devices. This will be much simpler to use than the current incoherent collection of syncing programs you need if you have more than the very basic needs.

How does OpenSync help developers with coding?

Cornelius:

It’s a very flexible and well-designed framework that makes it quite easy for developers to add support for new devices and new types of data. It’s also very easy to add support for OpenSync to applications.
The big achievement of OpenSync is that it hides all the gory details of syncing from the developers who work on applications and device support. That makes it possible for the developers to concentrate on their area of expertise without having to care what’s going on behind the scenes.
I have written quite a lot of synchronization code in the past. Trust me, it’s much better, if someone just takes care of it for you, and that’s what OpenSync does.

Tobias:

Another point to mention is the python wrapper for opensync, so you are not bound to C or C++, but can develop plugins in a high level scripting language.

Why should producers of portable devices get involved with your team?

Cornelius:

OpenSync will be the one common syncing solution for the free desktop. That means there is a single point of contact for device manufacturers who want to add support for their devices. That’s much more feasible than addressing all the different applications and solutions we had before. With OpenSync it hopefully will become interesting for manufacturers to officially support Linux for their devices.

Do you also plan to support applications of OpenSync in proprietary systems like OSX and Windows?

Cornelius:

OpenSync is designed to be cross-platform, so it is able to run on other systems like Windows. How well this works is always a question of people actually using and developing for this system. As far as I know there isn’t a real Windows community around OpenSync yet. But the technical foundation is there, so if there is somebody interested in working on a unified syncing solution on Windows, everybody is welcome to join the project.

What does your synchronisation framework do for KDE and for KitchenSync in particular?

Cornelius:

OpenSync replaces the KDE-specific synchronization frameworks we had before. Even in KDE we had several separate syncing implementations and with OpenSync we can get replace them with a common framework. We had a more generic syncing solution in KDE under development. This was quite similar from a design point of view to OpenSync, but it never got to the level of maturity we would have needed, because of lack of resources. As OpenSync fills this gap we are happy to be able to remove our old code and now concentrate on our core business.

What was your personal reason for getting involved with OpenSync?

Cornelius:

I wrote a lot of synchronization code in the past, which mainly came from the time where I was maintaining KOrganizer and working on KAddressBook. But this always was driven by necessity and not passion. I wanted to have all my calendar and contact data in one place, but my main objective was to work on the applications and user interfaces handling the data and not on the underlying code synchronizing the data.
So when the OpenSync project was created I was very interested. At GUADEC in Stuttgart I met with Armin, the maintainer of OpenSync, and we talked about integrating OpenSync with KDE. Everything seemed to fit together quite well, so at Linuxtag the same year we had another meeting with some more KDE people. In the end we agreed to go with OpenSync and a couple of weeks later we met again in Nuernberg for three days of hacking and created the KDE frontend for OpenSync. In retrospect it was a very pleasant and straightforward process to get where we are now.

Armin:

My reason to get involved (or better to start) OpenSync was my involvement with its predecessor Multisync. I am working as a system administrator for a small consulting company and so I saw some problems when trying to find a synchronization solution for Linux.
At that point I joined the Multisync project to implement some plugins that I thought would be nice to have. After some time I became the maintainer of the project. But I was unhappy with some technical aspects of the project, especially the tight coupling between the syncing logic and the GUI, its dependencies on GNOME libraries and its lack of flexibility.

Tobias:

Well, I have been a KDE PIM developer for several years now, so there was no way around getting in touch with synchronization and KitchenSync. Although I liked the idea of KitchenSync, I hated the code and the user interface […]. So when we discussed to switch to OpenSync and reimplementing the user interface, I volunteered immediately.

Can you tell us a bit about your further plans and ideas?

Cornelius:

The next thing will be the 1.0 release of OpenSync. We will release KitchenSync as frontend in parallel.

Armin:

There are of course a lot of things on my todo and my wishlist for opensync. For the near future the most important step is the 1.0 release, of course, where we still have some missing features in OpenSync as well as in the plugins.
One thing I would really like to see is a thunderbird plugin for OpenSync. I use thunderbird personally and would really like to keep my contacts up to date with my cellular, but I was not yet able to find the time to implement it.

Tobias:

One thing that would really rock in future versions of OpenSync is an automatic hardware detection mechanism, so when you plugin your Palm or switch on your bluetooth device, OpenSync will create a synchronization group automatically and ask the user to start syncing. To bring OpenSync to the level of _The Syncing Solution [tm]_ we must reduce the necessary configuration to a minimum.

What was the most dire problem you had to face when creating OpenSync and how did you face it?

Cornelius:

Fortunately the problems which I personally would consider to be dire are solved by the implementation of OpenSync which is well hidden from the outside world and [they are] an area I didn’t work on πŸ˜‰

Armin:

I guess that I am the right person to answer this question then πŸ™‚
The most complicated part of OpenSync is definitely the format conversion, which is responsible for converting the format of one device to the format that another device understands.
There are a lot of subsystems in this format conversion that make it so complex, like conversion path searching, comparing items, detection of mime types and last but not least the conversion itself. So this was a hard piece of work.

What was the greatest moment for you?

Cornelius:

I think the greatest moment was when, after three days of concentrated hacking, we had a first working version of the KDE frontend for OpenSync. This was at meeting at the SUSE offices in Nuernberg and we were able to successfully do a small presentation and demo to a group of interested SUSE people.

Armin:

I don’t remember a distinct “greatest moment”. But what is a really great feeling is to see that a project catches on, that other people get involved, use the code you have written and improve it in ways that you haven’t thought of initially.

Tobias:

Hmm, also hacking on OpenSync/KitcheSync is much fun in general, the greatest moment was when the new KitchenSync frontend synced two directories via OpenSync the first time. But it was also cool when we managed to get the IrMC plugin working again after porting it to OpenSync.

As we now know the worst problem you faced and your greatest moment, the only one missing is: What was your weirdest experience while working on OpenSync?

Cornelius:

Not directly related to OpenSync, but pretty weird was meeting a co-worker at the Amsterdam airport when returning from the last OpenSync meeting. I don’t know how high the chance is to meet somebody you know on a big random airport not related at all to the places where you or the other person live, but it was quite surprising.

Tobias:

Since my favorite language is C++, I was always confused how people can use plain C for such a project, half the time your are busy with writing code for allocating/freeing memory areas. Nevertheless Armin did a great job and he is always a help for solving strange C problems πŸ™‚

Now I’d like to move on to some more specific questions about current and planned abilities of OpenSync. As first, I’ve got a personal one:

I have an old iPod sitting around here. Can I or will I be able to use a program utilizing OpenSync to synchronize my calendars, contacts and music to it?

Cornelius:

I’m not aware of any iPod support for OpenSync up to now, but if it doesn’t exist yet, why not write it? OpenSync makes this easy. This is a chance for everybody with the personal desire to sync one device or another to get involved.

Armin:

I dont think that there is iPod support yet for OpenSync. But it would definitely be possible to use OpenSync for this task. So if someone would like to implement an iPod plugin, I would be glad to help πŸ™‚

Which other devices do you already support?

Cornelius:

At this time, OpenSync supports Palms, SyncML and IrMC capable devices.

Which programs already implement OpenSync and where can we check back to find new additions?

Cornelius:

On the application side there is support for Evolution [GNOME] and Kontact with KitchenSync [KDE] on the frontend side and the backend side and some more. I expect that further applications will adopt OpenSync once the 1.0 version is released.

Armin:

Besides kitchensync there already are a command line tool and a port of the multisync GUI. Aside from the GUIs, I would really like to see OpenSync being used in other applications as well. One possibility for example would to be integrate OpenSync into Evolution to give users the possibility to synchronize their devices directly from this application. News can generally be found on the OpenSync web site www.opensync.org.

It is time to give the developers something to devour, too. I’ll keep this as a short twice-fold technical dive before coming to the takeoff question, even though I’m sure there’s information for a double-volume book on technical subleties.

As first dive: How did you integrate OpenSync in KitchenSync, viewed from the coding side?

Cornelius:

OpenSync provides a C interface. We wrapped this with a small C++ library and put KitchenSync on top. Due to the object oriented nature of the OpenSync interfaces this was quite easy.
Recently I also started to write a D-Bus frontend for OpenSync. This also is a nice way to integrate OpenSync which provides a wide variety of options regarding programming languages and system configurations.

And for the second, deeper dive:

Can you give us a quick outline of those inner workings of OpenSync, from the developers view, which make OpenSync especially viable for application in several different desktop environments?

Cornelius:

That’s really a question for Armin. For those who are interested I would recommend to have a look at the OpenSync website. There is a nice white paper about the internal structure and functionality of OpenSync.

Armin:

OpenSync consists of several parts:
First there is the plugin API which defines what functions a plugin has to implement so that OpenSync can dlopen() it. There are 2 types of plugins:
A sync plugin which can synchronize a certain device or application and which provides functions for the initialization, handling the connection to a device and reading and writing items. Then there is a format plugin which defines a format and how to convert, compare and detect it.
The next part is a set of helper functions which are provided to ease to programming of synchronization plugins. These helper functions include things like handling plugin config files, HashTables which can be used to detect changes in sets of items, functions to detect when a resync of devices is necessary etc.
The syncing logic itself resides in the sync engine, which is a separate part. The sync engine is responsible for deciding when to call the connect function of a plugin, when to read or write from it. The engine also takes care of invoking the format conversion functions so that each plugin gets the items in its required format.
If you want more information and details about the inner workings of OpenSync, you should really visit the opensync.org website or ask its developers.

To add some more spice for those of our readers, whose interest you just managed to spawn (or to skyrocket), please tell us where they can get more information on the OpenSync Framework, how they can best meet and help you and how they can help improving sync-support for KDE by helping OpenSync.

Cornelius:

Again, the OpenSync web site is the right source for information. Regarding the KDE side, the kde-pim@kde.org mailing list is probably the right address. At the moment the most important help would be everything which gets the OpenSync 1.0 release done.
[And even though] I already said it, it can’t be repeated too often: OpenSync will be the one unified syncing solution for the free desktop. Cross-device, cross-platform, cross-desktop.
It’s the first time I feel well when thinking about syncing πŸ˜‰.

Armin:

Regarding OpenSync, the best places to ask would be the opensync mailing lists at sourceforge or the #opensync irc channel on the freenode.net servers.
There are always a lot of things where we could need a helping hand and where we would be really glad to get some help. So everyone who is interested in OpenSync is welcome to join.

Many thanks for your time!

Cornelius:

Thanks for doing the interview. It’s always fun to talk about OpenSync, because it’s really the right thing.

Armin:

Thank you for taking your time and doing this interview. I really appreciate your help!

Tobias:

Thanks for your work. Publication and marketing is something that is really missing in the open source community. We have nice software but nobody knows πŸ˜‰

Further Information on OpenSync can be found on the OpenSync Website: www.opensync.org


This Interview was done by Arne Babenhauserheide in April 2006 via e-mail and KOffice on behalf of himself, the OpenSource Community, SpreadKDE.org and the Dot (dot.kde.org).It was first published on the Dot and is licensed under the cc-attribution-sharealike-license.A pdf-version with pictures can be found at opensync-interview.pdf (OpenDocument version: opensync-interview.odt)

This article features first-hand journalism by Wikinews members. See the collaboration page for more details.
This article features first-hand journalism by Wikinews members. See the collaboration page for more details.

Retrieved from “https://en.wikinews.org/w/index.php?title=OpenSync_Interview_-_syncing_on_the_free_desktop&oldid=4635201”

UK Chancellor of the Exchequer makes 2005 Budget speech

Wednesday, March 16, 2005

The United Kingdom Chancellor of the Exchequer, the Right Honourable Gordon Brown PC MP, in a speech to the British House of Commons today presented his ninth Budget, what is very likely to be his last Budget before the next UK General Election. This opened the parliamentary debate on the 2005 Finance Bill, and was followed by responses from the opposition parties.

In a 48 minute long speech, the Chancellor presented a Budget of “tax cuts that are reasonable, spending that is affordable, and [economic] stability that is paramount”, that was “the prudent course for Britain”. There were few surprises that had not already been indicated in his 2004 pre-Budget report. The increase in the threshold on stamp duty was greater than that forecast by commentators, as was the amount of the Council Tax rebate to households with pensioners.

Retrieved from “https://en.wikinews.org/w/index.php?title=UK_Chancellor_of_the_Exchequer_makes_2005_Budget_speech&oldid=3846456”

Acquiring Coverage For Your Business Through A Local Insurance Company In Suffolk County, Ny

byadmin

In New York, it is vital for all business owners to acquire coverage to protect their property. The coverage available to them can protect them against the unforeseen and prevent them from experiencing a major financial loss. For some businesses, a serious loss could lead to a shut down of their company. Insurance company in Suffolk County NY provide business insurance to help them.

Protecting the Building Itself

[youtube]http://www.youtube.com/watch?v=jfHB-qrRHNs[/youtube]

Business insurance provides coverage for the building and all fixtures that connect to it. This includes garages and storage buildings. The policy pays for damage sustained during a storm, natural disaster, fire, or criminal act. The policy will also provide compensation when the property is a total loss. The value provided depends on the policy selected by the owner. This could equate to the current market value of the home.

Acquiring Coverage for On-Site Inventory

Businesses that manufacture products and store them on-site need additional coverage to protect these items. With a rider, the business owner could include the exact value of these items. This allows them to collect funds to replace the items completely if they are damaged.

A rider could also help them to protect valuables stored inside the building. These items must be assets owned by the company itself. Most business insurance policies do not cover the personal belongings of the business owner. The rider must identify the item specifically, and an appraisal should be included.

What Criminal Acts are Covered?

Arson, vandalism, and break-ins are covered under the business insurance policy. It provides the owner with financial assistance to repair the property and to replace items that were stolen or damaged during the event. This may include the installation of new security systems or locking mechanisms. The owner should evaluate the specifics of the policy to achieve maximum coverage.

In New York, all business owners need thorough protection for their investment. They need policies to protect them against financial losses. These losses could relate to structural damage or the loss of their on-site inventory. Business owners who need to discuss coverage with an Insurance Company in Suffolk County NY should check out Ginsbergagency.com today.

Wikinews interviews 2020 Melbourne Lord Mayor Candidate Wayne Tseng

This article mentions the Wikimedia Foundation, one of its projects, or people related to it. Wikinews is a project of the Wikimedia Foundation.

Thursday, October 22, 2020

2020 Melbourne Lord Mayor candidate Wayne Tseng answered some questions about his campaign for the upcoming election from Wikinews. The Lord Mayor election in the Australian city is scheduled to take place this week.

Tseng runs a firm called eTranslate, which helps software developers to make the software available to the users. In the candidate’s questionnaire, Tseng said eTranslate had led to him working with all three tiers of the government. He previously belonged to the Australian Liberal Party, but has left since then, to run for mayorship as an independent candidate.

Tseng is of Chinese descent, having moved to Australia with his parents from Vietnam. Graduated in Brisbane, Tseng received his PhD in Melbourne and has been living in the city, he told Wikinews. Tseng also formed Chinese Precinct Chamber of Commerce, an organisation responsible for many “community bond building initiatives”, the Lord Mayor candidate told Wikinews.

Tseng discussed his plans for leading Melbourne, recovering from COVID-19, and “Democracy 2.0” to ensure concerns of minorities in the city were also heard. Tseng also focused on the importance of the multi-culture aspect and talked about making Melbourne the capital of the aboriginals. Tseng also explained why he thinks Melbourne is poised to be a world city by 2030.

Tseng’s deputy Lord Mayor candidate Gricol Yang is a Commercial Banker and works for ANZ Banking Group.

Currently, Sally Capp is the Lord Mayor of Melbourne, the Victorian capital. Capp was elected as an interim Lord Mayor in mid-2018 after the former Lord Mayor Robert Doyle resigned from his position after sexual assault allegations. Doyle served as the Lord Mayor of Melbourne for almost a decade since 2008.

Retrieved from “https://en.wikinews.org/w/index.php?title=Wikinews_interviews_2020_Melbourne_Lord_Mayor_Candidate_Wayne_Tseng&oldid=4598699”

Protests over housing costs sweep across Israel

Sunday, July 24, 2011

Israelis have been gathering across the country to protest against the rising costs of housing, with “tent cities” being erected in Tel Aviv, Jerusalem, Beersheba, Haifa, and Kiryat Shemona. On Saturday night tens of thousands marched from the encampment on Tel Aviv’s Rothschild Boulevard, which has been a focal point for the protestors, to the Tel Aviv Museum.

Rents in Tel Aviv are said to have risen by over 60 percent in four years. Buying costs have soared too, with estate agent Eli Melloul stating that the average price for an Israeli apartment has now reached 1 million shekels ($295,000). The demonstrators are urging the government to intervene and help reduce prices. Prime Minister Benjamin Netanyahu has pledged swift action, including streamlining planning and building regulations, and constructing 6,000 housing units. However none of these units are set for Tel Aviv. Some are calling for him to resign over the issue, and several members of the Knesset also joined Saturday’s march.

The protests have largely been composed of young people and students, organised using social media such as Facebook. They follow a recent Facebook campaign to boycott cottage cheese (a staple food in Israel), which succeeded in driving down prices. Elderly people have also begun to join the movement to show their solidarity.

Daphni Leef, credited with starting the protest movement, addressed the crowd at Tel Aviv Museum. “Under these conditions we will soon have no dreams”, she said. “There is no time to dream when you’re constantly looking to cover your rent. There’s no time to dream when you’re constantly looking to cover a mortgage.”

She also blamed Netanyahu personally in her speech: “You, Bibi, with your wild policy and your irresponsibility, you pushed us into a nadir. You, Mr. Netanyahu, caused us – the Facebook generation – to head to the streets and protest.”

Retrieved from “https://en.wikinews.org/w/index.php?title=Protests_over_housing_costs_sweep_across_Israel&oldid=3223883”

UK government loses personal information of 25 million people

Tuesday, November 20, 2007

British Chancellor of the Exchequer Alistair Darling announced to a shocked House of Commons today that two password-protected β€” but not encrypted β€” computer disks containing the entire Child Benefit database have been lost in transit between the offices of Her Majesty’s Revenue and Customs (HMRC) in Washington, Tyne & Wear and the National Audit Office (NAO) in London, in what has been described as “one of the world’s biggest ID protection failures”.

The database contains details of all families in the UK who receive Child Benefit β€” all families with children up to 16 years of age, plus those with children up to 20 years old if they are in full-time education or training β€” estimated to contain 25 million individuals in 7.25 million families. Among other items of information, the database contains names, addresses, dates of birth, child benefit and National Insurance numbers, and where appropriate, bank or building society account details.

The discs were created by a junior official at the HMRC in response to a request for information by the NAO, and were sent unregistered and unrecorded on 18 October using the courier company TNT β€” which operates the HMRC’s internal mail system. When it was found that the discs had not arrived for audit at the NAO, a further copy of this data was made and sent β€” this time by registered mail β€” and this package did arrive. HMRC were not informed that the original discs had been lost until 8 November, and Darling himself was informed on 10 November.

The violation of data protection laws involved in the creation of the discs has led to strong attacks on the government’s competence to establish the proposed National Identity Register, when all UK residents will have an identity card. Conservative Shadow Chancellor George Osborne described the loss of data as “catastrophic” and said “They [the government] simply cannot be trusted with people’s personal information”.

The Chairman of HMRC, Paul Gray, has resigned over the affair, and critics are calling for Darling to do likewise.

This is the third data embarrassment for HMRC in recent weeks β€” earlier this month it was reported that the details of over 15,000 Standard Life customers had been put on disk, and then lost en route from HMRC in Newcastle to Standard Life in Edinburgh β€” and last month a laptop containing the data of 400 people with high-value ISAs was stolen from the boot of a car belonging to a HMRC official who had been carrying out a routine audit.

Retrieved from “https://en.wikinews.org/w/index.php?title=UK_government_loses_personal_information_of_25_million_people&oldid=1849593”

No Guarantor Unsecured Loans Stress Free Money Without Collateral

It sometimes happens that a person is not in a condition to give a guarantee if he requires asset free money. If a person cannot give a guarantee, does that mean that he would always have to face credit crunch? Such a person can now apply for no guarantor unsecured loans. By going for this monetary condition, the borrower can get hold of stress-free money without collateral.

Β£1000 to Β£25000 is the range in which one can assemble funds for use that have to be paid back in the comfortable repayment time duration of 1 to 10 years. No guarantor unsecured loans come to the borrower depending on his settlement ability and monetary situation. Make use of the money for all kinds of needs. You can pay your monthly house rental, can pay the household and utility bills, can get house alterations done, can meet the medical and educational bills and so on.

[youtube]http://www.youtube.com/watch?v=U-_PUMeM1hc[/youtube]

One can easily apply with free of cost and no obligation application form that would given on the website of the money lender. Fill in your genuine personal details in it. You can do it from the comfort of your home or office. As and when the process of verification is over, the borrower gets an approval, within the least possible span, the funds come to you. Without paperwork, even a poor case can get an approval.

Both renters and property owners can apply without pledging any of their priced possession such as car, house, stock papers and so on as a security for the money that they require. The borrower would get risk free funds as there is no asset check. Take note of your settlement capacity as the rate of interest is slightly higher. The money lender charges this to lower the risk factor form him self.

Article Source: sooperarticles.com/finance-articles/loans-articles/no-guarantor-unsecured-loans-stress-free-money-without-collateral-215508.html

About Author:

Michael Haywood is the author of this article. He works as a financial advisor with Unsecured Personnal Loans. Michael publishes useful articles about no guarantor unsecured loans, unsecured personal loans, fast loans, unsecured loans for unemployed and more.Author: Michael Haywood

Ontario Votes 2007: Interview with Green candidate Marion Schaffer, Oakville

Monday, September 24, 2007

Marion Schaffer is running for the Green Party of Ontario in the Ontario provincial election, in the Oakville riding. Wikinews’ Nick Moreau interviewed her regarding her values, her experience, and her campaign.

Stay tuned for further interviews; every candidate from every party is eligible, and will be contacted. Expect interviews from Liberals, Progressive Conservatives, New Democratic Party members, Ontario Greens, as well as members from the Family Coalition, Freedom, Communist, Libertarian, and Confederation of Regions parties, as well as independents.

Retrieved from “https://en.wikinews.org/w/index.php?title=Ontario_Votes_2007:_Interview_with_Green_candidate_Marion_Schaffer,_Oakville&oldid=1891056”

Highway bridge in Minneapolis, Minnesota, collapses

Thursday, August 2, 2007

The Interstate 35W Mississippi River eight-lane bridge in Minneapolis, Minnesota has collapsed on both sides of the highway over the Mississippi River during rush hour.

Previous reports indicated at least nine people had died, but Minneapolis police revised this to four during a 7:30 a.m. (local time) press conference. Tim Dolan, the Minneapolis Police Chief later stated that “several [adding to the four] people are confirmed dead at the scene,” but would not elaborate on how many. At least 79 have been injured and at least 8 are still missing, still believed to be in the rubble.

The road was busy with bumper-to-bumper traffic in four lanes when the entire 1907 foot (581 m) steel arch bridge collapsed. At least 50 cars were traveling on the bridge, including a school bus. The Red Cross said that 60 children were aboard a school bus, and that ten of those were admitted to a hospital.

The entire length of the bridge over the river collapsed at 6:05 p.m. CDT (UTC-5). The bridge, built in 1967, cleared the water level by 64 feet; the deck surface and pavement were considerably higher.

Reports say that people may be trapped in the water. Further, “many voids may contain survivors, but we cannot search those voids until it’s safe,” said Jim Clack, Minneapolis Fire Chief, during a press conference.

“One has died from drowning,” said a doctor from the medical center during an 8:00 pm press conference, who also said that so far 22 are in “yellow condition” and at least six are in “critical condition.”

Minneapolis officials have stated during an earlier press conference that “people are being sent downtown and all survivors are off the bridge. We are seeking help from the Red Cross.” and “[…]at least 60 children are receiving trauma care some with severe injures, some with minor injuries.”

Most of the injured have been received by Hennepin County Medical Center in downtown Minneapolis for medical treatment. Area hospitals are requesting all off duty staff and all Minneapolis ambulances to report. Residents are being encouraged to stay away from the area to let emergency crews do their work.

It is not known what caused the collapse, but there was construction being performed on the bridge’s road surface which included the use of jackhammers and the FBI has ruled out terrorism.

“Although it is much too early to make any determination of the cause, we have no reason at this time to believe there is any nexus to terrorism,” said Paul McCabe, an FBI spokesman.

In 2001 a stress inspection was done and Minnesota Department of Transportation stated that the bridge “should not have any problems with fatigue cracking in the foreseeable future.”

Typically an eight-lane bridge, the bridge was reduced to four lanes (two in each direction) during the current construction. The Minnesota Department of Transportation (Mn/DOT) had just announced overnight lane reductions on the bridge to one lane in each direction for the late evening hours of July 31 and August 1.

Retrieved from “https://en.wikinews.org/w/index.php?title=Highway_bridge_in_Minneapolis,_Minnesota,_collapses&oldid=4619477”