Archive

Author Archive

New options for education startups

March 18th, 2011 No comments

It’s really cool to see startup funding options start to coalesce in the education and learning space. There’s always been various research grant funding available for interesting work, but when it comes to pushing that work out into the commercial sphere the options were a bit more limited. The SBIR program was one opportunity, but didn’t have a really strong connection to the education market per se, and presumes a much longer timeframe (compared to many software ventures) for development and getting to market.

Two relative new organizations are trying to change the landscape by building and leveraging community in the education and learning space. First, there’s Startl, which has been hosting multi-day Design Boost boot camps in San Francisco to help startups collaboratively push their designs forward, and three-month immersion programs in New York that culminates in a pitch day to prospective investors.

Startl’s position in the learning technologies market is connective: to form a “network of networks” that responds quickly to the most promising technological, pedagogical, and market opportunities. This model makes business sense, since starting a big new enterprise in the current climate seems impractical, as well as common sense: it unites the leading minds, institutions, and corporations in the learning arena in a whole that is greater than the sum of its parts.

Second, just this week we learned of the launch of Imagine K12, which is built on the successful YCombinator model, but focused expressly on education startups.

Our program is set up to take you and your idea from early stage to the point of being a company investable by seed investors (“angels”) or traditional venture capitalists. The three month program is immersive and intense. You are required to be in the SF Bay area during that time. The environment will be conducive to getting an initial prototype up and running and to honing a business plan and pitch. We will give you advice and get your product in the hands of real users for rapid feedback and iteration. During the program, you will also be introduced to educational experts, angel investors, venture capitalists and Silicon Valley luminaries that will inspire you, force you to crystalize your ideas and challenge you to create a more compelling product and company.

Both programs provide some funding (living expenses, basically) for the immersion programs in exchange for a small (~6%) equity stake. Based on YCombinator outcomes, that’s a worthwhile tradeoff. We’re really excited to see what kinds of startups come out of these efforts.

Categories: Commercialization Tags: ,

Redefining learning sciences

March 16th, 2010 No comments

Learning sciences as a field has traditionally been fairly small, while placing its practitioners at the intersection of many other fields (psychology, education, AI, design, etc.). That’s often raised the question of what LS really is, since some many practitioners work within a different subset of related fields.

Two efforts to clarify LS, one virtual and one physical, seem well-timed. One is Iris’ call to ISLS members to take part in refining Wikipedia’s learning sciences page. The other is an ICLS pre-conference workshop focused on growing the learning sciences.

As the field of Learning Sciences matures and newly formed graduate programs self-identify as LS, several questions take on importance: Does LS have a common core? Should it? What are the ramifications for LS graduate programs? Participants will review common and varied approaches to LS graduate education from existing programs and explore the tensions within interdisciplinary education and trade-offs between adherence to a common core (maintaining an LS “brand”) or a broadly inclusive model (“big tent”).

An editing pass on the wikipedia page might be a nice after-hours project for a few collaborators at ICLS.

ICLS Workshop: It’s about time

March 11th, 2010 No comments

There’s an interesting ICLS preconference workshop that will explore the challenges of making sense of multiple time-based data streams.

It’s about time: Purpose, methods and challenges of temporal analyses of multiple data streams
Recent studies of learning have involved concurrent collection of multiple types of data such as computer activity logs and online discussion, or have applied multi-dimensional coding, resulting in related data streams, which highlight the dynamic nature of learning and require analyses from a temporal perspective. This workshop will explore issues emerging from integrating data streams by identifying a set of analytic difficulties researchers face and illustrating the application of specific methods that address these challenges.

There’s a fairly obvious connection here to InqScribe; we’ve had some feature requests that touch on ways to make sense of multiple videos of the same event. The theme also touches on some work we’ve done with Nichole Pinkard trying to figure out how students in 1:1 computing environments use their laptops. I’ll be curious to see what comes out of this.

Workshop happens on June 28 in Chicago. Deadline for applications is March 15th 2010. Get cracking!

Categories: Conferences Tags:

hginit: a Mercurial tutorial

February 26th, 2010 No comments

Joel Sposky has a nice tutorial out for Mercurial (hg). I’ve mentioned that we’re moving away from Subversion (svn), and one of the things about this tutorial that I like is that Joel specifically addresses how being an experienced svn user can make it harder to understand how to best use hg. Situating this within some common coding work models helps illustrate how to use hg well, and where hg offers improvements over svn (and the default use models svn promotes). This is a great introduction to hg, whether you have svn experience or not.

