| Literature DB >> 35550565 |
Z M Zha1, H Zhang2, G A Aggidis3.
Abstract
Design inspiration comes from the continuous stimulation of external information and the continuous accumulation of knowledge. In order to obtain an ideal design inspiration from nature, researchers have proposed a large number of biological information retrieval and knowledge acquisition methods. But how to purposefully acquire valuable biological knowledge in order to effectively stimulate design inspiration and produce the novel and feasible designs idea is still an urgent problem to be solved. This paper proposes a method for acquiring valuable biological knowledge to efficiently stimulate inspiration and quickly conceive solutions in engineering design. First, keywords, such as the functional requirements and key components of design objects, are selected as the engineering terminologies. Next, biological keywords related to the engineering terminologies are searched from the biological dictionary and biology websites. Then in order to retrieve enough biological knowledge, these biological keywords are expanded manually and automatically respectively based on Thesaurus Webpage and WordNet database, and expanded keywords are filtered according to repeated words and different forms of the same words. Finally, in the biological knowledge base, biological keywords that had been filtered are used to obtain biological knowledge with Python web crawler programming. Through an example of application for ship equipment, the effectiveness of the method is verified.Entities:
Mesh:
Year: 2022 PMID: 35550565 PMCID: PMC9098421 DOI: 10.1038/s41598-022-11833-1
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
A comparison of methods of acquiring biological knowledge.
| Information carrier | Author | Method | Purpose | Advantage | Disadvantage | |
|---|---|---|---|---|---|---|
| Text | AskNature | Wang pan et al.[ | Proposed web-based automatic information acquisition. | To achieve the combination of portable data and portable code by combining XML and Java. | Combining programming methods to obtain information can automatically save time. | The unified description of biological information in xml limits the inspiration for design. |
| Liu Wei et al.[ | Used multi-biological effects to obtain the relevance between biological knowledge and products | To use the feature clustering principle and the analogy principle to transform the target product and multi-biological effects | It is very innovative to stimulate design inspiration through the influence of nature on living things | The correlation between this kind of biological knowledge and products is difficult to discover | ||
| Relevant corpus text | Mark et al.[ | Put forward the method of describing biological phenomena to develop concepts and solve a simple problem | The research provided an outline of a strategy that will be applied in the fields of biology and engineering | The biological strategies extracted have provided diverse solutions and inspirations for solving problems. | Inability to transfer information from biology to engineering | |
| LIFE corpus text | Nagel and Stone[ | Through an algorithm, utilized the functional basis, Design Repository, MEMIC (Morphological evaluation machine and interactive conceptualizer), organized search tool and engineering to biology thesaurus to create, filter and inspire concept variants | To discover biological inspiration and circumvent the problem of knowledge needs in different fields in the early stages of design, | The computational approach could be used to assist engineering students with discovering the connections between the biology and engineering domains and find innovative solutions to the problem | There are no hyperlinks to add detailed biological information and images to be integrated into the results, and the process takes a long time | |
| Database | The engineering-to-biology thesaurus | Nagel[ | The engineering-to-biology thesaurus has the potential to aid engineering designers with the comprehension of biological contexts by substituting Functional Basis terms for commonly used biological words | The three key goals of this thesaurus are (1) to lessen the burden when working with knowledge from the biological domain by providing a link between engineering and biological terminologies; (2) to assist designers by establishing connections between the two domains; and (3) to facilitate bioinspired design | The engineering-to-biology thesaurus increases the interaction between the users and the knowledge resource and fosters one to make associations between the engineering and biological lexicons and enhances the designer's ability to use biological information | Search only in text written in natural language format, and cannot be used to search in web-based repositories |
| WordNet database | Chen et al.[ | An algorithm that integrates semantic similarity calculation, data normalization and corpus technology is proposed | To calculate the compound association strength of functional combination words and realize an automatic push of biological information search keywords | The designer obtains the required biological information without the biological knowledge reserve. | The similarity calculation of this algorithm is closely related to WordNet. But WordNet is a vocabulary database which will expand the scope of retrieval | |
| Chiu et al.[ | Proposed the natural language processing and computational linguistics for potential semantic retrieval of keywords and related collocation words | Identifying words that frequently collocated with keywords and the relationship between words | Reduce the time to find relevant biological phenomena in natural language | It takes a lot of time to identify the statistics of frequently collocation words | ||
Figure 1Flow chart of the method of acquiring biological knowledge.
Figure 2Marine electric mooring winch. 1—Base, 2—Output shaft, 3—Bearing, 4—Rotation shaft, 5—Cable drum shell, 6—Cable drum, 7—Linkage shaft, 8—Cable drum support.
Figure 3Obtained biological keywords.
Figure 4Expanded biological keywords retrieved by the Thesaurus webpage[52].
The expansion of synonyms, hypernyms and hyponyms based on WordNet.
The query for the set of synonyms of the same part of speech of ‘reduction’ is coded as: from nltk.corpus import wordnet as wn sets = wn.synsets('reduction', pos = wn.NOUN) print(sets) The result of the operation:[Synset('decrease.n.04')] | |
The query for the set of hypernyms of ‘reduction’ is coded as: from nltk.corpus import wordnet as wn reduction = wn.synset('reduction.n.01') hypernym_sets = reduction.hypernyms() print(hypernym_sets) root_hypernym = reduction.root_hypernyms() print(root_hypernym) The result of the operation:[Synset('change_of_magnitude.n.01')][Synset('entity.n.01')] | |
The query for the set of hyponyms of ‘reduction’ is coded as: from nltk.corpus import wordnet as wn reduction = wn.synset('reduction.n.01') hyponym_sets = reduction.hyponyms() print(hyponym_sets) The result of the operation: [Synset('amortization.n.01'), Synset('contraction.n.04'), Synset('cut.n.19'), Synset('cutback.n.01'), Synset('de-escalation.n.01'), Synset('declassification.n.01'), Synset('deflation.n.03'), Synset('depletion.n.01'), Synset('depreciation.n.01'), Synset('devaluation.n.02'), Synset('devitalization.n.01'), Synset('discount.n.01'), Synset('easing.n.02'), Synset('extenuation.n.02'), Synset('lowering.n.01'), Synset('minimization.n.01'), Synset('moderation.n.04'), Synset('reverse_split.n.01'), Synset('rollback.n.02'), Synset('shortening.n.02'), Synset('shrinking.n.02'), Synset('subtraction.n.02'), Synset('tax_credit.n.01'), Synset('tax_shelter.n.01'), Synset('weakening.n.02')] |
Figure 5The number of words expanded by the two ways.
Biological keywords are filtered by instance abbreviations.
| Reduction | Contraction, rebate, decrease, discount, abatement, lowering, depreciation, depletion, easing, degradation, shortening, deflation, reverse |
Figure 6Flow chart of obtaining biological information based on Python.
Figure 7Process of capturing information in AskNature[54].
Biological knowledge triggering design inspiration.
| Classification | Article name | Acquired biological knowledge[ | Design inspiration |
|---|---|---|---|
| Function | Fiber arrangement is highly efficient | Most of the strength of bamboo comes from vascular bundles wrapped in cellulose. The bundles serve dual functions as transport vessels and reinforcement for the stem. Trees and other woody plants are solid cylinders with the strong vascular bundles evenly arranged throughout. Bamboo, however, forms hollow tubes. The outside edge is where the stresses are the strongest and so the optimizes material used by placing the toughest materials where they are most needed | This arrangement and distribution of bamboo inspired an idea whether a hollow structure can also be used in the winch drum, and then the hardest materials are gathered on the inner and outer walls of the tube, which can reduce weight and increase strength |
| Structural composition provides strength in changing conditions | In the root tip or stem tip of a plant, the cell wall may be thinner in the immature stage, but when it grows to the mature stage, the cell wall becomes thicker, and lignin is incorporated into the structure. The cell itself has a strengthening effect on the overall strength of the plant. Parenchyma cells act like a pressurized container when fully hydrated. Mature cells, especially cells with thick cell walls, have their own strength even without water | The expansion and contraction caused by the complete hydration of the thin-walled wall is like a telescopic airbag. Is it possible to use such a telescopic airbag on the inner wall of the reel so that the contact area between the airbag and the rope is increased after the airbag is under pressure, thereby increasing the friction and achieving a non-slip effect? | |
| Shape | Proteins reduce surface tension | Most mushrooms have an appendage on the surface, which is uneven | Is it possible to design a bionic covering layer with a spherical crown on the surface of the winch drum, so that the winch drum can prevent the rope from slipping during work? |
| Scale shape enables limbless movement | Studies on a variety of different snake species have demonstrated that the friction generated by sliding depends on the direction of travel. Belly scales have small “micropatterns” that create arrays of v-shaped feathered trailing edges. The tips of these V-shapes point towards the tail of the snake and, in some species, they are raised at the tip. In this way, as the snake slides, the surface moves easily up and over the raised tips, but in reverse direction they act like the pawl of a ratchet, snagging the surface and resisting movement in the opposite direction. And snakes control movement by increasing friction on the surface of the skin and muscles | These V-shaped patterns on the surface of the snake can achieve the effect of preventing inversion. Can the ratchet pawl in this idea be used in the winch to prevent the movement of the cable when the winch rotates counterclockwise and cause damage to the people on the ship. In addition, the scales on the snake body are increased by Is it possible to apply this method of increasing friction to the outer surface of the drum to achieve a non-slip effect? | |
| Structure | Honeycomb structure is space-efficient and strong | The honeycomb is composed of regular hexagonal beeswax cells, and the span is filled by adjusting the arrangement. The reason for the high compressive strength of the structure is that there are six short walls around each "tube" | Can the inner wall of the honeycomb hexagonal nesting structure be used in the first-round tube of the winch drum to enhance the ability of the drum to resist external pressure during work and reduce deformation? |
| Layers create multihued appearance | The shell on the back of the beetle are curved structures, and both the shell and the beetle are hard material | Can the curved structure of the shell be applied to the pressure plate and the winch head in the winch to improve the pressure resistance and increase the service life of the winch head? |
Figure 8Biological entities retrieved by biological keywords. (a) Snake[55]; (b) Bamboo[53]; (c) Mushroom[56]; (d) Honey comb[57]; (e) Beetle[58]; (f) Root of a plant[59]. (All pictures are loyalty free).
Figure 9Structure diagram of electric winch[60]. 1—Side plate; 3—First round tube; 4—Drive motor; 5—Second round tube; 6—Controller; 7—Battery; 8—Fixing plate; 9—Curved pressure plate; 32—Rubber, bumps; 33—Telescopic airbag; 41—Rotary shaft; 42—Base; 422—Connecting rod; 91—Screw; 921—Sealing plate.
Figure 10A-A section view[60]. 5—Second round tube; 41—Rotary shaft; 42—Base; 51—perforation; 52—Slider; 53—Second nut; 54—Compression spring; 55—pawl; 411—ratchet; 421—Support leg; 422—Connecting rod; 521—Limit plate; 522—External thread; 551—Pressure Sensor.
Figure 11B-B section view[60]. 1—Side plate; 2—side panel; 3—First round tube; 8—Fixing plate; 9—Curved pressure plate; 21—Pressure generating sheet; 31—Groove; 32—Rubber bumps; 81—Through hole; 92—Vertical pole; 311—Electromagnet; 331—Magnetorheological fluid; 921—Sealing plate.
Figure 12C-C section view[60]. 1—Side plate; 2—Side panel; 3—First round tube; 4—Drive motor; 5—Second round tube; 8—Fixing plate; 9—Curved pressure plate; 33—Rubber bumps; 41—Rotary shaft; 42—Base; 81—Through hole; 82-Threaded hole; 91—Screw; 92—Vertical pole; 311—Electromagnet; 411—ratchet; 421—Support leg; 422—Connecting rod; 921—Sealing plate.
Design choices and details.
| Selected organism or part | Detail |
|---|---|
| Bamboo | The shape of bamboo is cylindrical and similar to that of the reel in the winch. The arrangement of bamboo fiber bundles is a ring-shaped mesh hollow structure, which can be realized on the inner and outer walls of the reel. The hollow structure of the first-round tube can reduce the overall weight of the winch and is convenient for handling. The inner and outer wall structures can improve the structural strength and avoid deformation under compression |
| Rhizomes and pointed stems of plants | The hydration of rhizomes and tip stems can cause cell walls to expand and contract, similar to retractable air sacs. This kind of bionic airbag structure is added into the groove, the steel wire rope is in contact with the first round tube, the airbag is deformed under pressure, the contact area between the first round tube and the steel wire rope is increased, and the friction force can be increased |
| Mushroom | There are many covering layers on the mushroom surface, and the covering layer is designed on the first-round tube with rubber bumps to prevent the wire rope from slipping |
| Snake's abdomen scales | Abdomen scales are like an inverted V structure. This inverted V structure is designed on the rotating shaft with a ratchet and pawl. When the drive motor suddenly loses power, the weight loses the pulling force and falls, and the rotating shaft is impacted in one direction. At this time, the pawl restricts the ratchet from turning Rotate to avoid accidental falling of heavy objects |
| Honeycomb structure | The hexagonal structure of the honeycomb is designed in a bionic design on the inner wall reinforcing plate of the reel to improve the strength of the first-round tube |
| The shell on the back of the Beetle | The shell of the beetle is mostly arc-shaped. The arc-shaped structure is used as the arc-shaped pressure plate of the winch. When the winch drags the heavy object, the steel wire rope releases the specified length, and the arc-shaped pressure plate is moved down and pressed by the lifting structure. The steel wire rope of the first-round tube avoids the relative sliding of the steel wire rope and improves the working stability of the winch |
Expansion method comparison.
| Input word | Retrieve Webpages for expanded words (Thesaurus Webpage) | Python automatically obtains expanded words (WordNet database) |
|---|---|---|
| Shell | Carapace, frame, integument, pod, skeleton, case, chassis, crust, frame, hull, husk, nut, pericarp, plastorn, scale, shard, shuck, skin | Carapace, palte, ammunition, shotgun-shell, shrapnel |
| Reduction | Contraction, rebate, debasement, cut, cutback, devaluation, discount, abatement, attrition, cortailment, minimization, diminution, degradation, decrement, shrinkage, subjection, subtraction, subdual, markdown | Decrease, change-of-magnitude, amortization, contraction, depreciation, lowering, shortening, shrinking, weakening, subtraction, depletion, easing, discount, cutback, conquest, declassification, rollback, reverse, de-escalation, deflation, extenuation, discount |
| Fiber | Grain, thread, tissue, cilia, cord, fibril, filament, grit, hair, shred, staple, string, strip, tendril, tooth, vein, warp, web, woof, footlet | Material, roughage, character, Bassine, bristle, coir, string, raveling, oakum |
Biological terminologies expanded by the two ways in the proposed method.
| Keywords after splitting | The number of search terms after expanding | |
|---|---|---|
| Based on Thesaurus | Based on WordNet | |
| Transfer | 18 | 12 |
| Electricity | 4 | 11 |
| Energy | 54 | 13 |
The number of pieces of biological information retrieved by the two methods.
| ST | NPBI | |
|---|---|---|
| Chen[ | Transfer electron | 40 |
| Transfer charge | 28 | |
| Transfer potential | 16 | |
| Shift electron | 1 | |
| Shift potential | 3 | |
| Pump electron | 12 | |
| Transfer field | 9 | |
| Displace electron | 9 | |
| Shift field | 2 | |
| Migrate charge | 13 | |
| This Paper | Transfer efficiency | 1 |
| Transfer electron | 11 | |
| Transfer intensity | 1 | |
| Conduction power | 36 | |
| Substitution power | 35 | |
| Conduction energy | 2 | |
| Movement energy | 3 | |
| Movement power | 75 | |
| Transport electronics | 19 | |
| Change electron | 23 | |
| Delivery charge | 35 |
Figure 13The number of biological information retrieved by Chen[15].
Figure 14The number of biological information retrieved by the proposed method.