-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: submission.ja.md file paths to use relative paths #45
Merged
taikitanaka3
merged 30 commits into
main
from
docs/feature-rule.ja.md-file-paths-to-use-relative-paths
Jun 24, 2024
Merged
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
5a1429e
docs: add instructions for uploading package to online environment
waterfallmouse 35fe17c
Merge remote-tracking branch 'origin/main' into docs/add-instructions…
waterfallmouse f6c0570
feat: add instructions for uploading package to online environment
waterfallmouse 729caeb
docs: update online environment URL to correct link
waterfallmouse 892483c
docs: update online environment URL to correct link
waterfallmouse 4b6761a
Merge branch 'main' into docs/add-instructions-for-uploading-package-…
waterfallmouse 194e735
Merge remote-tracking branch 'origin/main' into docs/add-instructions…
waterfallmouse 9b37436
Update docs/submission.ja.md
waterfallmouse 25c8ef3
Update docs/submission.ja.md
waterfallmouse a02e5ef
Update docs/submission.ja.md
waterfallmouse 799398a
Update docs/submission.ja.md
waterfallmouse 6923a39
Update docs/submission.ja.md
waterfallmouse 83c2385
Update docs/submission.ja.md
waterfallmouse 131bfcd
Update docs/submission.ja.md
waterfallmouse 976c9b1
Update docs/submission.ja.md
waterfallmouse 93d81f7
Update docs/submission.ja.md
waterfallmouse 60e742d
Update submission.ja.md file paths to use relative paths
waterfallmouse de8a058
Update submission.ja.md file paths to use relative paths
waterfallmouse 382ec7a
Update submission.ja.md file paths to use relative paths
waterfallmouse 5ba4852
Update docs/rule.ja.md
taikitanaka3 05fa64d
Update docs/rule.ja.md
taikitanaka3 dc6499a
Update docs/rule.ja.md
taikitanaka3 44f4762
Update docs/rule.ja.md
taikitanaka3 8c1bdce
Update docs/rule.ja.md
taikitanaka3 2c478a1
Merge commit 'dcca9418b3ea815ccdb430076787e9445f7fcebe' into docs/fea…
taikitanaka3 b83fb2a
Update docs/rule.ja.md
taikitanaka3 b644dab
Update docs/rule.ja.md
taikitanaka3 a6bb562
move pages
isamu-takagi d3fca3a
fix layout
isamu-takagi a1421f6
fix result-summary
isamu-takagi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# Rule | ||
|
||
このページでは本大会のルール・順位付けについて解説します。なお、このページの内容は大会期間中に変更される場合があります。 | ||
|
||
## Ranking System | ||
|
||
以下の手順でスコアの計算が行われます。複数回の走行を行った場合はよりスコアの高い方を採用するものとします。 | ||
走行中止となった場合は周回数=0として扱います。 | ||
|
||
1. 走行終了時点での周回数の多さ | ||
|
||
2. 最終周までのラップタイムの合計の短さ | ||
|
||
特別賞:予選はシード枠を設けて、決勝は表彰 | ||
|
||
- Best Lap Time : 予選はSIMで計測、決勝はTOM’Sのシステムを使用 | ||
|
||
- Best Comfortable Ride:予選はSIMで計測、決勝は水をグラスに入れて計量することで対応 | ||
- インタラクション・幅広い分野のエンジニアを表彰 | ||
|
||
***ランキング例*** | ||
|
||
| Lap | Time | Gap | 順位 | | ||
|-----|----------|-------------|------| | ||
| 7 | 04:41.000| ― | 1 | | ||
| 7 | 04:47.000| +00:06.000 | 2 | | ||
| 7 | 04:54.000| +00:13.000 | 3 | | ||
| 6 | 04:18.000| ― | 4 | | ||
| 6 | 04:29.000| +00:11.000 | 5 | | ||
| 6 | 04:42.000| +00:24.000 | 6 | | ||
| 6 | 04:56.000| +00:38.000 | 7 | | ||
| 5 | 04:05.000| ― | 8 | | ||
| 5 | 04:23.000| +00:18.000 | 9 | | ||
|
||
## Submission | ||
|
||
参加者の皆様には、開発したソフトウェアを提出用のページから評価システムにアップロードしていただきます。詳細は[こちら](submission.ja.md)を参照してください。 | ||
|
||
### How to check results | ||
|
||
結果のスコアは`result-summary.json`に送られます。 | ||
|
||
#### 結果のログ形式 | ||
|
||
  結果は`~/awsim-logs/result-summary.json` に以下のフォーマットで出力されます。 | ||
taikitanaka3 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
```json | ||
{ | ||
"laps": [50.12, 50.34, 50.56, 50.78, 50.90] | ||
} | ||
``` | ||
|
||
また、debug用のファイルとして`~/awsim-logs/result-details.json`も以下の形式で出力されます。 | ||
taikitanaka3 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
```json | ||
{ | ||
"isStarted": "true", | ||
"ピットストップ成立時刻": [100.00, 150.00], | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@isamu-takagi
こちら私の修正が違う場合は後ほど訂正お願いします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
更新しました。また details の記述は一旦削除しました。