Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators About Rules for Homework & Coursework Questions Forum Post 303029205 by Naky on Wednesday 23rd of January 2019 06:45:09 AM
Old 01-23-2019
About Rules for Homework & Coursework Questions Forum

Hi, in my case, I have a question for topics that are slightly dealt with in class, which I am investigating on my own but which are not directly related to the lessons.
Do I have to put the name of the school and others?
(I can't put the name of the professor because is against the school rules to share private details of person related to the school, which includes the name)
 

6 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

suggested addition to forum rules

Possible new rule for the "forum rules" list: <UL> <LI>Include as many pertinent details as possible in your post. Useful information usually includes: Vendor and version of Unix you are using, hardware platform, kernel version (if applicable). For hardware related questions include model... (1 Reply)
Discussion started by: PxT
1 Replies

2. Post Here to Contact Site Administrators and Moderators

forum rules

i dont think this post is in the right section, but i couldnt really decide which one was appropriate, and this question seems simple enough, should normal users, ie non-moderators, tell other users if their post is in violation of the forum rules? like if a question is obviously a homework... (17 Replies)
Discussion started by: norsk hedensk
17 Replies

3. What is on Your Mind?

Forum rules

After reading the FAQ for the first time, I noticed Rule # 14 : :D:D:D Anyways, I hope to make more use of this forum in future, and also to help others. Regards Ook. :) (0 Replies)
Discussion started by: The_Librarian
0 Replies

4. Homework & Coursework Questions

Rules for Homework & Coursework Questions Forum

Homework Help: On Posting Questions: Any and all high school and undergraduate homework assignments or textbook style exercises for which you are seeking assistance are to be posted only in our Homework & Coursework Questions area--not in blogs, visitor messages, PMs, or the main technical... (0 Replies)
Discussion started by: Neo
0 Replies

5. Homework & Coursework Questions

Community Spirit and Ethos on Homework & Coursework

Helping students is in line with the "community spirit" ethos of The UNIX and Linux Forums which aims to give free help and advice in order to support the personal and professional development of others. We encourage students to think carefully about what they do, and do not, understand about... (0 Replies)
Discussion started by: Neo
0 Replies

6. Post Here to Contact Site Administrators and Moderators

2 questions about forum use

Hello 2 little questions 1) Is there a way to filter out posts so that only unanswered post appear ? 2) What is the Bits / Banking stuff for ? Thx in advance for your time & help ok i've found the answer to 1) (advanced search option) ... i have found some thread about 2) but nothing... (3 Replies)
Discussion started by: ctsgnb
3 Replies
TM::PSI(3pm)						User Contributed Perl Documentation					      TM::PSI(3pm)

NAME
TM::PSI - Topic Maps, PSI (published subject identifiers) DESCRIPTION
This package provides predefined subjects, all of which will be preloaded in every map which is instantiated with the TM package hierarchy. When the subjects are defined also their relationship are kept here (example: isa is an instance of an assertion). Every such subject is defined by its item identifier The internal identifier, which does not really mean much. subject identifier The subject indicator(s), which is ultimately the one which identifies any of the subjects here. NOTE: For none of the subjects declared here a subject address exists. All concepts are TM-related concepts. The subjects are sorted: TMRM-related These are the minimal subjects which make a map what it is. Examples are "isa" and its related role (type) "class" and "instance", and "is-subclass-of" and its related roles. TMDM-related (XTM things) These are the additional concepts which are mandated by TMDM. AsTMa-related Here are more concepts which are needed by the AsTMa= language(s), such as "template" or "ontology". TMQL-related Here are more concepts which are needed by TMQL. To learn about these predefined concepts, you can do one of the following use TM::PSI; warn Dumper ($TM::PSI::core, $TM::PSI::topicmaps_inc, $TM::PSI::astma_inc, $TM::PSI::tmql_inc); Taxonometry Two association types are predefined by the standard(s): "is-subclass-of" and "isa". Together with these roles are defined "subclass", "superclass" and "instance", "class", respectively. The TM::* suite of packages has these not only built in, but also works under the assumption that these association types and also the roles CANNOT be subclassed themselves. This means that no map is allowed to use, say, "is-specialization-of" as a subclass of "is-subclass-of". The costs of this constraint is quite small compared to the performance benefits. Infrastructure Concepts To make the whole machinery work, every topic map must contain infrastructure topics such as "name", "occurrence" etc. They are topics like the topics a user may put into the map. While this is the right thing to do, in practical situation you often will want to filter out these infrastructure topics. You can always get a list of these via @@@ fix docu @@@@@ $tm->mids (keys %{$TM::PSI::topicmaps->{mid2iid}}); SEE ALSO
TM AUTHOR INFORMATION
Copyright 200[1-68], Robert Barta <drrho@cpan.org>, All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. http://www.perl.com/perl/misc/Artistic.html perl v5.10.1 2010-07-18 TM::PSI(3pm)
All times are GMT -4. The time now is 10:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy