Skip to content

Commit e4fd72d

Browse files
committed
update publications styling
1 parent 27aa70a commit e4fd72d

2 files changed

Lines changed: 118 additions & 3 deletions

File tree

aboutus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h3>Hande Küçük McGinty</h3>
8383
<p> </p>
8484
<p><a href="https://www.koncordantlab.com/teams/hande-k%C3%BC%C3%A7%C3%BCk-mcginty">Information</a></p>
8585
</div>
86-
<div class="w3-col l2 s3 w3-margin-bottom w3-cell">
86+
<div class="w3-col l2 s3 w3-margin-bottom w3-cell">
8787
<img src="images/OApul.jpg" alt="Onur" style="width:100%">
8888
<h3>Onur Apul</h3>
8989
<p class="w3-opacity">Co-PI</p>
@@ -101,7 +101,7 @@ <h3>Hari Palani</h3>
101101
</p>
102102
<p><a href="https://roux.northeastern.edu/people/hari-palani/">Information</a></p>
103103
</div>
104-
</div>
104+
</div>
105105

106106
<div class="w3-row-padding">
107107

publications.html

Lines changed: 116 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,104 @@
1111
@media (max-width:800px) { .header-spacing { padding-top:50px; padding-bottom:0px;} }
1212
.header-logo { display:block; margin:18px auto; padding:10px; max-width:400px; height:auto; object-fit:contain; border-radius:8px; box-shadow:0 2px 6px rgba(0,0,0,0.08); }
1313
@media (max-width:600px) { .header-logo { max-width:92%; padding:8px; } }
14+
15+
/* Page Title Styling */
16+
h1 {
17+
color: #1a1a1a;
18+
font-size: 2.5em;
19+
margin-bottom: 30px;
20+
border-bottom: 3px solid #0066cc;
21+
padding-bottom: 15px;
22+
font-weight: 700;
23+
}
24+
25+
/* Publications List Styling */
26+
ol {
27+
list-style: none;
28+
counter-reset: item;
29+
padding: 0;
30+
}
31+
32+
ol li {
33+
counter-increment: item;
34+
margin-bottom: 25px;
35+
padding: 20px;
36+
background: #f8f9fa;
37+
border-left: 5px solid #0066cc;
38+
border-radius: 6px;
39+
transition: all 0.3s ease;
40+
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
41+
}
42+
43+
ol li:hover {
44+
background: #f0f4ff;
45+
box-shadow: 0 4px 12px rgba(0,102,204,0.15);
46+
transform: translateX(5px);
47+
}
48+
49+
/* Publication Title Link */
50+
ol li a {
51+
font-weight: 600;
52+
font-size: 1.05em;
53+
color: #0066cc;
54+
text-decoration: none;
55+
transition: color 0.2s ease;
56+
}
57+
58+
ol li a:hover {
59+
color: #004499;
60+
text-decoration: underline;
61+
}
62+
63+
/* Authors Styling */
64+
ol li i {
65+
display: block;
66+
margin-top: 10px;
67+
color: #555;
68+
font-size: 0.95em;
69+
}
70+
71+
@media (max-width: 600px) {
72+
h1 {
73+
font-size: 1.8em;
74+
margin-bottom: 20px;
75+
}
76+
77+
ol li {
78+
padding: 15px;
79+
margin-bottom: 15px;
80+
}
81+
82+
ol li a {
83+
font-size: 1em;
84+
}
85+
}
86+
87+
/* Introduction Section */
88+
.intro-section {
89+
background: #f0f4ff;
90+
padding: 25px;
91+
border-radius: 8px;
92+
margin-bottom: 40px;
93+
border-left: 5px solid #0066cc;
94+
}
95+
96+
.intro-section p {
97+
color: #333;
98+
line-height: 1.7;
99+
font-size: 1.05em;
100+
margin: 0;
101+
}
102+
103+
/* Section Heading */
104+
h2 {
105+
color: #0066cc;
106+
font-size: 1.8em;
107+
margin-top: 40px;
108+
margin-bottom: 20px;
109+
border-bottom: 2px solid #0066cc;
110+
padding-bottom: 10px;
111+
}
14112
</style>
15113
</head>
16114
</head>
@@ -25,8 +123,15 @@
25123

26124
<!-- Page content -->
27125
<div class="w3-content w3-main w3-padding" style="max-width:1564px">
126+
<br>
28127
<br>
29128
<h1>Publications</h1>
129+
130+
<div class="intro-section">
131+
<p>The SAWGraph project has produced peer-reviewed research and technical publications focused on ontologies, knowledge graphs, and their applications to environmental contamination monitoring and decision-making. Below is a selection of our key publications covering advances in semantic web technologies, geospatial analysis, and environmental data integration.</p>
132+
</div>
133+
134+
<h2>Featured Research</h2>
30135
<ol>
31136
<li id="pub1"><a href="https://doi.org/10.3233/FAIA250501" target="_blank">ContaminOSO: Ontological Foundations and Design Choices for an Ontology for Environmental Contamination Data</a>
32137
<i> T Hahmann, K Schweikert, S Stephen, D Kedrowski</i></li>
@@ -36,10 +141,20 @@ <h1>Publications</h1>
36141
<i>K Schweikert, D Kedrowski, S Stephen, T Hahmann</i></li>
37142
<li id="pub4"><a href="publications/CompTox_Ontology.pdf" target="_blank">CompTox Ontology: Leveraging Knowledge Graphs for PFAS
38143
Monitoring and Decision-Making</a>
39-
<i>Y Zhang, S Moavenzadeh et al.</i>
144+
<i>Y Zhang, S Moavenzadeh et al.</i></li>
40145
</ol>
41146

147+
<h2>About Our Research</h2>
148+
<p style="line-height: 1.8; color: #333; font-size: 1.05em;">Our publications demonstrate the application of semantic web technologies and ontology-driven approaches to solve real-world environmental challenges. We focus on areas including:</p>
149+
<ul style="color: #333; font-size: 1.05em; line-height: 1.8;">
150+
<li><strong>Ontology Design:</strong> Creating robust, reusable ontologies for environmental contamination and sampling, spatial features of interest, hydrology and chemical informatics</li>
151+
<li><strong>Knowledge Graphs:</strong> Leveraging knowledge graphs for integrated geospatial analysis and decision support</li>
152+
<li><strong>Contamination Monitoring:</strong> Supporting PFAS monitoring and other emerging contaminant tracking</li>
153+
<li><strong>Spatial Reasoning:</strong> Precomputed approaches for efficient spatial relationship analysis</li>
154+
</ul>
42155

156+
<h2>Contact & Collaboration</h2>
157+
<p style="line-height: 1.8; color: #333; font-size: 1.05em;">If you have questions about our publications or are interested in collaborating on related research, please visit our <a href="aboutus.html" style="color: #0066cc; text-decoration: none; font-weight: 600;">about us page</a> or contact the SAWGraph team through our project resources.</p>
43158

44159
<!-- End page content -->
45160
</div>

0 commit comments

Comments
 (0)