diff --git a/index.html b/index.html index 6a4e548..46c4d77 100644 --- a/index.html +++ b/index.html @@ -584,26 +584,55 @@

Exploring Dependency Related Build Breakages In The NPM Ecosystem

CI/CD pipelines, specifically GitHub Actions, were parsed to identify breaking changes, while tools like nektos/act and docker-compose were used to simulate the build process locally.

- + +
+ + + View + + + + +
+ + + +
+
+
- +

Code Review Practises On Ethereum Smart Contracts

This project assesses the effectiveness of code review for Ethereum smart contracts - across major projects like Uniswap and Aave. Using Git - for version control and Slither for static analysis, vulnerabilities + across major projects like Uniswap and Aave. + Whihch represent some of the most widely used protocols in the blockchain ecosystem, + where security vulnerabilities can lead to significant financial losses. + Using Git for version control and Slither for static analysis, vulnerabilities such as reentrancy, unchecked transfers, and zero-address issues were identified. -

- +

+ +
+ + + View + + + + +
+ + + +
+
+ +
@@ -617,9 +646,13 @@

Predicting Build Breakage With Machine Learning.

including Random Forests, Logistic Regression, and Deep Learning, The survey explores key factors influencing model performance, such as code complexity, commit frequency, and noise in the data. It also examines statistical methods like ANOVA and Principal Component Analysis (PCA).

- + +
+ + + View + +
@@ -633,9 +666,23 @@

Exploring the Prevalence of Social Biases In State Of The Art large language By analyzing the behavior of these models with prompts designed to evoke toxic or biased responses, we utilized tools like the Perspective API to assess generated content across attributes such as toxicity, identity attack, and profanity.

- + + +
+ + + View + + + + +
+ + + +
+
+ diff --git a/styles.css b/styles.css index c594d73..ddfb715 100644 --- a/styles.css +++ b/styles.css @@ -447,21 +447,6 @@ section ul li { white-space: normal; /* Wrap the text */ } -/* Not being USED */ -.experience-button { - align-self: center; /* Add this line */ - background-color: black; - color: white; - padding: 10px 10px; - text-decoration: none; - border-radius: 5px; - transition: background-color 0.3s ease; - text-transform: uppercase; - transition: all 0.3s ease; - border: none; - outline: none; - margin-bottom: 5px; -} .experience-button:hover { background-color: green; /* Add this line */ @@ -544,7 +529,7 @@ section ul li { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; - padding: 30px; + padding: 25px; margin-bottom: 10px; justify-content: center; text-align: center; @@ -570,6 +555,27 @@ section ul li { justify-content: space-between; } +.paper-container { + display: flex; + gap: 10px; + justify-content: center; +} + +.paper-icons { + display: flex; + font-size: 25px; + color: black; +} + +.paper-icons a { + color: black; + transition: color 0.3s ease; +} + +.paper-icons a:hover { + color: green; +} + .paper button { position: absolute; bottom: 10px;