sjm222
5e3df05091
NIHVIVO-1872 (change label for core:hasPrerequisite from hasPrerequisite to has prerequisite
2011-01-22 02:12:47 +00:00
cdtank
c920c84699
1. Refactored some visualziation helper functions spread across different files into one javascript file.
...
2. Fixed the bug NIHVIVO-1595. Now for https: sites the sparkline visualizations are rendered by generating a chart image url instead of going throught the google visualization API. This image is directly placed in the container. For http sites it follows the old procedure.
2011-01-22 01:14:42 +00:00
hlm7
5ab3cbce42
Holly finalized (or close to it) the AddNonPersonThings test suite.
2011-01-21 21:56:54 +00:00
rjy7
04d5d32568
NIHVIVO-1863 Fix collated view of core:personInPosition and core:hasResearchArea
2011-01-21 21:54:17 +00:00
rjy7
f475953013
NIHVIVO-1863 Fix error in collated educational training query: reference was erroneously to core:Organization rather than foaf:Organization, which is why collation wasn't working.
2011-01-21 21:11:02 +00:00
nac26
5bfd82bff4
NIHVIVO-1820 Style tweaks due to introduction of dateTimeInterval dateTimeValue custom forms
2011-01-21 20:13:56 +00:00
hlm7
0134b091a0
Holly made various changes due to display name, error message, etc. modifications.
2011-01-21 18:33:15 +00:00
rjy7
dc36eb1a36
NIHVIVO-1839 Modify parameters on editingLinks macro so can pass in hard-coded value for rdfs:label
2011-01-21 17:57:56 +00:00
rjy7
53ad28c770
Changes to individual templates and associated queries
2011-01-21 17:39:03 +00:00
hlm7
04d6764eb3
Holly made change last night and can't remember the detail...sorry
2011-01-21 14:25:40 +00:00
mb863
2c7d396b59
NIHVIVO-1316: Added Research Areas label, remove pictos fonts, added uri link, added new admin panel, and changed markup for visualitation.
2011-01-21 03:24:14 +00:00
mb863
e758396216
NIHVIVO-1315: Refactoring individual.ftl. This was duplicated in VIVO and VITRO.
2011-01-21 03:20:31 +00:00
mb863
0f0433e331
NIHVIVO-1643: Styled admin panel.
2011-01-21 03:13:21 +00:00
hlm7
8630811f02
Added vivi-basic version of CheckVisualizations test suite.
2011-01-21 01:35:16 +00:00
hlm7
ddefe851ec
Holly updated these test cases due to the old theme being renamed and JIRA issues being resolved.
2011-01-21 01:33:41 +00:00
cdtank
c5709c2c74
1. Fix for the bug NIHVIVO-1775 essentially not displaying collaboratorship links (co-authorship or co-piship) if there are no publications (or grants) for that individual. The affected pages are foaf:Person profile page, co-authorship & co-piship pages for a foaf:Person.
2011-01-20 22:49:56 +00:00
jeb228
b1bd6cf652
NIHVIVO-1129 move the ReportsMerger into its own package, so the FileFaker can have one to itself.
2011-01-20 22:11:26 +00:00
bkoniden
0c50024664
Fixing minor syntax error in copigrant query.
2011-01-20 21:47:08 +00:00
bkoniden
2f26db2b7f
Commenting out sys.out statements.
2011-01-20 18:46:16 +00:00
bkoniden
628d7615f3
Resolving the following:
...
(NIH-1804) Do investigator grants show up in visualizations of just principal-investigator?
(NIH - 1826) Make sparql queries for Grants related visualizations compliant to 1.2 for the date property
Made changes to the grant queries to include core:dateTime property.
2011-01-20 18:44:13 +00:00
mb863
737024a8e0
NIHVIVO-1838: Fixed some browser issues in IE 6 and 7
2011-01-20 18:31:47 +00:00
jeb228
378acfd9dd
NIHVIVO-1129 produce better comparisons in the merged results.
2011-01-20 17:11:59 +00:00
cdtank
1a36693cb1
1. Fixed the bug NIHVIVO-1803.
...
2. Changed the code/style that shows/hides collaborator links (co-pi & co-author n/ws) for a person, so that the code that will check if any publications/grants are attached to a person can manipulate visibility of these links.
2011-01-20 16:55:55 +00:00
rjy7
2a0d21ad3c
Fix typo in ARQ function call
2011-01-20 16:51:14 +00:00
jeb228
270b9ef984
Use correct capitalization in the call to add "getURLParam.js"
2011-01-20 15:51:07 +00:00
rjy7
e02cb9d26a
NIHVIVO-1633 Handling of invalid custom list view configs
2011-01-20 15:20:49 +00:00
cdtank
fa2f4be087
1. Fixed a design bug for IE where the y-axis legen did not get the padding-top.
...
2. Reflected the changes for publication version of temporal-graphs into grants version.
2011-01-20 00:18:51 +00:00
hlm7
7739c19ad4
Holly did some more tweaking due to JIRA issues being resolved.
2011-01-19 23:55:30 +00:00
cdtank
6af3fee6b1
1. Changed layout per Katy's suggestion for Temporal Graph Vis.
...
2. Refactored javascript code for Temporal graph vis.
3. Fixed couple of bugs including the one in which an entity had only one publication the line graph showed weird behavior.
4. Modified the behavior of the temporal linear graph to always try to display last 10 years at least on the line graph.
2011-01-19 23:47:52 +00:00
bkoniden
239b6d40d7
NIVIVO - 1732 For temporal graph vis if an organization does not have any publications then there is no option to switch to "by Grants" mode
2011-01-19 21:45:43 +00:00
bdc34
5c43a368a5
Adding DateTimeInterval and DateTimeValue to search exclusion list. NIHVIVO-1762
2011-01-19 20:52:22 +00:00
rjy7
a36565442a
NIHVIVO-1633 Support collation toggling for all object properties. Basic functionality in place but not all queries working perfectly yet.
2011-01-19 20:46:39 +00:00
hlm7
a5a9305a5c
Holly tweaked CreatePeople test suite a bit more...
2011-01-19 20:40:49 +00:00
cdtank
f6429af187
1. Made changes so that publication related visualization queries respect the 1.2 ontology's date proeprties & also pre-1.2 onotology data. It first attempts to get date using new property, failing which it sees if date is present in old property & proceeds accordingly.
...
2. Refactored code for temporal graph vis. Fixed couple of bugs in it.
2011-01-19 20:23:22 +00:00
bkoniden
c73cb28426
The queries for TemporalGraph, CoPI and PersonGrantCount (individual sparkline for grants) now include core:hasInvestigatorRole and core:investigatorRoleOf while calculating the total number of grants.
2011-01-19 20:11:39 +00:00
sjm222
df5f7eb38e
NIHVIVO-1818 custom form annotation for dateTimeValue and dateTimeInterval
2011-01-19 18:10:01 +00:00
rjy7
156934e2a3
Minor typographical change
2011-01-19 15:28:41 +00:00
tlw72
9993686591
have the welcome message fade out
2011-01-19 14:53:18 +00:00
hlm7
2db533b365
Holly did some additional fine-tuning of the CheckVisualizations test suite.
2011-01-19 01:12:38 +00:00
hlm7
eebc3424d7
Holly made more test case changes due to issue resolution.
2011-01-19 00:16:03 +00:00
rjy7
500ab0eb0d
NIHVIVO-1704 Enable jump links after returning to individual profile after submitting an editing form. Pass property all the way down the property display macro chain, so any macro has access to property attributes like name, localname, and uri. Provide PropertyTemplateModel.getLocalName() and PropertyTemplateModel.getUri() for this purpose.
2011-01-18 21:46:15 +00:00
rjy7
9d20a13c18
NIHVIVO-1730 Fix error in template variable reference
2011-01-18 21:31:07 +00:00
hlm7
38593ed974
Holly changed another test suite due to chapter being enterable now.
2011-01-18 21:21:32 +00:00
hlm7
132df18d29
Holly made change due to chapter field now being editable.
2011-01-18 21:17:08 +00:00
tlw72
2aab0cfd6f
NIHVIVO-1788 and 1799: fixed welcome message overlap
2011-01-18 21:01:37 +00:00
hlm7
9ff40d7d64
Holly removed 2 unused test cases from the CheckVisualizations test suite.
2011-01-18 20:30:05 +00:00
hlm7
e348c1588f
Holly finished up the first draft of the CheckVisualizations test suite.
2011-01-18 20:29:03 +00:00
bjl23
d5d2c30515
NIHVIVO-1801 modification to sparql query for DateTimePrecisions
2011-01-18 20:23:08 +00:00
hlm7
633dc3774e
Holly has started a new CheckVisualizations test suite. It needs a lot more work.
2011-01-18 16:44:18 +00:00
mb863
4930226b6f
NIHVIVO-641: Fixed space issues in browse alpha navigation
2011-01-18 15:39:10 +00:00