Skip to content
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

WikiSyllabus #47

Open
Jenin82 opened this issue May 19, 2024 · 4 comments
Open

WikiSyllabus #47

Jenin82 opened this issue May 19, 2024 · 4 comments
Assignees

Comments

@Jenin82
Copy link
Member

Jenin82 commented May 19, 2024

No description provided.

@Jenin82 Jenin82 converted this from a draft issue May 19, 2024
@Alan0602
Copy link
Collaborator

Alan0602 commented May 19, 2024

Describe the Issue

To contribute to the open-source platform in mulearn called WikiSyllabus

Go to the src Folder

  1. Navigate to the Wikisyllabus folder.
  2. If you are contributing materials for other universities, create a new folder with the university's name (e.g., foldername: MG). Inside this folder, add a SUMMARY.md file and type the university's name (e.g., MG).

For contributions to KTU (Kerala Technological University):

  1. There are two folders: 2019_scheme and 2015_scheme.

  2. Inside each of these folders, there are seven folders, S1&S2 to S8.

  3. Go to the folder corresponding to the semester you want to contribute.

  4. Create a new folder with the course code as its name.

  5. Add a SUMMARY.md file inside this folder and type the current folder's name, and the subject name. Add its index that your going to contribute md files
    Example :-(If your Subject is C-programming)

    # EST 102 - C PROGRAMMING
    #### INDEX
    
    - [Introduction to C Programming](./1intro.md)
    - [Variables and Keywords](./2variables_keywords.md)
    - [Datatypes](./3datatypes.md)
    
  6. You can create one or more .md files in this folder. The names of these files should be specific to their content.

Adding Content to the .md File

  1. If you have a PDF file, you can copy the text from the PDF and paste it into the .md file.
  2. If there are any pictures in the PDF, take a screenshot and upload it at the appropriate position in the .md file.
    • If you are using GitHub for editing, you can easily drag and drop the image at the desired position.
  3. If the study material you want to contribute is already present, do not add it again. However, if there are any changes or additions to the existing content, you can edit the corresponding .md file and add your content below the current one.

Adding Your Name to the Contributors List

  1. Open the README.md file in the repository.
  2. Add a new <td> inside the table like this: <table><tr><td></td></tr></table>.
  3. Inside the <td> tag, add your details in the following format:
<td align="center">
  <a href="https://github.com/your_github">
    <img src="link_of_your_image_from_github" width="100px;" alt="" />
    <br />
    <sub><b>Your_Name</b></sub>
  </a>
  <br />
  <a href="your_commit_link" title="File_type">Give a symbol</a>
</td>
  1. Commit your changes and create a pull request.

All the files in this project are .md files. You would need to have Markdown knowledge to contribute to this project.

Expected Result

Image

@Jenin82
Copy link
Member Author

Jenin82 commented May 21, 2024

@Kochouseph26John What is the status of wikisyllabus task and bot in discord ?

@Alan0602
Copy link
Collaborator

There is an issue in production:-

How to get it:-

KTU
└── 2019_scheme
└── S6
└── CSE
└── CST306

Production Link:- WikiSyllabus

RESULT

Image

Assign @vishakh-abhayan to solve it

@vishakh-abhayan vishakh-abhayan self-assigned this May 24, 2024
@vishakh-abhayan
Copy link
Member

There is an issue in production:-

How to get it:-

KTU └── 2019_scheme └── S6 └── CSE └── CST306

Production Link:- WikiSyllabus

RESULT

Image

Assign @vishakh-abhayan to solve it

ok, i will look at it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

3 participants