Claude/add institute attribution h3w5m#17
Open
psknlr wants to merge 26 commits into
Open
Conversation
The code were inspired by (https://github.com/MaartenGr/BERTopic)
This commit enhances the GitHub pages site with comprehensive attribution to the Institute of Medical Philosophy and Future AI (IMPFAI) and highlights the published research in the Journal of Investigative Dermatology. Changes: - Updated site title to reflect the research focus - Added institute attribution prominently in About section with styled banner - Added publication information banner in Header component - Enhanced README.md with complete research attribution and citation - Updated resumeData.json with institute and publication details - Improved navigation labels to better reflect research content - Added styled publication citation boxes with gradient backgrounds Publication: Wu, S., Wang, D., Gu, X., Xiao, R., Gao, H., Yang, B., & Kang, Y. (2025). Identifying Research Hotspots and Trends in Psoriasis Literature: Autotuned Topic Modeling with Agent. Journal of Investigative Dermatology. Institute: https://impfai.github.io/
This commit creates a new simplified homepage that focuses on the research content and interactive Tableau visualization, while maintaining the IMPFAI institute attribution and publication information. Key Changes: - Created new ResearchHome component for clean, focused layout - Integrated Tableau visualization embedding with proper responsive design - Added prominent institute and publication attribution banners - Implemented IMPORTANCE section highlighting research significance - Added responsive CSS for mobile and tablet devices - Simplified App.js to use the new research-focused layout - Maintained all attribution to IMPFAI and publication details Features: - Top banner with publication status and institute link - Clean typography and gradient backgrounds - Interactive Tableau dashboard for psoriasis research topics - Institute attribution section with call-to-action - Publication citation section - Fully responsive design for all devices - Professional color scheme (purple gradient theme) This new layout provides a better user experience for exploring the neural topic model visualization while clearly attributing the work to the Institute of Medical Philosophy and Future AI.
This commit fixes the 404 error by properly configuring the React application for GitHub Pages deployment. Changes: - Created new GitHub Actions workflow (deploy-react.yml) for React build and deployment - Removed incorrect Jekyll and static workflows that were causing deployment issues - Updated package.json with homepage field pointing to https://psknlr.github.io/ - Updated project name to reflect psoriasis research focus - Added predeploy and deploy scripts for future gh-pages deployment option The new workflow: - Uses Node.js 16 to build the React application - Runs npm ci to install dependencies - Builds the React app with npm run build - Deploys the build folder to GitHub Pages - Triggers on pushes to master/main branches This should resolve the 404 error and properly serve the React application on GitHub Pages at https://psknlr.github.io/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.