You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,18 +44,21 @@ You also need to have the following tools installed and configured:
44
44
45
45
### 1.1 GitHub account
46
46
47
-
**Step 1:** If you already have a GitHub account, go to
47
+
#### Step 1:
48
+
If you already have a GitHub account, go to
48
49
[https://github.com/login](https://github.com/login) and log in.
49
50
If you do not already have a GitHub account, go to
50
51
[https://github.com/join](https://github.com/join) and create an account.
51
52
52
-
**Step 2:** Go to [https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/](https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/)
53
+
#### Step 2:
54
+
Go to [https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/](https://help.github.com/articles/configuring-two-factor-authentication-via-a-totp-mobile-app/)
53
55
and follow the instructions to enable two-factor
54
56
authentication for your GitHub account.
55
57
56
58
### 1.2 git
57
59
58
-
**Step 1:** Open a terminal window and run the following command:
60
+
#### Step 1:
61
+
Open a terminal window and run the following command:
scroll down to find the release branch, and then click the
466
496
trash can icon to delete the branch.
467
497
468
-
Congratulations, you are finished!
498
+
#### Step 21:
499
+
The final step is to go to the Zenodo entry for the newly created release and put in the correct information. First go to [https://www.predictmd.net/zenodo](https://www.predictmd.net/zenodo), and then click on the yellow "Edit" button to edit the most recent release. Then, fill out the following fields with the specified values:
500
+
501
+
##### Upload type:
502
+
* Software
503
+
504
+
##### Basic information -> Title:
505
+
* PredictMD - Uniform interface for machine learning in Julia
506
+
507
+
##### Basic information -> Authors:
508
+
509
+
| Name | Affiliation | ORCID |
510
+
| ---- | ----------- | ----- |
511
+
| Aluthge DP | Brown Center for Biomedical Informatics, Brown University | 0000-0002-9247-0530 |
512
+
| Sinha I | Brown Center for Biomedical Informatics, Brown University ||
513
+
| Stey P | Brown Center for Biomedical Informatics, Brown University ||
514
+
| Restrepo MI | Brown Center for Biomedical Informatics, Brown University | 0000-0002-2708-8984 |
515
+
| Chen ES | Brown Center for Biomedical Informatics, Brown University | 0000-0002-6181-3369 |
516
+
| Sarkar IN | Brown Center for Biomedical Informatics, Brown University | 0000-0003-2054-7356 |
517
+
518
+
##### Basic information -> Description:
519
+
* PredictMD is a free and open-source Julia package that provides a uniform interface for machine learning.
520
+
521
+
##### Basic information -> Language:
522
+
* English
523
+
524
+
##### Basic information -> Keywords:
525
+
* biomedical informatics
526
+
* Julia
527
+
* machine learning
528
+
* statistics
529
+
530
+
##### Basic information -> Additional notes:
531
+
* Development of PredictMD was supported in part by National Institutes of Health grants U54GM115677, R01LM011963, and R25MH116440. The content is solely the responsibility of the authors and does not necessarily represent the official views of the National Institutes of Health.
532
+
533
+
##### License -> License:
534
+
* MIT License
535
+
536
+
##### Related/alternate identifiers -> Related identifiers:
537
+
538
+
(Replace `vMAJOR.MINOR.PATCH` with the appropriate version number. In our example, you would replace `vMAJOR.MINOR.PATCH` with `v3.6.0`.)
539
+
540
+
| Identifier | Relationship |
541
+
| ----- | ----- |
542
+
|`https://www.predictmd.net`| compiled/created this upload |
543
+
|`https://www.predictmd.net/vMAJOR.MINOR.PATCH`| documents this upload |
544
+
|`https://github.com/bcbi/PredictMD.jl/releases/tag/vMAJOR.MINOR.PATCH`| is an alternate identifier of this upload |
545
+
|`https://github.com/bcbi/PredictMD.jl/tree/vMAJOR.MINOR.PATCH`| is an alternate identifier of this upload |
546
+
547
+
After you have entered the correct information in all of the above fields, click the white "Save" button, and then click the blue "Publish" button. Congratulations, you are finished!
<img alt="Coverage status (develop)" title="Coverage status (develop)" src="https://coveralls.io/repos/github/bcbi/PredictMD.jl/badge.svg?branch=develop"
0 commit comments