Difference between revisions of "Member"
From ACES
Line 15: | Line 15: | ||
"Photo": { | "Photo": { | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true, | ||
"description": "The file name (with file extension) of a photo of the member. You can save the page and then upload the photo via the red link generated.", | |||
"example": "Farinaz.jpg" | |||
}, | }, | ||
"Name": { | "Name": { | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"description": "The name of the member", | |||
"example": "Farinaz Koushanfar" | |||
}, | }, | ||
"Email": { | "Email": { | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"description": "The working email address of the member", | |||
"example": "farinaz@ucsd.edu" | |||
}, | }, | ||
"Cv": { | "Cv": { | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true, | ||
"description": "The CV file(with file extension, which is usually \".pdf\") of the member. You can save the page and then upload the file via the red link generated." | |||
}, | }, | ||
"Title": { | "Title": { | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"description": "The member's title", | |||
"example": "Principal Coordinator" | |||
} | } | ||
}, | }, | ||
Line 41: | Line 50: | ||
"Cv" | "Cv" | ||
], | ], | ||
"format": "block" | "format": "block", | ||
"description": "This template add an member in the research group." | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 02:35, 15 September 2021
This template defines the table "Member". View table.
This template add an member in the research group.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | The name of the member
| String | required |
Title | Title | The member's title
| String | suggested |
Photo | Photo | The file name (with file extension) of a photo of the member. You can save the page and then upload the photo via the red link generated.
| File | suggested |
Email | The working email address of the member
| String | suggested | |
Cv | Cv | The CV file(with file extension, which is usually ".pdf") of the member. You can save the page and then upload the file via the red link generated. | File | suggested |