Section |
---|
Whenever a new call or reporting period is created in FMP, you need to create an instructions set for it. This is best accomplished by duplicating an existing instructions set that is most like what the new instruction set will become and then editing the new instructions files. Please refer to the tables below that describes the arrangement of instructions files within the eSG root folder
|
...
|
...
|
...
|
...
|
...
Call-Specific Instructions SetsPRE-PROPOSAL / APPLICATION INSTRUCTIONS It's important to note that there are really two types of 'instructions_prelim.php' files: one for pre-proposals, and one for applications, because each relies on a different set of includes (see table). FULL PROPOSAL INSTRUCTIONS |
...
. Both the full proposal start page (index_fp.php), and the printer-friendly, publicly-accessible version (index_fp_popup.php) include 'instructions.php'. If accessed via a public page, 'index_fp_popup.php' requires a query parameter for call ID (e.g. "index_fp_popup.php?call_id=1"). BUDGET JUSTIFICATION INSTRUCTIONS |
...
core instructions pages and the justification pop-ups. |
...
PRE-PROPOSAL REVIEW INSTRUCTIONS |
...
uses two embedded, call-specific |
...
pre-proposal review instructions includes that work just like the |
...
call-specific instructions includes for the proposal |
...
submission interfaces. There's one set for each pre-proposal review configuration (1:simple, 2:complex), and correspond to instructions sections at the top and bottom of the |
...
peer review interface |
...
. FULL PROPOSAL PEER REVIEW INSTRUCTIONS |
not call specific... | Instructions Sets (call-specific)... | |||||
---|---|---|---|---|---|---|
RFP/proposals > | instructions_includes > | Call ID# > | instructions_peer_rev > | |||
use instructions.php include : | panel_review_instructions.php | Pre-Proposal Instructions | 1_> | |||
index_fp_popup.php | documents2.php (reporting) | preprop_nav_header_file_list.php | peer_review_instructions.php | |||
index_fp.php | publications2.php (reporting) | instructions_prelim.php* | peer_review_instructions2.php | |||
instructions_budgets_upload.php | ||||||
use instructions_prelim.php include : | instructions_budgets.php | 2 > | ||||
index_pp_popup.php | instructions_misc_uploads.php | peer_review_instructions.php | ||||
index_prelim.php | instructions_submission.php | peer_review_instructions2.php | ||||
index_app.php | instructions_help.php | instructions_pp_rev > | ||||
1 > | ||||||
Full Proposal Instructions | pp_review_instructions.php | |||||
fp_nav_header_file_list.php | pp_review_instructions2.php | |||||
instructions.php | ||||||
instructions_investigators.php | 2 > | |||||
instructions_project_summary.php | pp_review_instructions.php | |||||
instructions_full_narr.php | pp_review_instructions2.php | |||||
instructions_budgets.php | justification_includes > | |||||
instructions_cp_support.php | exp_supplies_equipment.html | |||||
instructions_schedule.php | other_costs.html | |||||
instructions_other.php | perm_equipment.html | |||||
instructions_dmp.php | publications.html | |||||
instructions_misc_uploads_fp.php | travel.html | |||||
instructions_submission.php | fringe_benefits.php | |||||
instructions_after_submission.php | indirect_costs.php | |||||
instructions_help.php | salaries_wages.php | |||||
subcontracts.php | ||||||
Call ID# > | ||||||
Application Instructions | ||||||
preprop_nav_header_file_list.php | ||||||
instructions_prelim.php* | ||||||
instructions_misc_uploads.php | ||||||
instructions_fe_mail.php | ||||||
instructions_fe_review.php | ||||||
*it's important to note that there are really two types of instructions_prelim files: one for Omnibus, one for Applications, because each relies on a different set of includes |
Section |
---|
PM - Reporting Period Instructions SetsReporting period instructions work similar to call instructions, where each php file is an include that appears both at the start page for that reporting period, and in the specific form that php file pertains to. |
WHEN CREATING NEW CALLS
Whenever a new call is created in FMP, you need to create an instructions set for it. This is best accomplished by duplicating an existing instructions set (e.g. folders 1, 2, 3,…) that is most like what the new instruction set will become and then editing the new instructions files.
After duplicating an existing instructions set, name the new folder using the call's database ID (e.g. 1, 2, 3,…) found in the 'Calls' layout of FMP). Then, update the instructions files based on the hierarchy described above. For this step, you may want to simply print-out the call-specific, pop-up versions of the pre-proposal and full proposal instructions, and the call-specific peer review instructions, and offer these documents for revision by the research coordinator.
Create new call button should prompt for permission to generate instructions based on an existing call
...