Joel also suggests an alternative repository scheme to the more complex git model I described last month. That’s one of those issues that are often not mentioned in introductory tutorials, but since you establish a repository structure early, it’s actually quite important to get it right the first time.

The other thing about this tutorial that I liked was the way that Joel is monetizing his own mistakes. He kicks off the tutorial like this:

When the programmers at my company decided to switch from Subversion to Mercurial, boy was I confused. First, I came up with all kinds of stupid reasons why we shouldn’t switch.

And all the kool kids think: that Spolsky guy. Of course he wouldn’t get hg. What would you expect from a Microsoft stooge?

But look at what he’s got us reading. He’s leveraged his experience learning hg not just into an entertaining tutorial, but into something that’s valuable to his business. This is not a typical half-assed web tutorial. It has its own domain. He’s getting folks excited about using hg and switching away from svn. And what’s that funny looking bird in the corner? Oh, Fog Creek happens to be launching a commercial version control system based on hg? Gee, you don’t say…

Categories: Development Tags: , ,

Branching model for distributed version control

January 21st, 2010 No comments

We’re in the process of transitioning from Subversion to Mercurial, and one of the challenges is defining a coordinated framework for managing development work. Subversion essentially came with an ‘official’ branches/tags/trunk model, as well as a central repository location, but the distributed landscape seems more wide open. (Granted, that’s part of the appeal.) The Git model described here is a nice step forward, and seems to apply to Mercurial as well as Git.

Categories: Development Tags: , ,

Google inhales EtherPad

December 4th, 2009 No comments

Matt pointed me to AppJet’s announcement that they’ve been acquired by Google. (AppJet is the developer of EtherPad, a fabulous web-based collaborative editor.)

We are happy to announce that AppJet Inc. has been acquired by Google. The EtherPad team will continue its work on realtime collaboration by joining the Google Wave team.

Congratulations to the AppJet team. EtherPad is great; seeing similar functionality in Wave will probably also be great. What may be frustrating is if there’s a doughnut hole of no service from the point at which EtherPad shuts down…

The EtherPad site will stay online through March 2010 with some restrictions.

If you are a user of the Free Edition or Professional Edition, you can continue to use and edit your existing pads until March 31, 2010. No new free public pads may be created. Your pads will no longer be accessible after March 31, 2010, at which time your pads and any associated personally identifiable information will be deleted.

We have added a feature to the Professional Edition that allows you to export all of your pads as one ZIP file archive. You can find a link to the zip archive at the bottom of the pad list after signing in to your Professional Edition account.

…and whenever it is that similar functionality emerges in Wave. In the meantime, EtherPad users take note and save your pad data locally. (You were doing that already, right? Or did you trust a free service with your data?)

Then again, falling back on SubEthaEdit is not that shabby.

Update: There are plans to open source EtherPad and maintain service until it is open sourced.

Categories: Resources Tags: , ,

Our LS Calendar

November 28th, 2009 No comments

A quick plug for our events calendar. We maintain a learning sciences-related events calendar, primarily as a way to keep track of conference dates. It’s a publicly accessible Google calendar, so feel free to follow it (via HTML, Atom, or ICS). We’ve also added an events listing to the sidebar of this blog.

Generally we update the calendar with events as they’re announced via mailing lists and weblogs. If you have a learning sciences event you’d like to us to include, please let us know.

Categories: Housekeeping Tags:

Nichole and YouMedia on NPR

October 29th, 2009 No comments

It’s great to hear Nichole on Chicago Public Radio talking about YouMedia.

Categories: EdTech Tags: ,

Matt Webb’s Scope Keynote

July 8th, 2009 No comments

Via Simon Willison, a fabulous keynote about design from Matt Webb. He pushes on a cultural definition for design, and speaks from the perspective of a principal in a small design firm. Quoting one of his partners:

Some people (they are wrong) say design is about solving problems. Obviously designers do solve problems, but then so do dentists. Design is about cultural invention.

Categories: Design Tags:

On HTML5

July 7th, 2009 No comments

If you read the latest news, it would seem that HTML5 is most notable for killing off XHTML2 (to accompanying sturm und drang) and backing off on codec specifications for use with the new <video> tag. Practically, since HTML5 is now the de facto road map forward for web developers, it may be of more interest to folks to browse the HTML5 spec or scan ALA’s HTML5 preview article from a few months back. There are some nice things in there.

It’s also worth mentioning: Video for Everybody!,  a nice two-codec solution to implementing the <video> tag.

Categories: Resources Tags: ,