Difference between revisions of "Handprinter"

From Testiwiki
Jump to: navigation, search
(Data uploaded using Opasnet Base Import)
(Calculations)
Line 22: Line 22:
 
==Calculations==
 
==Calculations==
  
Suggest an action that could reduce the footprint of some activity.
+
Suggest an action that could reduce the footprint of some activity. Fill in the form, then click "Add a new action".
  
 
<rcode name="add" embed=1 label="Add a new action" variables="
 
<rcode name="add" embed=1 label="Add a new action" variables="
Line 42: 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:benefits|description:What are the benefits that will occur with your action?|type:text|
 +
name:quantification|description:If you can, describe quantitatively how large the benefits are (in kg, litres, kWh and so on)|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 210: Line 212:
 
Description = actiondescription,
 
Description = actiondescription,
 
Activity = activity,
 
Activity = activity,
Subactivity = subactivity
+
Subactivity = subactivity,
 +
Result = 0
 
)
 
)
  
Line 216: Line 219:
  
 
opbase.upload(input = out, ident = "Op_en5782", name = "Handprinter", subset = "Actions",  
 
opbase.upload(input = out, ident = "Op_en5782", name = "Handprinter", subset = "Actions",  
obj_type = "variable", act_type = "replace", language = "fin", who = wiki_username
+
obj_type = "variable", act_type = "append", language = "eng", who = wiki_username
 
)
 
)
  
 
</rcode>
 
</rcode>
  
<rcode name="show" label="Show actions" embed=1>
+
===Show actions===
 +
 
 +
Click "Show actions" to browse through the list of action ideas that someone has suggested so far.
 +
 
 +
<rcode name="show" label="Show actions" embed=1 variables="
 +
name:search|description:Search for this word (otherwise all actions are shown)|type:text
 +
">
 
library(OpasnetUtils)
 
library(OpasnetUtils)
  
 
dat <- opbase.data("Op_en5782.actions")
 
dat <- opbase.data("Op_en5782.actions")
oprint(dat)
+
 
 +
found <- logical()
 +
 
 +
for(i in 1:nrow(dat)) {found[i] <- grepl(search, paste(t(dat[i , ]), collapse = " "), ignore.case = TRUE)}
 +
 
 +
oprint(dat[found , ])
  
 
</rcode>
 
</rcode>
Line 242: Line 256:
  
 
==Related files==
 
==Related files==
 
{{mfiles}}<!-- __OBI_TS:1388591219 -->
 

Revision as of 17:22, 1 January 2014



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. Fill in the form, then click "Add a new action".

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:

What are the benefits that will occur with your action?:

If you can, describe quantitatively how large the benefits are (in kg, litres, kWh and so on):

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 actions

Click "Show actions" to browse through the list of action ideas that someone has suggested so far.

Search for this word (otherwise all actions are shown):

+ Show code

See also

References


Related files