Created: 3 years ago Author: Md Mahfoozur Rahman
will be checking into these two issues -
1. checking if this function works for GEXF -> JSON
2. adding project image uploadĀ field in project modal
Changes made for these two issues
1. removed previously created editnode processing which is unused code in addedit.js
2. some refactoring in config.php for overall image uploading server path used site wide
3. Ajax of edit project in modal was not loading so fixed it.
4. adding and uploading image with preview for project in edit project modal for manual image upload beside canvas autosaving..I have created a separate db table for this to prevent more cluttering on projects table..
5. Some refactoring for json_import like separating import process from html form displaying.
6. Implementing gexf importing using pdo with php code given by you also had to reprocess node and edges array as per our database column format saving..
7. Finding gexf dataset from net.
8. Studying graphml importing from coverter to add this feature into site.
9. Studying how to make importing process faster for larger networks like multiple inserts in one query
Some other notes
GEXF dataset
https://gexf.net/datasets.html
https://github.com/gephi/gephi-toolkit-demos/tree/master/src/main/resources/org/gephi/toolkit/demos
https://github.com/gephi/gephi/wiki/Datasets
Topic: Rene Topic Creator: Md Mahfoozur Rahman
Created: 2 years ago Author: Md Mahfoozur Rahman
Created: 2 years ago Author: Md Mahfoozur Rahman
Created: 2 years ago Author: Md Mahfoozur Rahman
Created: 2 years ago Author: Md Mahfoozur Rahman
Created: 3 years ago Author: Md Mahfoozur Rahman
Created: 3 years ago Author: Md Mahfoozur Rahman
Created: 3 years ago Author: Md Mahfoozur Rahman
Created: 3 years ago Author: Md Mahfoozur Rahman
Created: 3 years ago Author: Md Mahfoozur Rahman
Created: 3 years ago Author: Md Mahfoozur Rahman