Difference between revisions of "Admin/Projects"
From MurrayWiki
(Created page with "This page contains information about the Project class, used for keeping track of projects. === Class structure === A project is a page in the :Category:Project|Project cat...") |
(→Optional properties) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
=== Class structure === | === Class structure === | ||
− | A project is a page in the [[:Category:Project|Project category]] with the properties listed below. This category is used to list projects on the [[Main Page | + | A project is a page in the [[:Category:Project|Project category]] with the properties listed below. This category is used to list projects on the [[Main Page]] as well as the [[Research Overview]] page. There are a couple of subcategories that are also used: |
− | * [[:Category:Active projects]] - a list of all currently active projects. These show up on the [[Main Page | + | * [[:Category:Active projects]] - a list of all currently active projects. These show up on the [[Main Page]] |
− | * [[:Category:Biocircuits projects]] - a list of all projects in the biocircuits subgroup. These are used on the [[ | + | * [[:Category:Biocircuits projects]] - a list of all projects in the biocircuits subgroup. These are used on the [[Research Overview]] page |
− | * [[:Category:NCS projects]] - a list of all projects in the NCS subgroup. These are used on the [[ | + | * [[:Category:NCS projects]] - a list of all projects in the NCS subgroup. These are used on the [[Research Overview]] page |
==== Required properties ==== | ==== Required properties ==== | ||
Line 28: | Line 28: | ||
! Description | ! Description | ||
|- | |- | ||
− | | | + | | grant number |
| Funding agency grant number | | Funding agency grant number | ||
|- | |- | ||
− | | start | + | | start date |
| Starting date for the project | | Starting date for the project | ||
|- | |- | ||
− | | end | + | | end date |
| Ending date for the project | | Ending date for the project | ||
|- | |- | ||
Line 42: | Line 42: | ||
| reports | | reports | ||
| Reporting requirements for the project (eg, annual reports due in June) | | Reporting requirements for the project (eg, annual reports due in June) | ||
+ | |- | ||
+ | | ack | ||
+ | | Acknowledge wording, to be used for publications that reference this award | ||
|} | |} | ||
Line 57: | Line 60: | ||
** [[Form:Project]] - form used to create a new project | ** [[Form:Project]] - form used to create a new project | ||
** [[Template:Project]] - template used to display a project | ** [[Template:Project]] - template used to display a project | ||
− | + | ||
− | + | === List of projects using this class === | |
− | + | {{#ask: | |
+ | [[Category:Project]] | ||
+ | | ?ID=Project ID | ||
+ | | ?Start date | ||
+ | | ?End date | ||
+ | | mainlabel=Project page | ||
+ | }} |
Latest revision as of 16:12, 29 October 2016
This page contains information about the Project class, used for keeping track of projects.
Contents
Class structure
A project is a page in the Project category with the properties listed below. This category is used to list projects on the Main Page as well as the Research Overview page. There are a couple of subcategories that are also used:
- Category:Active projects - a list of all currently active projects. These show up on the Main Page
- Category:Biocircuits projects - a list of all projects in the biocircuits subgroup. These are used on the Research Overview page
- Category:NCS projects - a list of all projects in the NCS subgroup. These are used on the Research Overview page
Required properties
Name | Description |
---|---|
title | Title of the project. This is also used as the page name. |
agency | Funding agency, company or other funding source. This should be written out (Air Force Office of Scientific Research) |
ID | Short name identifier for the project; used by the Papers and Group members classes for funding and project info. |
Optional properties
Name | Description |
---|---|
grant number | Funding agency grant number |
start date | Starting date for the project |
end date | Ending date for the project |
support | Short description of what the project supports (eg, ~2 students + materials) |
reports | Reporting requirements for the project (eg, annual reports due in June) |
ack | Acknowledge wording, to be used for publications that reference this award |
Project ID
The Project ID is used by the Papers and Group members classes to refer to projects and funding sources. It should have the form
AAAA ProjectName
where
- 'AAAA' is an abbreviation for the funding source (eg, AFOSR, HFSP)
- 'ProjectName' is short description of the project (eg, BRI, TX-TL)
Templates and Actions
- Special:FormEdit/Project - create a new Project entry
- Form:Project - form used to create a new project
- Template:Project - template used to display a project