Cite FABRIC
-
+
+ When publishing a paper that utilized FABRIC to obtain the results please cite the following paper:
+
+
+ {
+ `
+ Baldin, Ilya, Anita Nikolich, James Griffioen, Indermohan Inder S. Monga, Kuang-Ching Wang, Tom Lehman, and Paul Ruth. “FABRIC: A national-scale programmable experimental network infrastructure.” IEEE Internet Computing 23, no. 6 (2019): 38-47.
+ `
+ }
+
+
+
or using BibTeX below:
+
+ {
+ `
+ @article{fabric-2019,
+ title={{FABRIC: A national-scale programmable experimental network infrastructure}},
+ author={Baldin, Ilya and Nikolich, Anita and Griffioen, James and Monga, Indermohan Inder S and Wang, Kuang-Ching and Lehman, Tom and Ruth, Paul},
+ journal={IEEE Internet Computing},
+ volume={23},
+ number={6},
+ pages={38--47},
+ publisher={IEEE}
+ }
+ `
+ }
+
+
+
This helps us track publications related to FABRIC especially when it comes to justifying continuing support for FABRIC to the funding agencies.
+
Publication
+
Ilya Baldin, Anita Nikolich, James Griffioen, Indermohan Inder S. Monga, Kuang-Ching Wang, Tom Lehman, Paul Ruth
-
-
- DOI: 10.1109/MIC.2019.2958545
-
-
+
Abstract:
diff --git a/src/services/portalData.json b/src/services/portalData.json
index 2e179f8c..5e0bb9c6 100644
--- a/src/services/portalData.json
+++ b/src/services/portalData.json
@@ -1,5 +1,5 @@
{
- "version": "1.6.2",
+ "version": "1.6.3",
"defaultFacility": "FABRIC",
"facilityOptions": ["FABRIC"],
"keyLimit": 10,
diff --git a/src/styles/App.scss b/src/styles/App.scss
index 5103a814..0c76ce07 100644
--- a/src/styles/App.scss
+++ b/src/styles/App.scss
@@ -89,6 +89,14 @@ h1, h2, h3, h4, h5, h6 {
justify-content: center;
}
+.fabric-capability-button {
+ width: 60%;
+ margin-top: 2.5rem;
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+}
+
.app-footer {
/* Make App Footer always on top of the main-body background image */
position: relative;
@@ -191,14 +199,14 @@ h1, h2, h3, h4, h5, h6 {
}
}
-@media only screen and (min-width: 1250px) {
- .homepage-card {
- height: 33rem;
- max-height: 33rem;
- min-height: 33rem;
- overflow: scroll;
- }
+.homepage-card {
+ height: 33rem;
+ max-height: 33rem;
+ min-height: 33rem;
+ overflow: scroll;
+}
+@media only screen and (min-width: 1250px) {
.carousel-caption {
width: 45%;
font-size: 1.25rem;
@@ -260,7 +268,7 @@ h1, h2, h3, h4, h5, h6 {
}
.static-page-bg {
- opacity: 0.2;
+ opacity: 0.1;
position: fixed;
z-index: -1;
left: 0;
@@ -816,6 +824,15 @@ ul,
padding: 3px;
}
+.cite-fabric-copy {
+ padding: 1rem 0.5rem;
+ width: 100%;
+ font-size: 90%;
+ color: rgb(77, 77, 77);
+ background-color: #f5f5f5;
+ border-radius: 5px;
+}
+
.slice-form-element {
width: 100%;
background-color: #e9ecef;
@@ -1144,4 +1161,8 @@ ul,
font-size: 85%;
border-radius: 5px;
padding: 0.15rem 0.5rem;
+}
+
+.resource-detail-table td {
+ padding: 0.5rem 0.75rem !important;
}
\ No newline at end of file