Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor text correction for project card button to view published paper #183

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/projects/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const Projects = () => {
"Perform a survival analysis based on the time-to-event (death event) for the subjects to assess the likelihood of a death and severity of the heart failure condition.",
"Key technologies: Python 3.8.8, Numpy, Pandas, Matplotlib, Plotly, Kaplan-Meier estimates, Cox regression models XGBoost, and LightGBM ",
]}
miscDescription="View Paper"
miscDescription="Read Paper"
image={heartAnalysisImg}
/>

Expand All @@ -131,7 +131,7 @@ const Projects = () => {
"This study aims to build a time efficient system by applying snapshot ensemble techniques based on deep learning to automate the detection of the parasite using whole slide images of thin blood smears.",
"Key technologies: Python, Tensorflow, OpenCV, Scikit-image, Matplotlib, Numpy, Pandas",
]}
miscDescription="Journal Publication"
miscDescription="Read Paper"
image={malaria}
/>

Expand Down
Loading