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/앱#wcomponents/& view = knowledge를 방문하십시오
데이터 큐 레이터는 현재 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 ) )