DataCurator
1.0.0
แอปพลิเคชั่นการวางแผนแบบเรียลไทม์ร่วมกันสำหรับโครงการที่ซับซ้อน รวมชุดย่อยของคุณสมบัติจาก:
ค้นหาข้อมูลเพิ่มเติมได้ที่ datacurator.org ดูแผนที่ตัวอย่างหรือลงทะเบียน
ข้อมูลอยู่ในบัญชี supabase ที่เราทำงาน ในอนาคตเราต้องการให้คุณสามารถโฮสต์ข้อมูลของคุณเองได้ง่ายขึ้นในฝักแข็งหรือสิ่งที่เทียบเท่า
$ git clone [email protected]:centerofci/DataCurator.git
cd app/frontend
pnpm install
cd app/frontend
npm start
จากนั้นเยี่ยมชม http: // localhost: 8080/app#wcomponents/& view = ความรู้
ปัจจุบัน Datacurator โฮสต์บน GitHub
# Clone into adjacent directory
git clone [email protected]:AJamesPhillips/data-curator-build.git
ปัจจุบันแตกหัก ณ ปี 2023-09-05
./build.sh
cd ../data-curator-build
git commit
git push
คุณสามารถนำทางไปยังมุมมองความรู้เปิดคอนโซลนักพัฒนาและใช้สคริปต์ต่อไปนี้เพื่อรับเมทริกซ์ของส่วนประกอบที่เชื่อมต่อ:
current_visible_graph = window . console_api . get_current_visible_graph ( )
connection_matrix = current_visible_graph . get_connection_matrix ( )
console . log ( window . console_api . matrix_to_csv ( connection_matrix ) )หากคุณต้องการรับส่วนประกอบตามชื่อเรื่องแทน ID คุณสามารถใช้:
connection_matrix_using_titles = window . console_api . matrix_component_ids_to_titles ( window . console_api . get_wcomponents_by_id ( ) , connection_matrix )
console . log ( window . console_api . matrix_to_csv ( connection_matrix_using_titles ) )หากคุณต้องการได้รับส่วนประกอบโดยสารประกอบของฉลากและลำดับที่คุณสามารถใช้:
component_id_to_label_names_map = current_visible_graph . get_component_id_to_label_names_map ( )
connection_matrix_using_label_names = window . console_api . matrix_component_ids_to_labels ( component_id_to_label_names_map , connection_matrix )
console . log ( window . console_api . matrix_to_csv ( connection_matrix_using_label_names ) )