James A. Rising

Open Model Proposal

October 3, 2012 · Leave a Comment

I am presenting the Open Model at EcoSummit 2012 this week. Here’s my poster.  I want to frame it as a proposal– a vision for a better framework for combining models and analyzing social-ecological systems– but huge parts of it are built and ready for use. Now I’m just looking for more people to start using it!

Here’s another version of the idea, as a vision statement for a coupled natural-human systems project: Read about the Fisheries Project.  You can see a more concrete outline of the existing material.

→ Leave a CommentCategories: Research

Science and Policy Summer School

August 21, 2012 · Leave a Comment

This past June, a core group of the PhD students organised the first Science and Policy Summer School at the Columbia Global Center in Paris. With help from the Alliance Program and professors at both Columbia and Sciences Po, we were able to convene a group of 17 students from both sides of the Atlantic (Columbia, Arizona State, and the Universities of Minnesota and Southern California, and from Sciences Po, Pantheon-Sorbonne, École Polytechnique, École Normale Supérieure, and the Paris School of Economics) with 9 speakers (including Jeff Sachs, John Mutter, and Scott Barrett; Bruno Latour, Claude Henry, and Pierre-Henri Gouyon from Paris; Eric Maskin from Princeton; and representatives from the French government and NGOs).

The interdisciplinary, discussion-centered approach brought together a wide range of perspectives.  Discussions were lively, with students and professors engaging research and experience to better understand how to bridge the gap between science and policy-making. At the end of the week, student groups presented on the results of their own meetings and research.  Themes included scientific approaches to decision-making, South-South cooperation, global and national needs, the role of stakeholders, and international cooperation.  The participants left the summer school with renewed interest in continuing to discuss these topics and collaborate on reports and papers.

You can also read about the summer school in this article in the Sciences Po Newsletter, Global Horizons: http://www.sciencespo.fr/newsletter/actu/?id=2230.

We are hoping to continue this effort by having a second Science and Policy Summer School, and as the planning process begins, we hope to widen our community.  Contact me if you want to get involved.

→ Leave a CommentCategories: Activities · Policy

Deliberative Network Proposal

June 3, 2012 · Leave a Comment

The world needs a global dialogue.  A wide variety of economic, environmental, and political problems demand a deeper involvement from civil society.  We need to invite new ideas, and to ensure that the best ideas are discovered, refined, and acted upon.

To make this discussion effective, we need new structures for deliberative problem solving which invite involvement, learning, commitment, and effective solutions.  Both international debate summits and scientific journals provide models, but they are too slow and too exclusive.  Wikipedia represents another vision of collaboration, but is too limited for effective deliberation.

The Deliberative Network is a response to this problem, by providing a new structure of social interaction.

Read the rest of the proposal and send me your comments!  Deliberative Network Proposal

→ Leave a CommentCategories: Policy

Non-Renewable Spaceship

January 4, 2012 · Leave a Comment

The goal of the Non-Renewable Spaceship project is to sketch the needs for a functioning ecosystem capable of sustaining a given population in space. Two motivations underlie this research: First, to construct a scenario which motivates society to set aside non-renewable resources for an indefinite future (in case of catastrophe, or if we find that “weak sustainability” is insufficient after all). Second, to try to answer E. O. Wilson’s question, “What do we need to save, for a healthy future world?” I’ve already worked out some of the principle resources: space, water, take-off fuel needs, and the ecosystem diversity that can be maintained under it.

See my presentation to the SDev student colloquium (results near the end). Try out different parameters of a partial model.

→ Leave a CommentCategories: Research

Virtual Gini Sectors

May 8, 2011 · Leave a Comment

Using agricultural sector and income data, it is possible to calculate estimated Gini coefficients, based on a two-sector model. By comparing these estimates to measured Ginis, one can calculate the theoretical size of a poverty sector, expressed as a portion of the population with 0 income and a wealth sector, expressed as the portion of income earned by only the infinitesimally few.

See the calculations in my Gini Sectors Working Paper, and the calculated upper and lower bounds as a table for various countries.

→ Leave a CommentCategories: Research

Research Projects, Spring 2011

March 8, 2011 · Leave a Comment

My current research interests center around four avenues of exploration:

Open Model for Climate Behaviors: I applied for an EPA fellowship based on this. The idea is to construct a dynamic model of sufficient complexity that it’s possible to identify tipping points in the forces that affect American society’s climate behaviors. In other words, to build a system to help find small policy changes, which will grow to really change how people act. (Project Proposal)

Glaciers and Flooding in Himalayan River Basins: The Himalayan glaciers are melting, and their rivers are flooding– might these be related? No one seems to have checked. But I have a bunch of remote sensing analysis and good modeling that might be close to an answer. (Working Paper)

System Regression Estimators: My colleagues spend all their time running regressions, agonizing to find “exogenous” variables– variables which affect things but aren’t themselves affected. I don’t think such things exist, and I have some math that might let us give up the battle and estimate the relationships in whole systems, where everything affects everything else.

Self-Organized Criticality in Ecology: Self-organization is everywhere in human and natural systems, yet we’re only beginning to understand its implications. In particular, I think we’re very close to being able to describe ecological systems in the terms of self-organization, and I intend to give it a try.

→ Leave a CommentCategories: Research

Paraphrasing Code Released!

March 8, 2011 · Leave a Comment

I’ve just finished extracting and releasing the various blocks of code
necessary for automated paraphrasing (and some other things besides).
Get the code or dlls here:
https://github.com/jrising/Virsona-ChatBot-Tools

The README is currently very sparse, but it describe the code
available (which includes tagging, parsing, morphology, paraphrasing,
wordnet access, the plugin framework, and general-use tools) and how
to begin using it.  All of the code is LGPL.

The paraphrasing code was undergoing development when I stopped
working on it, so there’s a lot more that can be done.  It currently
just knows how replace words with unambiguous synonyms, rearrange noun
and verb conjunctions, and rearrange declarative phrases a few ways
(e.g. active to passive).  It can work on a complete body of text,
knows how to respect capitalization, and can try to emphasize
particular phrases.  And it’s quite fast, but often makes no changes
at all.

In my tests, it seems to be working fine, but I did have to rearrange
a fair amount of code and didn’t test if very thoroughly, so tell me
if there are any problems.

→ Leave a CommentCategories: Software