TJU_Cayuse | R Documentation |
Print out grant and effort from Cayuse.
aggregateAwards(path = "~/Downloads", fiscal.year = year(Sys.Date()))
viewProposal(path = "~/Downloads", fiscal.year = year(Sys.Date()))
viewAward(path = "~/Downloads")
award2LaTeX(path = "~/Downloads")
path |
character scalar, directory of downloaded award |
fiscal.year |
integer scalar |
go to https://jefferson.cayuse424.com/sp/index.cfm
My Proposals -> Submitted Proposals.
Lower-right corner of screen, 'Export to CSV'.
Downloaded file has name pattern '^proposals_.*\\.csv'
My Awards -> Awards (not 'Active Projects').
Lower-right corner of screen, 'View All', then 'Export to CSV'.
Downloaded file has name pattern '^Awards_.*\\.csv'
My Awards -> Awards. Click into each project, under 'People' tab to find my 'Sponsored Effort'
Function aggregateAwards aggregates grant over different period
(e.g. from Axx-xx-001, Axx-xx-002, Axx-xx-003 to Axx-xx).
Then we need to manually added in our 'Sponsored Effort' in the returned .csv
file.
..
if (FALSE) {
aggregateAwards()
viewAward()
viewProposal()
award2LaTeX()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.