-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Organization total persons not aligning with total persons in academic age group visualization #418
Comments
The results and graphs are accurate to the persons position organization excluding the default organization which has no filter for persons included. |
Related to #15 |
Adding a field on person for organizations that includes position organization and recursively organizations within will provide what is required to resolve. Updating the filter to that field will resolve this problem.
|
An organization field already exists and does not appear to be used yet. |
Here is the sparql that was getting the list of people of an organization where the number of people was being rendered next to the organization name. We could try to include all persons of an organization and all sub organizations within a single organization solr document field. Which would provide a solution to #15. |
The College of Engineering has 843.
https://scholars.library.tamu.edu/vivo/display/n8627320c/Organizations/View%20All?People.page=1&People.size=5#de8b68f4-6b87-4e08-8632-aee9c927ecc0
The academic age group visualization researchers in all age group total should be a close match to that. Should be verifiable with additional query.
Is currently 29 total. :/
https://scholars.library.tamu.edu/vivo/data-and-analytics/Publications%20by%20Academic%20Age%20Group?facets=positions,selectedPublicationVenue,selectedPublicationPublisher&positions.type=STRING&positions.pageSize=10&positions.pageNumber=1&positions.sort=COUNT,DESC&selectedPublicationVenue.type=STRING&selectedPublicationVenue.pageSize=10&selectedPublicationVenue.pageNumber=1&selectedPublicationVenue.sort=COUNT,DESC&selectedPublicationPublisher.type=STRING&selectedPublicationPublisher.pageSize=10&selectedPublicationPublisher.pageNumber=1&selectedPublicationPublisher.sort=COUNT,DESC&expanded=Position%2520Titles,Journal%2520Titles,Publishers&class.filter=Person&class.opKey=EQUALS&filters=class&selectedOrganizations=n8627320c
The text was updated successfully, but these errors were encountered: