diff --git a/.nojekyll b/.nojekyll index dbd0765..bd8cbfe 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -e488968f \ No newline at end of file +bc8c1004 \ No newline at end of file diff --git a/authors.html b/authors.html new file mode 100644 index 0000000..0927253 --- /dev/null +++ b/authors.html @@ -0,0 +1,447 @@ + + + + + + + + + +iSEETheBook - Authors + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ + +
+ + + +
+ +
+
+

Authors

+
+ + + +
+ + + + +
+ + +
+ + + + + +
+ + +
+ + + + \ No newline at end of file diff --git a/contributing.html b/contributing.html new file mode 100644 index 0000000..318b779 --- /dev/null +++ b/contributing.html @@ -0,0 +1,498 @@ + + + + + + + + + +iSEETheBook - Contributing + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ + +
+ + + +
+ +
+
+

Contributing

+
+ + + +
+ + + + +
+ + +
+ +
+

GitHub

+

The sources files for this book are stored and publicly accessible in the GitHub repository https://github.com/iSEE/iSEETheBook/.

+

Contributions are welcome via a number of methods.

+
+

Pull requests

+

Contributors are welcome to fork the GitHub repository of the book, make edits to the book on their fork, and open pull requests at https://github.com/iSEE/iSEETheBook/pulls.

+
+
+
+ +
+
+Note +
+
+
+
    +
  • Pull requests will be reviewed at the earliest opportunity.
  • +
  • Edits may be requested before the pull request is merged.
  • +
+
+
+

Each page of the book includes a link (under the table of contents, on the right) to the source file for that page. The link opens the source file in a text editor on the GitHub website, which contributors can use to propose edits and open a pull request, without the need to fork the repository.

+
+
+
+ +
+
+Note +
+
+
+

The text editor on the GitHub website only edits one file at a time. We recommend this method only for small edits limited to individual pages (e.g., typographical errors).

+
+
+
+
+

Issues

+

Contributions are also welcome in the form of GitHub issues at https://github.com/iSEE/iSEETheBook/issues.

+

Issues may refer to anything from typographical errors to requests for additional information in the form of chapters or sections.

+ + +
+
+ +
+ + +
+ + + + \ No newline at end of file diff --git a/first.html b/first.html index 7dc2150..c0ef3c0 100644 --- a/first.html +++ b/first.html @@ -64,7 +64,7 @@ - + @@ -124,6 +124,9 @@
@@ -156,6 +159,18 @@ 3  First use
+ + + + + + + + + + +
  • 2.4.3 Selection parameters
  • - +
    @@ -589,6 +604,22 @@

    < }); } } + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item)'); + for (var i=0; i