Difference between revisions of "User:Matteo/scratch.03"

From FreekiWiki
Jump to navigation Jump to search
(this is fun but probabley not the best way to represent this)
(+ section)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<graphviz>
+
==Documentor Sources==
digraph structure {
+
''Free Geek looks good on a resume and even better if its a special project''
graph [
+
* School types to find interns
rankdir = "LR"
+
** Tech. Wrighters
];
+
** Mathamatitions
node [ fontsize = "16" shape = "ellipse" ];
+
** law
edge [ ];
+
** P.S. (Political Science)
 +
** Social Worker/Comunety orginizer
  
"Action" [ label = "<f0> Action| | |" shape = "record" ];
+
==Documenting Policy Project==
"C7" [ label = "<f0> C7 | |" shape = "record" ];
+
''these thoughts will be blended with the process found in the [[Policy Development]] page''
"HR" [ label = "<f0> HR| <f1> | <f2> |" shape = "record" ];
+
* Is this a policy or a guideline (if no change the current policy and document the change)
"Knowledge Bees" [ label = "<f0> Knowledge Bees| | |" shape = "record" ];
+
* Is this a new or a change to a current policy or guideline
"Outreach" [ label = "<f0> Outreach| <f1> | <f2> |"shape = "record" ];
+
* Who created the Policy and how does it relate to others / what is the scope of the policy
"Reuse" [ label = "<f0> Reuse| <f1> | <f2> |" shape = "record" ];
 
"Technocrats" [ label = "<f0> Technocrats| | |" shape = "record" ];
 
"AdHocStaff" [ label = "<f0> AdHocStaff| | |" shape = "record" ];
 
"Council" [ label = "<f0> Council " shape = "record" ];
 
"Board" [ label = "<f0> Board " shape = "record" ];
 
"Staff" [ label = "<f0> Staff " shape = "record" ];
 
  
"Staff" -> "Council":f0 [ id = 0 ];
+
==Creating New Policies==
"Staff" -> "Board":f0 [ id = 0 ];
 
  
"Board" -> "Council":f0 [ id = 0 ];
+
* Research current Apliciable policies
"Board" -> "Staff":f0 [ id = 0 ];
+
* Find a couple of people to bounce your idea off of
 +
* Email your Perposal to the correct list
 +
* Please clearley seperate your email into sections:
 +
** the Policy you propose
 +
** Reason this policy is needed (would this be a change to a current Policy)
 +
** Any thing you came up with during your research (like Policies)
  
"Council" -> "Staff":f0 [ id = 0 ];
+
==Policy Page Ideas==
"Council" -> "Board":f0 [ id = 0 ];
+
Three sections in the page perhaps
 
+
<pre>
"Staff" -> "AdHocStaff":f0 [ id = 0 ];
+
{{Policy Header}}
"Staff" -> "C7":f0 [ id = 1 ];
+
* Policy name
"Staff" -> "HR":f0 [ id = 2 ];
+
* Note on what the policy is about/Scope of policy
"Staff" -> "Knowledge Bees":f0 [ id = 3];
+
==Policy==
"Staff" -> "Outreach":f0 [ id = 4  ];
+
* Body that set the policy(s) / Date Adopted / with Link to lists.freegeek meeting Minuits.
"Staff" -> "Reuse":f0 [ id = 5 ];
+
* Wording of the most recent agreed apon policy - as agreed upon
"Staff" -> "Technocrats":f0 [ id = 6 ];
+
==Notes==
"Staff" -> "Action":f0 [ id = 7 ];
+
* Interpretation/Implementation
 
+
* Examples/Background/History
}
+
* Exceptions/Ramifications
</graphviz>
+
* Related policies
 +
* Etc...
 +
</pre>

Latest revision as of 02:21, 3 October 2006

Documentor Sources

Free Geek looks good on a resume and even better if its a special project

  • School types to find interns
    • Tech. Wrighters
    • Mathamatitions
    • law
    • P.S. (Political Science)
    • Social Worker/Comunety orginizer

Documenting Policy Project

these thoughts will be blended with the process found in the Policy Development page

  • Is this a policy or a guideline (if no change the current policy and document the change)
  • Is this a new or a change to a current policy or guideline
  • Who created the Policy and how does it relate to others / what is the scope of the policy

Creating New Policies

  • Research current Apliciable policies
  • Find a couple of people to bounce your idea off of
  • Email your Perposal to the correct list
  • Please clearley seperate your email into sections:
    • the Policy you propose
    • Reason this policy is needed (would this be a change to a current Policy)
    • Any thing you came up with during your research (like Policies)

Policy Page Ideas

Three sections in the page perhaps

{{Policy Header}}
* Policy name
* Note on what the policy is about/Scope of policy
==Policy==
* Body that set the policy(s) / Date Adopted / with Link to lists.freegeek meeting Minuits.
* Wording of the most recent agreed apon policy - as agreed upon
==Notes==
* Interpretation/Implementation
* Examples/Background/History
* Exceptions/Ramifications
* Related policies
* Etc...