/* ─── Reset & base ──────────────────────────────────────────── */
.ieet-pub-wrap, .ieet-pub-wrap * { box-sizing: border-box; }
.ieet-pub-wrap {
font-family: inherit;
max-width: 1080px;
margin: 0 auto;
color: #0f2035;
}
/* ─── Buttons ───────────────────────────────────────────────── */
.ieet-pub-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 13px 26px;
border-radius: 7px;
font-size: 14px;
font-weight: 700;
letter-spacing: .03em;
text-decoration: none !important;
transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ieet-pub-btn:hover { transform: translateY(-2px); }
.ieet-pub-btn svg { width: 15px; height: 15px; flex-shrink: 0; }
.ieet-pub-btn-orange {
background: #f97316;
color: #fff !important;
box-shadow: 0 3px 14px rgba(249,115,22,.35);
font-size: 15px;
padding: 15px 34px;
}
.ieet-pub-btn-orange:hover {
background: #ea6a08;
box-shadow: 0 6px 22px rgba(249,115,22,.45);
}
.ieet-pub-btn-ghost {
background: rgba(255,255,255,.1);
color: #fff !important;
border: 1px solid rgba(255,255,255,.28);
}
.ieet-pub-btn-ghost:hover { background: rgba(255,255,255,.18); }
.ieet-pub-btn-outline {
background: transparent;
color: #1c6ea4 !important;
border: 2px solid #1c6ea4;
}
.ieet-pub-btn-outline:hover { background: #1c6ea4; color: #fff !important; }
/* ─── Hero ──────────────────────────────────────────────────── */
.ieet-pub-hero {
position: relative;
background: linear-gradient(140deg, #0b1f35 0%, #123459 55%, #1a5a8c 100%);
border-radius: 14px;
padding: 64px 60px;
margin-bottom: 52px;
overflow: hidden;
color: #fff;
}
.ieet-pub-hero::before {
content: '';
position: absolute;
width: 480px; height: 480px;
background: radial-gradient(circle, rgba(0,180,216,.14) 0%, transparent 70%);
border-radius: 50%;
top: -130px; right: -80px;
pointer-events: none;
}
.ieet-pub-hero::after {
content: '';
position: absolute;
width: 260px; height: 260px;
background: radial-gradient(circle, rgba(249,115,22,.08) 0%, transparent 70%);
border-radius: 50%;
bottom: -60px; left: 35%;
pointer-events: none;
}
.ieet-pub-eyebrow {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(0,180,216,.18);
border: 1px solid rgba(0,180,216,.35);
border-radius: 20px;
padding: 5px 14px;
font-size: 11px;
font-weight: 700;
letter-spacing: .1em;
text-transform: uppercase;
color: #7fd8ee;
margin-bottom: 20px;
width: fit-content;
position: relative;
z-index: 1;
}
.ieet-pub-eyebrow svg { width: 13px; height: 13px; }
.ieet-pub-hero h1 {
font-size: clamp(28px, 4vw, 44px);
font-weight: 800;
line-height: 1.12;
color: #fff;
margin: 0 0 14px;
position: relative;
z-index: 1;
max-width: 600px;
}
.ieet-pub-hero-desc {
font-size: 16px;
color: rgba(255,255,255,.7);
line-height: 1.7;
max-width: 540px;
margin: 0 0 36px;
position: relative;
z-index: 1;
}
.ieet-pub-hero-stats {
display: flex;
gap: 36px;
flex-wrap: wrap;
position: relative;
z-index: 1;
padding-top: 32px;
border-top: 1px solid rgba(255,255,255,.1);
}
.ieet-pub-hero-stat strong {
display: block;
font-size: 28px;
font-weight: 900;
color: #fff;
line-height: 1;
margin-bottom: 4px;
}
.ieet-pub-hero-stat span {
font-size: 12px;
color: rgba(255,255,255,.5);
font-weight: 600;
letter-spacing: .06em;
text-transform: uppercase;
}
/* ─── Section label ─────────────────────────────────────────── */
.ieet-pub-section-label {
display: flex;
align-items: center;
gap: 10px;
font-size: 11px;
font-weight: 700;
letter-spacing: .12em;
text-transform: uppercase;
color: #00b4d8;
margin-bottom: 28px;
}
.ieet-pub-section-label::after {
content: '';
flex: 1;
height: 1px;
background: linear-gradient(to right, rgba(0,180,216,.3), transparent);
}
/* ─── JEET featured block ───────────────────────────────────── */
.ieet-pub-jeet {
background: linear-gradient(140deg, #0b1f35 0%, #123459 60%, #1a5a8c 100%);
border-radius: 14px;
padding: 52px 52px 52px 56px;
margin-bottom: 52px;
display: grid;
grid-template-columns: 1fr 260px;
gap: 40px;
align-items: center;
position: relative;
overflow: hidden;
color: #fff;
}
.ieet-pub-jeet::before {
content: '';
position: absolute;
width: 400px; height: 400px;
background: radial-gradient(circle, rgba(0,180,216,.12) 0%, transparent 70%);
border-radius: 50%;
top: -100px; right: 200px;
pointer-events: none;
}
.ieet-pub-jeet-copy { position: relative; z-index: 1; }
.ieet-pub-jeet-badge {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(0,180,216,.18);
border: 1px solid rgba(0,180,216,.35);
border-radius: 20px;
padding: 4px 12px;
font-size: 11px;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: #7fd8ee;
margin-bottom: 16px;
width: fit-content;
}
.ieet-pub-jeet-badge svg { width: 12px; height: 12px; }
.ieet-pub-jeet-copy h2 {
font-size: 28px;
font-weight: 800;
color: #fff;
margin: 0 0 6px;
line-height: 1.2;
}
.ieet-pub-jeet-copy .jeet-url {
font-size: 13px;
color: #00b4d8;
margin-bottom: 20px;
font-weight: 600;
}
.ieet-pub-jeet-copy p {
font-size: 14px;
color: rgba(255,255,255,.68);
line-height: 1.75;
margin: 0 0 12px;
}
.ieet-pub-jeet-copy p:last-of-type { margin-bottom: 28px; }
.ieet-pub-jeet-meta {
display: flex;
gap: 20px;
flex-wrap: wrap;
padding: 16px 0 0;
border-top: 1px solid rgba(255,255,255,.1);
margin-bottom: 28px;
}
.ieet-pub-jeet-meta-item {
font-size: 12px;
color: rgba(255,255,255,.5);
display: flex;
align-items: center;
gap: 6px;
}
.ieet-pub-jeet-meta-item strong { color: rgba(255,255,255,.85); }
.ieet-pub-jeet-meta-item svg { width: 13px; height: 13px; color: #00b4d8; }
.ieet-pub-jeet-visual {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 16px;
}
.ieet-pub-jeet-logo-box {
width: 180px; height: 180px;
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.14);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
padding: 16px;
}
.ieet-pub-jeet-logo-box img {
width: 100%;
height: auto;
display: block;
border-radius: 8px;
}
.ieet-pub-jeet-logo-fallback {
text-align: center;
}
.ieet-pub-jeet-logo-fallback svg { width: 60px; height: 60px; color: #00b4d8; margin-bottom: 8px; }
.ieet-pub-jeet-logo-fallback span {
display: block;
font-size: 12px;
font-weight: 700;
color: rgba(255,255,255,.5);
letter-spacing: .06em;
text-transform: uppercase;
}
/* ─── Articles & Books cards ────────────────────────────────── */
.ieet-pub-resources {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-bottom: 52px;
}
.ieet-pub-resource {
border-radius: 14px;
padding: 40px 36px;
position: relative;
overflow: hidden;
text-decoration: none !important;
display: block;
transition: transform .2s ease, box-shadow .2s ease;
color: #fff;
}
.ieet-pub-resource:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(0,0,0,.2);
}
.ieet-pub-resource:hover .ieet-pub-resource-arrow {
transform: translate(4px, -4px);
opacity: 1;
}
.ieet-pub-resource-articles {
background: linear-gradient(140deg, #0b1f35 0%, #1a4f7a 100%);
border: 1px solid rgba(0,180,216,.2);
}
.ieet-pub-resource-books {
background: linear-gradient(140deg, #1a1035 0%, #2d1b6e 100%);
border: 1px solid rgba(139,92,246,.2);
}
.ieet-pub-resource::before {
content: '';
position: absolute;
width: 280px; height: 280px;
border-radius: 50%;
bottom: -80px; right: -60px;
pointer-events: none;
}
.ieet-pub-resource-articles::before {
background: radial-gradient(circle, rgba(0,180,216,.14) 0%, transparent 70%);
}
.ieet-pub-resource-books::before {
background: radial-gradient(circle, rgba(139,92,246,.14) 0%, transparent 70%);
}
.ieet-pub-resource-arrow {
position: absolute;
top: 24px; right: 24px;
width: 22px; height: 22px;
opacity: .4;
transition: opacity .18s ease, transform .18s ease;
}
.ieet-pub-resource-icon {
width: 52px; height: 52px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 22px;
position: relative;
z-index: 1;
}
.ieet-pub-resource-articles .ieet-pub-resource-icon {
background: rgba(0,180,216,.18);
border: 1px solid rgba(0,180,216,.3);
}
.ieet-pub-resource-books .ieet-pub-resource-icon {
background: rgba(139,92,246,.2);
border: 1px solid rgba(139,92,246,.3);
}
.ieet-pub-resource-articles .ieet-pub-resource-icon svg { color: #00b4d8; }
.ieet-pub-resource-books .ieet-pub-resource-icon svg { color: #a78bfa; }
.ieet-pub-resource-icon svg { width: 26px; height: 26px; }
.ieet-pub-resource h3 {
font-size: 22px;
font-weight: 800;
color: #fff;
margin: 0 0 10px;
position: relative;
z-index: 1;
}
.ieet-pub-resource p {
font-size: 14px;
color: rgba(255,255,255,.62);
line-height: 1.7;
margin: 0 0 28px;
position: relative;
z-index: 1;
}
.ieet-pub-resource-cta {
display: inline-flex;
align-items: center;
gap: 7px;
font-size: 13px;
font-weight: 700;
border-radius: 7px;
padding: 10px 18px;
position: relative;
z-index: 1;
letter-spacing: .03em;
transition: background .18s ease;
}
.ieet-pub-resource-articles .ieet-pub-resource-cta {
background: rgba(0,180,216,.18);
color: #7fd8ee;
border: 1px solid rgba(0,180,216,.3);
}
.ieet-pub-resource-articles:hover .ieet-pub-resource-cta {
background: rgba(0,180,216,.28);
}
.ieet-pub-resource-books .ieet-pub-resource-cta {
background: rgba(139,92,246,.18);
color: #c4b5fd;
border: 1px solid rgba(139,92,246,.3);
}
.ieet-pub-resource-books:hover .ieet-pub-resource-cta {
background: rgba(139,92,246,.3);
}
.ieet-pub-resource-cta svg { width: 14px; height: 14px; }
/* ─── Submit CTA ────────────────────────────────────────────── */
.ieet-pub-submit {
background: linear-gradient(130deg, #f97316 0%, #e84d1c 100%);
border-radius: 14px;
padding: 48px 52px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 32px;
position: relative;
overflow: hidden;
margin-bottom: 8px;
}
.ieet-pub-submit::before {
content: '';
position: absolute;
width: 320px; height: 320px;
background: radial-gradient(circle, rgba(255,255,255,.12) 0%, transparent 70%);
border-radius: 50%;
top: -90px; left: -60px;
pointer-events: none;
}
.ieet-pub-submit-copy { position: relative; z-index: 1; }
.ieet-pub-submit-copy h2 {
font-size: 24px;
font-weight: 800;
color: #fff;
margin: 0 0 8px;
}
.ieet-pub-submit-copy p {
font-size: 14px;
color: rgba(255,255,255,.78);
margin: 0;
max-width: 480px;
line-height: 1.6;
}
.ieet-pub-submit-action {
position: relative;
z-index: 1;
flex-shrink: 0;
}
.ieet-pub-btn-white {
background: #fff;
color: #c2460a !important;
box-shadow: 0 4px 16px rgba(0,0,0,.2);
font-size: 15px;
padding: 15px 32px;
border-radius: 7px;
font-weight: 700;
text-decoration: none !important;
display: inline-flex;
align-items: center;
gap: 8px;
letter-spacing: .02em;
transition: transform .18s ease, box-shadow .18s ease;
}
.ieet-pub-btn-white:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(0,0,0,.28);
}
/* ─── Responsive ────────────────────────────────────────────── */
@media (max-width: 860px) {
.ieet-pub-hero { padding: 48px 32px; }
.ieet-pub-jeet {
grid-template-columns: 1fr;
padding: 40px 32px;
}
.ieet-pub-jeet-visual { display: none; }
.ieet-pub-resources { grid-template-columns: 1fr; }
.ieet-pub-submit {
flex-direction: column;
align-items: flex-start;
padding: 36px 32px;
}
}
@media (max-width: 580px) {
.ieet-pub-hero h1 { font-size: 26px; }
.ieet-pub-hero-stats { gap: 20px; }
}
Research output — IEET affiliates
Publications
Peer-reviewed articles, academic books, and a dedicated open-access journal — all produced by IEET's global network of affiliate scholars.
JEET
Dedicated journal
~25%
Journal acceptance rate
40+
Affiliate scholars
Open
Access
Flagship journal
Peer-reviewed — Open access
Journal of Ethics and Emerging Technologies
jeet.ieet.org
JEET is premised on the belief that emerging technologies — genetic engineering, advanced pharmacology, artificial intelligence, nanotechnology — will shape future life to an unprecedented extent. The journal publishes academic discussions of possible developments in such technologies, and reflection on ethically desirable directions.
All submissions deemed of sufficient quality are reviewed by internal and external reviewers. The journal has historically maintained an acceptance rate of roughly 25%.
Affiliate publications
Articles & Papers
Academic articles, conference papers, and essays by IEET affiliate scholars — covering AI ethics, bioethics, philosophy of technology, and the politics of emerging technologies.
Browse articles
Books by Affiliates
Full-length books by IEET affiliate scholars — monographs, edited volumes, and co-authored works on transhumanism, AI ethics, bioethics, and the philosophical dimensions of emerging technology.
Browse books
Want to submit to JEET?
The journal welcomes submissions from researchers across philosophy, political science, sociology, economics, and related fields. All submissions with sufficient merit receive full peer review.