FAQs
- What is the URL ??
https://sio.ucsd.edu/secure/people2/ - Who do I contact if my credentials don't work ??
siohelp@sio.ucsd.edu - Who do I contact if I can't find what I need and I am NOT in a hurry ??
siohelp@sio.ucsd.edu - Who do I contact if I can't find what I need and I am in a hurry ??
lavila@sio.ucsd.edu - What is the difference between the Search options ??
Not much. All 3 search the nickname field which is important. The 'Jump To...' one is most limited and clicking on it will describe what criteria can be used.
...
On fatlip (for now, 201505), you can run the following commands:
select * from people Where lname = 'HONGSHAN' ( to acquire the people_id )
select * from people_values where people_id ='8915674' ( to confirm record has values )
DELETE FROM people WHERE people_id ='8915674' ( this should suffice to remove the record )
** DELETE FROM people_values WHERE people_id ='8915674' ( this option was initially recommended by Tomo but Edgar said the removal from the 'People' table would propagate down to the 'People_values' table; I'll confirm that tomorrow. )
• Where are the values for fields: PI/Sponsor, Supervisor (TimeKeeping) and Advisor(s) ??
In table: people_relationships
Discussion Topics
1. Need to create a business process for newly hired faculty and staff (i.e. Ryan Hechinger, Anne Pommier )
...