Skip to content

Commit c1b9cba

Browse files
committed
set up prep
1 parent 14767c1 commit c1b9cba

File tree

346 files changed

+15064
-20313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+15064
-20313
lines changed

build_html.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,9 @@ function makeJS() {
571571
}
572572

573573
function makeHead() {
574-
let title = 'Structural Time Series'
574+
let title = 'Few-Shot Text Classification'
575575
let description =
576-
'An online research report on structural time series by Cloudera Fast Forward.'
576+
'An online research report on few-shot text classification by Cloudera Fast Forward.'
577577
return `<head>
578578
<meta charset="utf-8" />
579579
@@ -582,8 +582,8 @@ function makeHead() {
582582
583583
<meta property="og:title" content="${title}" />
584584
<meta property="og:description" content="${description}" />
585-
<meta property="og:image" content="https://structural-time-series.fastforwardlabs.com/figures/ff16-cover-splash.png" />
586-
<meta property="og:url" content="https://structural-time-series.fastforwardlabs.com" />
585+
<meta property="og:image" content="https://few-shot-text-classification.fastforwardlabs.com/figures/ff18-cover-splash.png" />
586+
<meta property="og:url" content="https://few-shot-text-classification.fastforwardlabs.com" />
587587
<meta name="twitter:card" content="summary_large_image" />
588588
589589
<meta name="viewport" content="width=device-width" />
@@ -599,14 +599,14 @@ ${makeJS()}
599599
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
600600
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
601601
602-
ga('create', 'UA-157475426-9', 'auto');
602+
ga('create', 'UA-157475426-12', 'auto');
603603
ga('send', 'pageview');
604604
605605
window.addEventListener('load', function() {
606606
document.getElementById('report-pdf-download').addEventListener('click', function() {
607607
ga('send', {
608608
hitType: 'pageview',
609-
page: '//FF16-Structural_Time_Series-Cloudera_Fast_Forward.pdf'
609+
page: '//FF18-Few_Shot_Text_Classification-Cloudera_Fast_Forward.pdf'
610610
});
611611
});
612612
})
@@ -638,7 +638,7 @@ function wrap(content) {
638638
let filenames = fs.readdirSync(path.join(__dirname, 'src'))
639639
// let filenames = ['00-frontmatter.md', '03-prototype.md'];
640640
//
641-
filenames = filenames.filter(function(file) {
641+
filenames = filenames.filter(function (file) {
642642
return path.extname(file).toLowerCase() === '.md'
643643
})
644644
console.log(filenames)

node_modules/.bin/which

Lines changed: 0 additions & 1 deletion
This file was deleted.

node_modules/ansi-align/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/ansi-align/README.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/ansi-align/package.json

Lines changed: 28 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/ansi-regex/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/ansi-regex/package.json

Lines changed: 53 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)