Showing posts with label data. Show all posts
Showing posts with label data. Show all posts

Saturday, February 23, 2013

2013 update ACT Government planning to release a data portal and real-time bus information in reusable formats

Brought to my attention by @maxious, the ACT government has said in response to their Estimates process that they are building a data portal which they aim to have ready in July 2012.

Discussed in ACT's Hansard, Andrew Cappie-Wood, Head of Service and Director-General for ACT, said that, "There is a lot of interest in gaining access to data sets so that the community can use them more effectively.", giving the example of AllHomes' use of ACTPLA data.

Cappie-Wood went on to state that the ACT government intended to progressively make data sets available, keeping privacy issues front-of-mind, but pursuing a proactive approach so that the community could make their own apps through reusing the data and also use the data in other ways useful to the community.

Later in the Estimates session Paul Peters, Executive Director, Roads and Public Transport Division, said that there was also the intention to make real-time information on the location of ACTION buses available through data.gov.au such that various players in the market can develop and on-sell their own apps.

Read the transcript in ACT Government Hansard (PDF)

  • Data portal - refer to page 866
  • Real-time bus information - refer to page 919

2013 update Automating online activities without IT intervention - using web tools to make jobs easier

There's often lots of small - and not so small - activities that communications teams want to carry out online that would make their jobs easier, but aren't really tasks to give to IT teams.

For example, you may wish to update your agency's Facebook and Twitter profile pictures when your logo changes, automatically post your blog posts to LinkedIn and Facebook, be sent an email whenever someone tweets at you or receive an alert whenever your Minister is mentioned in a breaking news story.

This is where it is useful to get familiar with services like IFTTT and Yahoo Pipes.

IFTTT, or "IF This Then That" is a simple logic engine that allow you to string together a trigger  and an action to create a 'recipe' using the format IF [trigger] then [action].

For example, below is a recipe used to automatically tweet new posts on this blog:
A recipe in IFTTT
A recipe in IFTTT

This sounds very simple, but it can be a very powerful labour saving tool. Each trigger and action can be from different online services, or even physical devices.

