Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# R files
.Rproj.user
.Rproj

Large diffs are not rendered by default.

645 changes: 645 additions & 0 deletions docs/docs/04_data-analysis/04_05_metatargetr.mdx

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/src/components/AuthorCard.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

const AuthorCard = ({ name, avatar, avatarSrc, position, website, twitter, scholar, mastodon, linkedin }) => (
const AuthorCard = ({ name, avatar, avatarSrc, position, website, twitter, scholar, mastodon, linkedin, bluesky }) => (
// make card with author information
<div
style={{
Expand Down Expand Up @@ -50,6 +50,7 @@ const AuthorCard = ({ name, avatar, avatarSrc, position, website, twitter, schol
<a style={{display: mastodon ? 'inline' : 'none', marginLeft: '2px'}} href={mastodon} target="_blank">Mastodon </a>
<a style={{display: scholar ? 'inline' : 'none', marginLeft: '2px'}} href={scholar} target="_blank">Google Scholar </a>
<a style={{display: linkedin ? 'inline' : 'none', marginLeft: '2px'}} href={linkedin} target="_blank">LinkedIn </a>
<a style={{display: bluesky ? 'inline' : 'none', marginLeft:'2px'}} href={bluesky} target="_blank">Bluesky </a>
</div>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/contributors/votta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.