Skip to content

Commit

Permalink
Improved definition of cfProj
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
jdvorak001 committed Oct 20, 2017
1 parent 9c07490 commit 83a847f
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 133 deletions.
2 changes: 1 addition & 1 deletion documentation/Tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -32277,7 +32277,7 @@
<div class="caption2"><p>Notes</p></div>
<table class="tabformat" border="0" cellpadding="2" cellspacing="1" width="100%">
<tr>
<td class="tabdata">A project in business and science is typically defined as a collaborative enterprise, frequently involving research or design, that is carefully planned to achieve a particular aim. Projects can be further defined as temporary rather than permanent social systems that are constituted by teams within or across organizations to accomplish particular tasks under time constraints. <br> <br> Definition Source: http://en.wikipedia.org/wiki/Project<br> </td>
<td class="tabdata">A piece of planned work or an activity that is finished over a period of time and intended to achieve a particular purpose.<br> Source: http://dictionary.cambridge.org/dictionary/english/project<br> <br> In the research information domain, one typically tracks research projects and projects that create or enhance infrastructure for research. Depending on the scope one can also track finer levels of granularity: stages, work packages, down to individual tasks. All such activities are also modelled using the Project entity.<br> Projects are different from OrgUnits in that they are temporary rather than permanent social systems.<br> <br> It is important to note that the Project entity only captures details of the project scope and plan. Information about the resources needed to execute the project such as the funding of a Project (i.e., the grants received), the people and organisations involved, the supporting infrastructures, the outputs produced, etc. is contained in separate entities (the Funding entity, the Person entity, the OrgUnit entity, the infrastructure entities, the result entities) and is linked to the Project.<br> </td>
</tr>
</table>
<br>
Expand Down
Loading

0 comments on commit 83a847f

Please sign in to comment.