Design docs for "Construction of Enriched Research Knowledge Graphs and an Interactive User Interface for Project Grants and Research Findings"#66
Conversation
Summary of ChangesHello @tekrajchhetri, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a foundational design document that consolidates ideas, requirements, and early explorations for a new system. The system aims to construct enriched research knowledge graphs and provide an interactive user interface for exploring project grants and research findings. It sets clear goals, outlines detailed technical requirements for the knowledge graph, UI, and backend, and defines major task areas to guide future development, ensuring alignment with existing projects and a robust, scalable solution. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces a high-level design document for the "Construction of Enriched Research Knowledge Graphs" project. The document is well-structured, covering use cases, goals, requirements, and tasks. My feedback focuses on improving the document's clarity and organization. I've provided a few suggestions to address a minor grammatical ambiguity and to enhance the formatting for better readability. Overall, this is a solid design document.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
@satra I have revised and updated my design documentation following Dandi Design Doc. |
satra
left a comment
There was a problem hiding this comment.
this is still too general a design doc.
this doc should lay out details of what entities specifically should be represented (nothing with etc.,.), what attributes and properties of those entities should be considered, and what enrichment services would be implemented and what kind of enrichment should they provide.
and as noted in the comment, what is the value proposition or expected impact when you release this and how will you measure it?
|
|
||
| The goals of this work are to: | ||
|
|
||
| 1. **Construct enriched research knowledge graphs** capturing project funding, principal investigators (PIs), and projects, and automatically enrich them with related information such as publications, publication-derived findings, skills, and research areas. |
There was a problem hiding this comment.
focus on what we can do that's different. most of this goal is addressed by dimensions.ai. it doesn't mean we don't have to implement many of these features, but those features won't add value. focus on the value proposition of the goal that is not being done by others.
There was a problem hiding this comment.
One of the interesting thing, at least for me, is the temporal aspect and being able to answer questions like "how has PIs evolved over time in terms of projects, skills...". I will make it very concrete on the updated design document.
|
|
||
| 3. **Integrate and align with existing cross-project efforts**, including BICAN, BBQS, and Connects. The intent is not to duplicate existing work, but to reuse, connect, and extend shared data, infrastructure, and capabilities across these projects where appropriate. | ||
|
|
||
| **Estimated deadline for completion: June, 30 2026.** |
There was a problem hiding this comment.
this is a longer time horizon, and one of the outcomes should be design docs that have at most a week or two week implementation/evaluation time.
There was a problem hiding this comment.
I will break it down to multiple design docs with detailed information along with timeline. Also, to clarify, this timeline was to complete all the task and it seems, we want the design document based on our sprint.
This PR contains the high-level design docs for "Construction of Enriched Research Knowledge Graphs and an Interactive User Interface for Project Grants and Research Findings"
This is clean version of #65.