Difference between revisions of "Handprinter"

From Testiwiki
Jump to: navigation, search
(Calculations)
(Calculations)
Line 24: Line 24:
 
Suggest an action that could reduce the footprint of some activity.
 
Suggest an action that could reduce the footprint of some activity.
  
<rcode embed=1 variables="
+
<rcode name="add" embed=1 label="Add a new action" variables="
 +
name:email|description:Your email (personal information is not revealed to third parties)|type:text|
 +
category:Information about your action|
 +
name:phone|description:Your phone number (with international and area code)|type:text|
 
name:actionname|description:Give a name for your action|type:text|
 
name:actionname|description:Give a name for your action|type:text|
category:Information about your action|
 
 
name:actioncontext|description:What is the context of your action?|type:selection|options:
 
name:actioncontext|description:What is the context of your action?|type:selection|options:
 
; - select -;
 
; - select -;
Line 40: Line 42:
 
'Infrastructure change';Infrastructure change|
 
'Infrastructure change';Infrastructure change|
 
name:actiondescription|description:Description of your action|type:text|
 
name:actiondescription|description:Description of your action|type:text|
name:email|description:Your email (personal information is not revealed to third parties)|type:text|
 
name:phone|description:Your phone number (with international and area code)|type:text|
 
 
name:activity|description:To what activity does your action relate?|type:selection|options:
 
name:activity|description:To what activity does your action relate?|type:selection|options:
 
; - select -;
 
; - select -;
Line 64: Line 64:
 
'S';Other service activities;
 
'S';Other service activities;
 
'T';Activities of households as employers, undifferentiated goods- and services-producing activities of households for own use;
 
'T';Activities of households as employers, undifferentiated goods- and services-producing activities of households for own use;
'U99';Activities of extraterritorial organizations and bodies|
+
'U99';Activities of extraterritorial organizations and bodies;
 +
'Other';Other, what?|
 
name:subactivity|description:Select a sub-activity|type:selection|options:
 
name:subactivity|description:Select a sub-activity|type:selection|options:
 
;- select -;
 
;- select -;
Line 71: Line 72:
 
'A03';Fishing and aquaculture|
 
'A03';Fishing and aquaculture|
 
category:Subactivity|category_conditions:activity;'A'|
 
category:Subactivity|category_conditions:activity;'A'|
name:subactivityb|description:Select a sub-activity|type:selection|options:
+
name:subactivity|description:Select a sub-activity|type:selection|options:
 
;- select -;
 
;- select -;
 
'B05';Mining of coal and lignite;
 
'B05';Mining of coal and lignite;
Line 195: Line 196:
 
'T97';Activities of households as employers of domestic personnel;
 
'T97';Activities of households as employers of domestic personnel;
 
'T98';Undifferentiated goods- and services-producing activities of private households for own use|
 
'T98';Undifferentiated goods- and services-producing activities of private households for own use|
category:Subactivity|category_conditions:activity;'T'
+
category:Subactivity|category_conditions:activity;'T'|
 +
name:subactivity|description:Describe the activity|type:text|
 +
category:Subactivity|category_conditions:activity;'Other'
 
">
 
">
 +
library(OpasnetUtils)
 +
 +
out <- data.frame(
 +
Email = email,
 +
Phone = phone,
 +
Action.name = actionname,
 +
Action.context = actioncontext,
 +
Category = category,
 +
Description = actiondescription,
 +
Activity = activity,
 +
Subactivity = subactivity
 +
)
 +
 +
oprint(out)
 +
 +
opbase.upload(input = out, ident = "Op_en5782", name = "Handprinter", subset = "Actions",
 +
obj_type = "variable", act_type = "replace", language = "fin", who = wiki_username
 +
)
 +
 +
</rcode>
 +
 +
<rcode name="show" label="Show actions" embed=1>
 +
library(OpasnetUtils)
  
activity
+
dat <- opbase.data("Op_en5782.actions")
subactivity
+
oprint(dat)
  
 
</rcode>
 
</rcode>

Revision as of 13:16, 31 December 2013



What is Handprinter?

We often hear about our negative impact on the planet – our environmental footprint. But footprints are only half the picture. The other half is just coming into view.

It’s called a handprint, and it measures the positive impacts we can make, simply by changing the way we do things, at home, and at work.


Handprinter helps you know and grow your handprint.

First, it lets you calculate your environmental footprint. You enter in some simple data about things like what you eat, how often you travel, and what kind of products you buy, and Handprinter shows you your environmental impact.

Second, it offers suggestions for simple actions you can take to lower your impact on the planet – things like installing a low-flow showerhead, or carpooling to work or school. You can choose actions from our database, or come up with your own actions and add them to the collection.

And best of all, Handprinter lets you spread your ideas and actions around the world, see their progress, and measure them. When you refer your friends to Handprinter, and when their friends sign on, their handprints become part of yours. Inspire enough people, and your handprint eventually outweighs your footprint.

And with enough handprints, we can heal the planet.

Calculations

Suggest an action that could reduce the footprint of some activity.

Information about your action

Your email (personal information is not revealed to third parties):

Your phone number (with international and area code):

Give a name for your action:

What is the context of your action?:

To which category does your action belong?:

Description of your action:

To what activity does your action relate?:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Select a sub-activity:

Subactivity

Describe the activity:

+ Show code

+ Show code

See also

References


Related files

<mfanonymousfilelist></mfanonymousfilelist>