A recipe in IFTTT
A recipe in IFTTT (click to enlarge)
Recipes can be more complex, with various parameters and settings you can configure (for example the recipe above has been configured to append #gov2au to the tweets).

For example, at right is the full page for a recipe that archives your Tweets to a text file in your Dropbox.

Besides connecting the trigger (a new tweet from you) with the action (posting your tweet in Dropbox),  you can choose whether to include retweets and @replies.

You can set the file name where your tweets will be stored and the file path in Dropbox, plus you can set the content that is saved and how it will be formated.

In this case the recipe is set to keep the text of the tweet (the 'Text' in a blue box), followed on a new line by the date it was tweeted ('CreatedAt') and then, on another new line, a permanent link to the tweet ('LinkToTweet'), followed by a line break to separate it from following tweets.

You can add additional 'ingredients' such as Tweet name and User Name - essentially whatever information that Twitter shares for each tweet.

Rather than having to invent and test your own recipes, IFTTT allows people to share their recipes with others, meaning you can often find a useful recipe, rather than having to create one from scratch.

In fact I didn't create either of the recipes I've illustrated, they were already listed.

There's currently over 36,000 recipes to choose from, for the 47 services supported - from calendars, to RSS feeds, to email, to social networks, to blogs and video services, from SMS to physical devices.

All the online services that can be 'triggers' for IFTTT
All the online services that can be 'triggers' for IFTTT
It is even possible to string together recipes in sequence.

For example, if I wanted to update my profile image in Facebook, Twitter, Blogger and LinkedIn, I can set up a series of recipes such as,
  • If [My Facebook profile picture updates] Then [Update my Twitter profile picture to match]
  • If [My Twitter profile picture updates] Then [Update my Blogger profile picture to match]
  • If [My Blogger profile picture updates] Then [Update my LinkedIn profile picture to match]
  • If [My LinkedIn profile picture updates] Then [Update my Facebook profile picture to match]
Using these four recipes, whenever I update one profile picture, they will all update.

Also it's easy to turn recipes on and off - meaning that you can stop them working when necessary (such as if you want to use different profile pictures).

However there's limits to an IF THEN system, which is where a tool like Yahoo Pipes gets interesting.

Yahoo Pipes is a service used to take inputs, such as an RSS or data feed, webpage, spreadsheet or data from a database, manipulate, filter and combine them with other data and then provide an output with no programming knowledge.

This sounds a bit vague, so here's a basic example - say you wanted to aggregate all news related to Victoria released by Australian Government agencies in media releases.

To do this in Yahoo Pipes you'd fetch RSS feeds from the agencies you were interested in, 'sploosh' them together as a single file, filter out any releases that don't mention 'Victoria', then output what is left as an RSS feed.

Building a Yahoo Pipe
Building a Yahoo Pipe (click to enlarge)
But that's getting ahead of ourselves a little... To the right is an image depicting how I did this with Yahoo Pipes.

Here's how it works...

First you'll need to go to pipes.yahoo.com and log in with a Yahoo account.

First I created a set of tools to fetch RSS from Australian Government agencies. These are the top five blue boxes. To create each I simply dragged the Fetch feed from the 'sources' section of the left-hand menu onto the main part of the screen and then pasted in each RSS feed URL into the text fields provided (drawing from the RSS list in Australia.gov.au).

Next, to combine these feeds, I used one of the 'operator' function from the left menu named Union. What this does is it allows you to combine separate functions into a single output file. To combine the Fetch feed RSS feeds all I needed to do was click on the bottom circle under each (their output circle) and drag the blue line to a top circle on the Union box (the input circle).

Then I created a Filter, also an 'operator' function and defined the three conditions I wanted to include in my final output - news items with 'Victoria', 'Victorian' or 'Melbourne'. All others get filtered out.  I linked the Filter's input circle to the Union's output circle, then linked the output from the Filter to the Pipe Output.

Then I tested the system worked by clicking on the blue header for each box and viewing their output in the Debugger window at bottom.

When satisfied it worked (and I did have to remove the filter condition 'Vic' as it picked up parts of words such as "service"), I saved my pipe using the top right save button, giving it the name 'Victoria RSS', then ran the pipe and published it at http://pipes.yahoo.com/pipes/pipe.info?_id=0392f5ec8f7450abbf650056c22f1e5d.


Note that pipes don't have to be published, you can keep them private. You can also publish their outputs as RSS feeds or as a web service (using JSON) for input into a different system. You can even get the results as a web badge for your site, by email, phone or as PHP for websites.

An IFTTT recipe built from the Yahoo Pipe above
An IFTTT recipe built from the Yahoo Pipe above
(click to enlarge)
Alternatively you can even combine them with IFTTT - for example creating a recipe that sends you an email every time an Australian Government agency mentions Victoria in an media release.

In fact I created this recipe (in about 30 seconds) to demonstrate how easy it was. You can see it to the right, or go and access it at IFTTT at the recipe link: http://ifttt.com/recipes/43242

So that's how easy it now is to automate actions, or activities, online - with no IT skills, in a short time.

There's lots of simple, and complex, tasks that can be automated easily and quickly with a little creativity and imagination.

You can also go back and modify or turn your recipes and pipes on and off when needed, you can share them with others in your team or across agencies quickly and easily.

Have you a task you'd like to automate? 
  • Finding mentions of your Department on Twitter or Facebok
  • Tracking mentions of your program in the media releases of other agencies
  • Archiving all your Tweets and Facebook statuses
  • Receiving an SMS alert when the weather forecast is for rain (so you take your umbrella)
  • Posting your Facebook updates, Blog posts and media releases automatically on Twitter spread throughout the day (using Buffer)
The sky's the limit!

Friday, December 28, 2012

2013 Free our data - a great presentation from Pia Waugh

Open Data advocate Pia Waugh spoke recently on the topic of freeing government data at Ignite Sydney 9 (an event where speakers get five minutes and 20 slides to say their piece).

It provides a strong view as to why governments need to open up data to the community and is definitely worth viewing and sharing.

2013 How should governments treat mobile apps in an age of open data?

EmergencyAUS app
I had a very interesting conversation the other day regarding the challenge of government mobile apps in the age of open data.

The example used was the EmergencyAUS app, which has been developed by Gridstone Pty Ltd.

As an app created by a commercial entity, EmergencyAUS aggregates emergency information released by a variety of state and federal agencies and presents it through a single interface.

The public can also take photos of emergencies and share them through the app. Best of all the app is free to use

Alongside this, Australian governments have also released mobile apps related to disasters and
DisasterWatch app
emergencies. Federally there is Disasterwatch, released by the Attorney-General's Department, which also aggregates emergency information from a variety of state and federal agencies.

At state level there's several emergency apps now available, but particularly notable is the Victorian Country Fire Association's CFA FireReady app.

This is available across all major mobile platforms and while it focuses on Victorian fire emergencies (including backburning), it also allows the public to take photos of emergencies and share them through the app. These photos can even be used by the CFA to help inform their staff regarding developing issues.

Essentially the commercial app and government apps are competing. They all aggregate information from openly released emergency and disaster data and all have a similar aim - to help inform Australians of critical events occurring near them or near their families and friends.
CFA FireReady


Generally governments in Australia take the position that they do not compete in providing services where commercial entities are prepared to do so. They essentially try to minimise where they compete with private enterprise.

So this example raises some clear issues. As government releases more data in reusable formats (open data), there are likely to be more commercial entities who use this data to create mobile apps or other services.

So should governments stop making apps for this data, and leave the field to commercial entities?
Should governments restrict themselves to apps for data that doesn't have commercial value?
Should governments continue to compete against private firms in creating apps?

To answer these questions I think it is vital for government to begin to think about mobile apps (and websites for that matter) as strategic assets and infrastructure rather than costs or PR tools.

Mobile apps as infrastructure

Government built the telephone network in Australia because it was not commercially viable for a private player to invest in this type of infrastructure. We're now repeating this process with the NBN. We did the same with roads, electricity networks, water networks, the Commonwealth Bank, Qantas and other core infrastructure.

However past a certain point it became viable - even desirable - to sell some of this infrastructure to private concerns, with appropriate legal safeguards in place (such as foreign ownership in Qantas and Telstra's universal service obligation).

To develop some new infrastructure governments began looking at public private partnerships - such as toll roads and utilities such as ActewAGL (the ACT's electricity provider).

These have either taken the form of co-investment in development, and co-ownership in some fashion, or the form of complete private ownership, with the government simply providing incentives, support or ideas to the private sector.

Finally there's infrastructure that government has been totally hands-off during development - such as for mobile networks and for virtual infrastructure including search engines.

Mirroring these to mobile apps (or websites), there's five categories for government to consider:

  • Critical - apps which governments consider core to its ongoing business and therefore both creates and maintains, retaining ownership on an indefinite basis (though commercial entities may create their own versions).
    ie: Emergency management apps, train/tram/bus timetable apps
  • Very important - apps which governments believe must be provided and will make, however are not critical for them to own on an ongoing basis, and therefore may sell to private concerns (with appropriate distribution and maintenance conditions and perhaps a 'resumption' clause if the private concern ceases development)
    ie: Traffic or toilet map apps.
  • Important - apps which governments prefer are developed, but are only prepared to partially invest in - via partial funding or other support or a partnership with private entities.
    ie: Crime statistic/locations, parliamentary information or library/gallery works apps.
  • Interesting - apps that governments find interesting, but not worth investing in. In this case they may release the ideas and data for the apps and leave up to private enterprise to develop - or not.
    ie: Sports field locator or health information apps.
  • Uninteresting - apps which government doesn't care (from a public benefit perspective) whether they are created or not and leave entirely to the private sector.
    ie: most apps you'll find in app stores

Based on this model government agencies need to think about the criticality of a particular app to their core business and act accordingly, treating the apps as an infrastructure investment.

Here's examples of my thinking.

Critical apps
Emergency and disaster apps can be considered critical public safety tools, provided by governments to ensure citizens are informed and supported in times of crisis.

As a core function of government, while private sector organisations may also develop them, agencies would still develop and maintain good quality apps to ensure public safety and information concerns are met.

While commercial entities may develop similar apps, this is not a reason for government to cease maintaining its own, as the government must ensure that a service is provided to the community and commercial entities may stop maintaining - or even withdraw from sale - their apps at any time, leaving a gap that the government's apps will continue to fill.

Very important apps
Traffic apps, while very important for managing traffic congestion and supporting productivity, are not core to the responsibilities of government agencies, but offer significant public value.

Therefore governments would develop these apps, but potentially may sell them to private concerns to maintain and profit from, with provisos that they deliver a certain quality of information and, should the private company decide to stop maintaining the app, the code and app go back to the agency (like an exploration lease for minerals).

The sale of these apps should be considered a cost-recovery exercise as well as pricing the value of the service to the community, ensuring that the public receive some return for the value transferred from public to private hands.

Important apps
Parliamentary information apps, such as ones providing Hansard feeds and information on proposed laws and parliamentary schedules are useful and important to government, however are not essential, or very important to government. Hence it makes sense for government to contribute to the development of these apps - financially or through support - however government shouldn't invest in their creation.

Co-investment might be done through grants or matching funds - such as if a private entity ran a Pozible or Kickstarter fund raising activity and an agency agreed to match up to $X dollars raised.
Support might include access to key individuals, research or data which would support the creation of these apps, or promotion of them through Ministers and agency media contacts and networks (potentially with a level of endorsement).

Interesting apps
Interesting apps, such as one providing the location of all sports fields in a city, might be suggested by a council or agency as an idea, based on data they've released or an identified community need. A paper prototype or business case prepared, but rejected, within the agency may even be released to flesh out and provide context and direction for the app. However agencies and councils would not deem these apps important enough to co-invest in or support, leaving it up to the private sector whether to take on and own the idea or not.

Charging for mobile apps

Another consideration for governments is whether they should charge for apps they create and manage.

I have mixed views on this. There are definitely services that government provides as 'user-pays'. Why should people who don't use the app share in paying for its development and maintenance?

Charging for an app can also provide some funding for its maintenance and improvement over time - very useful where government agencies provision for app development, but have a time limit on funding for it to be maintained and improved, updated to reflect changes in mobile operating systems or even released on new platforms as they emerge.

However in many of these cases the mobile app may not be core to government service provision and potentially could be provided by the commercial sector rather than the public. Perhaps it should be sold off, or left to private hands rather than maintained by government.

If there's a mobile app that your agency is considering charging users to buy or use, perhaps, instead, it is a candidate for sale to a commercial entity to run and maintain, with the sales price being the value of the app.

Or if it is core for government agencies to provide as part of their service mix, should it really be charged for?

In summary


When having a discussion in your agency regarding whether you should make a mobile app, or leave it to the private sector to do - or are thinking about charging users a fee to buy or use your app - it is useful to consider the five categories above and into which your mobile app fits.

If the app is core to your agency's operations it should probably be developed and managed under your agency's watchful eye. If it isn't core, you should think about how important it is and use this to frame your decision on whether to build it yourself, support a private entity to do so or simply give the idea away.

Monday, December 17, 2012

2012 Enterprise social networking - the latest infographic

I thought this infographic from the US on enterprise social networking from Tibbr, released in July 2012, was worth sharing.

Particularly notable was how high an adopter of these types of tools was government ('Public Administration') at 74%, which closely reflects the share of Australian Government agencies I've tracked as now using social media officially (73%).



Saturday, December 15, 2012

2013 The latest infographic about Twitter - Australians the third most active users

The Twitter infographic below has been brought to my attention by The Wall and I thought it worth reflecting here.

As you'll see below, Australia is rated the third most active nation on Twitter, behind the US and UK and just ahead of Brazil, Canada and India.

There's some useful general demographics on Twitter's global audience, though I'm still waiting for the time when Twitter releases country-based demographics before it becomes possible to really assess Twitter's value as a promotional medium.

Right now for I'm tracking 633 government accounts in Australia (excluding politicians), including the latest addition, @ACTGIO.

The infographic was compiled by www.website-monitoring.com.



Wednesday, October 10, 2012

Don't forget to register for October's Canberra Gov 2.0 lunchtime thingy

On the 18th of October is the next Canberra Gov 2.0 lunchtime thingy, with a focus on open data, data visualisation and new approaches to policy development through policy visualisation.

As usual we have two fantastic speakers:

Pia Waugh, an open government and open data ninja working with the ACT government as an Open Government Policy Advisor, will provide a report on her trip to the global OKFestival, a thousand-person conference focused on open government, open data and data analaysis/visualisation in Helsinki.

Evan Hill, the Methodology and Infographics Manager within the Strategy and Delivery Division of PM&C will be discussing policy visualisation and the newly launched APS Policy Visualisation Network.

For more information, or to register, go here.

Monday, October 1, 2012

Making APIs for government data - should agencies do this or leave it to third parties?

APIs (Application Programming Interfaces) are a technique for interacting with data (usually on the web) which liberates users from relying on particular applications or having to do complex programming to reuse the data in interesting ways.

Unfortunately few government agencies go the extra distance to release their data with an API, instead using specific data formats which require specific applications to access them.

This is a real shame, as APIs essentially makes data application free - great for accessibility and both easier and faster for any web user or website to reuse the data effectively.

It is often relatively easy for to create APIs from an agency's released data, as demonstrated by the Farmer Market API example from Code for America, which took less than an hour to convert from a spreadsheet into a map visualisation.

Agencies can certainly take the position that they don't want to do the extra work (however little it may be) to provide APIs for their public data and leave it up to third parties to do this - wherever and whenever they wish.

This is a choice, however, that comes with risks.

Where an agency simply 'dumps' data - in a PDF, CSV, Shapefile or other format online, whether via their site or via a central open data site - they are giving up control and introducing risk.

If a third party decides to create an API to make a dataset easier to access, reuse or mash-up, they could easily do so by downloading the dataset, doing various conversions and clean-ups and uploading it to an appropriate service to provide an API (per the Family Market API example).

Through this process the agency loses control over the data. The API and the data it draws on is not held on the agency's servers, or a place they can easily update. It may contain introduced (even inadvertent) errors. 

The agency cannot control the data's currency (through updates), which means that people using the third party API might be accessing (and relying on) old and out-dated data.

The agency even loses the ability to track how many people download or use the data, so they can't tell how popular it may be.

These risks can lead to all kinds of issues for agencies, from journalists publishing stories to people making financial decisions relying on out-dated government data. 

Agencies might see a particular dataset as not popular due to low traffic to it from users of their site, and thereby decide to cease publication of it - when in reality it is one of the most popular data sets they hold, hence a third party designed an API for it which is where all the users go to access it.

As a result of these risks agencies need to consider carefully whether they should - or should not - provide APIs themselves for the data they release.

Open data doesn't have to mean an agency loses control of the datasets it releases, but to retain control they need to actively consider the API question.

Do they make it easy for people to access and reuse their data directly, retaining more control over accuracy and currency, or do they allow a third party with an unknown agenda or capability to maintain it to do so?

Agency management should consider this choice carefully when releasing data, rather than automatically jumping to just releasing that CSV, PDF or Shapefile, or some other file type.

Victorian Government launches consultation on draft 'digital by design' ICT strategy

The Victorian Government has announced it is seeking public feedback on a proposed ICT strategy, Digital by design developed by the Victorian Information and Communications Advisory Committee (VICTAC).

The draft provides advice on the future management and use of ICT by government and how the Victorian Government can design and use information and technology to deliver better services.

The public consultation is for just over two weeks, finishing on 17 October.

The strategy sets out objectives and actions focused in three key areas and proposes eight principles to guide ICT decision making (per the chart below).

While not focused on Government 2.0, the draft strategy takes into account the increasing digitalisation of communications, expectations of citizens and the need to increasingly co-design and co-produce policy and service deliver programs and to design code for reuse, as well as the need to embed innovation within ICT and release more public data.


To learn more and to leave comments, visit www.vic.gov.au/ictstrategy/

Thursday, June 21, 2012

Is this a world first? Australia's Bureau of Statistics #rickrolls its Twitter followers

Australia has been at the forefront of social media use by government agencies for a few years now (though don't tell them I said so or they might get complacent).

However I think this is possibly a world first.

The Australian Bureau of Statistics (ABS) yesterday released the first tranche of results from Australia's 2011 Census, to widespread interest - partially fuelled by their effective use of social media during the data collection process.

Today the ABS thanked Australians, via Twitter, for their support with the following message.

Thank you Australia for the great support for the Census. Please see here for a special gift from the 2011Census team

The thank you link went to a classic internet meme. The RickRoll.

As far as I know this is the first time any government agency, anywhere in the world has RickRolled it's citizens - although the Zombie Apocalypse has been featured several times, by the CDC and by Queensland Police.

I like governments with a sense of human - they feel more human, more connected and more relevant.

From the reaction on Twitter, others feel the same way.

In my view this is a brilliant step that cements the ABS's position as one of the most effective organisational users of Twitter.

They have successfully built and directed attention to the importance of statistics, supporting the census process, through their sensitive, factual and yet human use of the medium.


However I wonder if this show of humanity will be punished by those who wish to portray governments in a negative light, as monolithic, humourless, emotionless institutions.

If you make your money from criticising governments, you don't want them to seem too likeable or human.

Update
I've just been reminded on Twitter that the US government was actually the first to RickRoll its followers in July last year, as covered in this Washington Post article, Did the White House just rickroll its 2 million Twitter followers?

Still it leaves the ABS as an early adopter.

Wednesday, June 20, 2012

It's Census (data) day!

Today at 11:30am the ABS releases the first tranche of the 2011 Census's data - including the core demographics.

How is this Gov 2.0 related? There's a number of ways.

First, this is the first time the majority of Census data will be released, from day one, under a Creative Commons license as open data for reuse. This means that statisticians and interested people (like myself) will be able to download and crunch a lot of the information to find out interesting stuff.

Second, this is the first time the Census release is being announced via social media - with the @2011Census account leading the way, and a number of people already Tweeting using the #2011Census hashtag.

Third, there's a lot of data in the Census that will inform Gov 2.0 efforts. Population demographics, media usage and other data is all useful in building business cases and uncovering opportunities to use new media more effectively.

Fourth, this is the first Census in Australia to have a significant proportion of the data collected online. While the ABS did use a pilot eCensus system for last Census, this time online was a primary collection network for household data.

Finally we're likely to see some very interesting apps, infographics and maps using Census data in ways that were never before possible. These will emerge from the ABS, from other agencies and from the community and commercial sector.

To give an idea of what might come out of this, below is an interesting pre-Census infographic created by McCrindle Research to show Australia's place in the world.

Australia at 23 Million: A mid-sized country but world beating growth infographic by McCrindle Research
McCrindle Research | Know the Times

Saturday, June 2, 2012

GovHack presentations and judging liveblog

Hi, I'll be liveblogging the presentations and judging from GovHack in Canberra below as it happens.

All the tears and all the cheers as 42 entrants go head for head for around $40,000 in prizes and the street cred of being a GovHack winner.

You can view all the entrants on the GovHack website.

Vote and comment on them now at govhack.dialogue-app.com (your views will be taken into account by the judges).



Photos from the GovHack presentations

GovHack crowd in Canberra
GovHack crowd in Canberra

The big screen at GovHack

Watching the Sydney GovHack crowd















Sunday, May 27, 2012

Modelling open data - new visualisation from recently released BOM data

The Bureau of Meteorology has released new data for reuse under Creative Commons licensing, ahead of the upcoming GovHack in Canberra next week, and Mark Hatcher has used it to model 153 years of Sydney weather in a short video (image to right).

The higher the temperatures, the warmer the colours.

This is a good example of how data can be reused by the public to provide different insights or perspectives into topics - providing evidence to inform different viewpoints.

These public mashups could then potentially be re-adopted (crowdsourced) and shared by governments, where they offer new insights, to better communicate with and engage the community or staff.

Of course there are technical smarts involved in this type of modelling, however tools such as ManyEyes, Visual.ly, Infogr.am and Piktochart make it easy for individuals with no technical training to create interesting views from raw data.

These tools can even be used by government agencies to model their own data - useful both for public engagement and internal engagement with staff or management. Though note it is important to only create infographics from publicly available data as the processing may be done in the cloud!

Mark's complete (41 second) video of his visualisation is below. If viewing it at work I suggest turning down the sound so as to not distract colleagues.





UPDATE:
I've received a clarification as to what data was new - and it's actually new functionality.  You can now download 'all years of data' in a single file, for daily rainfall, temp and solar exposure - hat tip to Jim Birch.

This improvement makes it much easier to produce mashups like Mark's above.

Monday, May 7, 2012

Participate in Melbourne Knowledge Week 2012

The City of Melbourne was recognised in 2012 as ‘Most Admired Knowledge City’ in an award from the World Capital Institute and Teleos, an independent management research firm.

The city is building on this with the annual Melbourne Knowledge Week, designed to engage both the knowledge community and the wider public in a range of events and opportunities that help promote Melbourne's identity as global knowledge city.

I reckon there has to be a place for Gov 2.0 in this mix and wanted to flag to all my Victorian readers that an expression of interest is now open to businesses, organisations, educational institutions, networking groups, community groups and individuals who wish to showcase knowledge-related projects, thinkers and capabilities as part of this year's event.

Melbourne Knowledge Week runs from 26 November to 1 December. More details on the event, and the expression of interest, are at http://www.melbourne.vic.gov.au/enterprisemelbourne/events/KnowledgeWeek/Pages/KnowledgeWeek.aspx

Sunday, May 6, 2012

Share in over $30,000 worth of prizes by participating in GovHack 2012

With a strong focus on government data, GovHack is inviting teams of programmers and designers to invent new and better ways of delivering government data to Australians and will be rewarding the best apps, data mash-ups, and data visualisations with a share of $30,000 in prize money.

The event, being held in Canberra and Sydney from 1st - 3rd June, will challenge teams to answer the question and develop solutions for 'how can government data be better used to benefit Australians?'

The organisers have secured over thirty thousand dollars in prize money through sponsorships, although Pia Waugh, the chief organiser is tight-lipped about the prize categories, "We want people to come with fresh ideas and concepts and to build them at GovHack using publicly released data from government agencies. To keep the playing field level, we won’t tell anyone the prize categories until the event."

In previous years GovHack winners have found ways to compare government lobbying with the results of successful tenders, and designed mobile apps to help people find the nearest public toilet.

"This is a unique opportunity to be a part of generating ideas for how government can better use and re-use the wealth of information hidden away in its databases. By being a part of this event the participants get to, in a small way, directly influence how government data managers will look at and manage their data stores" Pia said.

GovHack is being supported by organisations including Adobe, MailChimp, Palantir and some of the biggest data holders in the Australian Government are providing prize money and data, including the National Archives of Australia, the Australian Government Information Management Office (AGIMO), and the Bureau of Meteorology.

GovHack is an official part of 2012 APS Innovation week, with the support of the Department of Industry, Innovation, Science, Research and Tertiary Education.

You can now register to participate, review the competition rules, or see an outline of the data to be made available on the GovHack site (http://www.govhack.org).

Prize categories will be announced at the event's opening on Friday 1st June.

Monday, April 23, 2012

Global Data Science Hackthon - Canberra Event - 28 April 2012

I have just been alerted of the event below, well worth attending for any public service and data types. And there are prizes!

Are You a Smart Data Scientist? Participate in this Hackful Event. 24 Hours of Non-Stop, Fun Data Science Competition.

The aim of the hackathon is to promote Data Science and show the world what is possible today combining Data Science with Open Source, Hadoop, Machine Learning, and Data Mining tools.

In addition, the event’s aim is also to promote the sense of community, team work, and free spirit competition for the sake of Data Science.

Who: Hackers, computer scientists, programmers, mathematicians, statisticians, econometricians, data miners, YOU!

What: Use your smarts to compete against teams from around the world and win the title of "Global Data Science Hackathon Winner 2012" as well as some great prizes!

When: The venue opens from 8.30 pm on Saturday 28 April, and the competition kicks off at 10pm Canberra time on Saturday 28 April. You then have 24 hours to hack the data and win! Throughout the competition, there will be a live leaderboard (the competition is hosted by kaggle.com)

Where: Register for the Canberra event http://meetup.com/DSCanberra/events/57837482/ (nb registration is required but free!)

Why: For fun - a chance to test your skills against the best and participate in a global event.

How: Register on the address above and get your laptop ready for some serious data science hacking!

We will provide the venue and internet access. You bring a laptop and your data science hacking smarts! During the competition, we will be running venue based mini-events, talks and competitions. And we will have a video-hookup with other venues around the world.

Friday, April 20, 2012

If Facebook, Twitter, LinkedIn, Google Plus and MySpace were Aussie states

Many of you are probably aware that Facebook's active membership is larger than the population of the world's third largest country, however the numbers are getting too big to relate to Australia.

So I've taken the idea and compiled a view of Australia by state, including the main social networks used by Aussies as if they were states.




Notes
  • Growth rates are based on 9 months, with state population for March 2012 extrapolated by applying 75% of the growth for the 2010/11 year from the ABS. The growth rates for social networks were calculated backwards based on having statistics on subscribers for both March 2012 and June 2011.
  • Google Plus wasn't on the scene until August with 365,000 users - since then it has grown at a rate of approximately 337% per year, making it by far the fastest growing social network.
  • Some social networks have decreased in numbers. Two data points are not enough to establish a trend and Twitter tends to fluctuate up and down on a monthly basis and it is difficult to define a clear direction for the service. MySpace's trend has generally been down for several years (refer to this Infograph and data for 2011 from Social Media News).

Sources:

Tuesday, April 17, 2012

ACBI Broadband Apps Day 2012 in Sydney

I've just been let know that the Australian Centre for Broadband Innovation (ACBI) is hosting a Broadband Apps Day at Australian Technology Park in Sydney on Friday 27 April.

As their summary about the event states, Apps - simple, useful applications that run on smart phones and tablets - are becoming increasingly popular, but where are the apps for next generation broadband in Australia?

Australian developers have produced many globally successful apps, such as Fruit Ninja and Flight Control. These have helped create an export market for many smaller companies such as Half Brick, Firemint and Traction Games.

  ACBI are holding this seminar to create a bridge between the technology sector, developers and the users of future broadband apps and, through this, help the public gain greater understanding of the potential value of broadband.

  What: ACBI Broadband Apps Day
When: 27 April 2012
Where: Australian Technology Park, Sydney.
Cost: Free

  Register online at: http://broadbandappsday.eventbrite.com.au

  ACBI is a partnership between CSIRO, the NSW Government, NICTA and NBN Co, and you can follow them on Twitter at: @Apps4Broadband