-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I finished the mapping task here
- for any given nimh-minimal reproschema response folder (downloaded from reproschema UI), we can convert them into CDE submission template.
- I separate the task into two major parts: (1) match ids based on questions and (2) map responses. each part I added a tiny agent to help. but agent is my last resort, only when regular matching/mapping methods not working, then our agents will work
- I also created enough tests and made ollama running on GA
questions about subject info (need @satra)
- in all submission templates, it requires
subjectkey
,src_subject_id
,interview_age
,interview_date
,sex
, but we only gaveinterview_age
andsex
collected. here you can find their definition, our NDA reproschema library collection is not updated. I guess we want to update them? - so we will directly add
src_subject_id
andinterview_date
to nimh-minimal then? - for
subjectkey
, which is "The NDAR Global Unique Identifier (GUID) for research subject", daniel gave me a script last year to "Generate a unique URL (for users or testing)" I guess we will use it to get GUID?
anything else you expect to be done for this mapping task? i guess we also need to move this repo to repronim, also, do we want it to be an independent repo or do we want to integrate it into reproschema-py
?