Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
Research
Commits
4a3b5e4c
Commit
4a3b5e4c
authored
Dec 13, 2021
by
kezzle
Browse files
Merge branch 'i30749-scroll-anchors' into 'main'
Stop the nav from covering header anchors See merge request
!3
parents
0840d3ee
d763ca2b
Pipeline
#21288
passed with stages
in 2 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config.toml
View file @
4a3b5e4c
...
...
@@ -3,6 +3,11 @@ languageCode = "en-us"
title
=
"Research"
theme
=
"torproject"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe
=
true
[[menu.main]]
name
=
"Home"
title
=
"Research Portal Home Page"
...
...
content/safetyboard.md
View file @
4a3b5e4c
...
...
@@ -4,6 +4,12 @@ aliases:
-
"
/safetyboard.html"
---
<style>
.scroll-anchor {
scroll-margin-top: 3.5em;
}
</style>
*
[
What is the Tor Research Safety Board?
](
#what
)
*
[
What are the safety guidelines?
](
#guidelines
)
*
[
How can I submit a request for advice?
](
#how
)
...
...
@@ -11,7 +17,7 @@ aliases:
*
[
Who is on the Board?
](
#who
)
*
[
FAQ
](
#faq
)
<a
id=
"what"
></a>
<a
id=
"what"
class=
"scroll-anchor"
></a>
### [What is the Tor Research Safety Board?](#what)
...
...
@@ -24,7 +30,7 @@ We are a group of researchers who study Tor, and who want to **minimize privacy
3.
teaching program committees about our guidelines, and encouraging reviewers
to consider research safety when reviewing Tor papers.
<a
id=
"guidelines"
></a>
<a
id=
"guidelines"
class=
"scroll-anchor"
></a>
### [What are the safety guidelines?](#guidelines)
...
...
@@ -46,7 +52,7 @@ list itself is a really interesting research area. One of our next steps is to
flesh out each of these points with a few paragraphs of explanation. Please
help!
<a
id=
"how"
></a>
<a
id=
"how"
class=
"scroll-anchor"
></a>
### [How can I submit a request for advice?](#how)
...
...
@@ -98,7 +104,7 @@ Please submit your written assessment to us at
The review process is not anonymous, and reviewers may contact authors for
clarifications.
<a
id=
"examples"
></a>
<a
id=
"examples"
class=
"scroll-anchor"
></a>
### [What are some examples of research that is in-scope?](#examples)
...
...
@@ -137,7 +143,7 @@ We are publishing safety board cases in this section, to help you craft your own
2017-06: [under review]
<a
id=
"who"
></a>
<a
id=
"who"
class=
"scroll-anchor"
></a>
### [Who is on the Board?](#who)
...
...
@@ -159,7 +165,7 @@ The current members of the board are:
*
T Wilson-Brown
*
Philipp Winter
<a
id=
"faq"
></a>
<a
id=
"faq"
class=
"scroll-anchor"
></a>
### [FAQ](#faq)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment